Skip to content

Releases: palant/apk-instrumentation

v0.1.9

09 Jun 16:47
Compare
Choose a tag to compare

Added ClassReplacer component allowing to replace a set of classes using Jimple code.

v0.1.7

02 Sep 13:05
Compare
Choose a tag to compare

Added decompile action that will write Jimple output to the directory given by decompileDir option. This allows determining call signatures as seen by Soot which might be different from other decompilers.

v0.1.6

28 Aug 09:57
Compare
Choose a tag to compare
  • Added CallRemover component, allowing removing calls to the specified method(s).
  • Added platformVersion configuration option to specify explicitly which android.jar should be used.

v0.1.5

02 Mar 13:28
Compare
Choose a tag to compare

Changed configuration format for MethodLogger component, allowed specifying a different format string for each method

v0.1.4

01 Mar 19:22
Compare
Choose a tag to compare
  • Use same method specification format for filters and CallLogger/StreamLogger configuration
  • Use extended format strings in MethodLogger components

v0.1.3

01 Mar 15:56
Compare
Choose a tag to compare

Split up DownloadLogger component into more generic CallLogger and StreamLogger components. The configuration for download logging functionality is provided in config.properties.downloads file.

v0.1.2

28 Feb 08:17
Compare
Choose a tag to compare

Expanded download logging functionality

v0.1.1

24 Feb 16:25
Compare
Choose a tag to compare

Added rudimentary download logging functionality

v0.1.0

24 Feb 17:12
Compare
Choose a tag to compare

Initial release, method logging and assignment removal components