[Official] Android reverse engineering tool focused on dynamic instrumentation automation leveraging Frida. It disassembles dex, analyzes it statically, generates hooks, discovers reflected methods, stores intercepted data and does new things from it. Its aim is to be an all-in-one Android reverse engineering platform.
Apache License 2.0
1.06k
stars
126
forks
source link
Probe on/off button should not exist for class static constructors #41
The image above shows a class init function (<clinit>) and on its left the Probe ON/OFF button. Clicking on this button does not work (nothing happens).
I don't think it is really possible to probe a static constructor (or is it?) so the button should probably be removed.
OS: Linux
Node JS version: 12.20
Dexcalibur version (see 'package.json' or output) : 0.7.5
The image above shows a class init function (
<clinit>
) and on its left the Probe ON/OFF button. Clicking on this button does not work (nothing happens).I don't think it is really possible to probe a static constructor (or is it?) so the button should probably be removed.