FrenchYeti / dexcalibur

[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

Open cryptax opened 3 years ago

cryptax commented 3 years ago

probeoff

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.