jeb-samplecode icon indicating copy to clipboard operation
jeb-samplecode copied to clipboard

Sample scripts and extensions for JEB Decompiler.

Results 3 jeb-samplecode issues
Sort by recently updated
recently updated
newest added

IsVoid no longer exists ? Replacing it with a check on the name of the type. [E] Script execution error: com.pnfsoftware.jeb.client.script.ScriptExecutionException: Traceback (most recent call last): [E] File "/jeb5/scripts/samples/GenerateFridaSnippetForDex.py", line...

Now it works again as intended: ``` Counter: 0 Counter: 1 Counter: 2 The task was interrupted ``` Before the output was this: ``` Counter: 0 Counter: 1 Counter: 2...

- More resilient - rename now also continues if some item were not found. - Also works, when the option 'parsers/APK/merge multi DEX' was chanced - More useful console outputs...