Releases: palant/apk-instrumentation
Releases · palant/apk-instrumentation
v0.1.9
Added ClassReplacer
component allowing to replace a set of classes using Jimple code.
v0.1.7
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
- 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
Changed configuration format for MethodLogger component, allowed specifying a different format string for each method
v0.1.4
- Use same method specification format for filters and CallLogger/StreamLogger configuration
- Use extended format strings in MethodLogger components
v0.1.3
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
Expanded download logging functionality
v0.1.1
Added rudimentary download logging functionality
v0.1.0
Initial release, method logging and assignment removal components