Skip to content

Releases: UbiqueInnovation/coeus-rs

v0.2.12

27 Feb 06:09
Compare
Choose a tag to compare

Commits

  • 8d1e21d: add callgraph function (Patrick Amrein)
  • 26f596c: add frida hook generation to method (Patrick Amrein)
  • eebf512: add function callgraph (Patrick Amrein)
  • d11695d: add dynamic objects (Patrick Amrein) #12
  • 231f93f: add the python interface (Patrick Amrein) #12
  • 47b856d: add some more instructions (Patrick Amrein) #12
  • 17609d8: add runtime function registration example (Patrick Amrein)
  • 7473fd6: try resolving methods up the superclass (Patrick Amrein)
  • 55e52cb: cache methods during execution (Patrick Amrein)
  • 9dfc44f: version bump (Patrick Amrein)

v0.2.10

08 Feb 08:45
Compare
Choose a tag to compare

Commits

  • 52b8104: add apk (Patrick Amrein)
  • c2fcec6: do a loop to find the correct type (Patrick Amrein)
  • 7ff3114: catch null objects (Patrick Amrein)
  • a9f1dcb: fix some issues with debugger (Patrick Amrein)
  • 88c5bd2: version bump (Patrick Amrein)

v0.2.9

28 Jan 09:05
Compare
Choose a tag to compare

Commits

  • a28d4b6: add search for interfaces and superclasses (Patrick Amrein)
  • 66cf8d4: add subclasses find (Patrick Amrein)
  • d843b6d: add get fields on objects (Patrick Amrein)
  • 03f7ff2: read array values (Patrick Amrein)
  • 0904402: version bump (Patrick Amrein)

v0.2.8

25 Jan 14:22
Compare
Choose a tag to compare

Commits

  • 15c7a5e: remove macos (Patrick Amrein)