JebScript icon indicating copy to clipboard operation
JebScript copied to clipboard

A bunch of JEB python scripts

trafficstars

JebScript

A bunch of JEB-python-scripts, tested on JEB 3.17.1 Anti-Covid19 Edition (Special thanks to DimitarSerg)

  • MethodXposedize.py

    Get JavaScript template of Java method for Xposed hook.

  • MethodFridaize.py

    Get JavaScript template of Java method for Frida hook.

  • RenameNonASCIIIdentifier.py

    Rename non-ASCII identifiers to readable form.

  • ConstStringFilter.py + ConstStringList.py

    Search, filter, list constant strings in dex and auto comment with corresponding decoded/decrypted result.

  • RestoreBeanFromtoString.py

    Restore class fields name and Getters/Setters name from toString() return.

  • GuessClassNameFromLogcatTag.py

    Guess class name from original sources or potential Logcat Tags.
    And list top 20 possible Logger/LogUtil classes.

  • SearchJavaMethods.py

    Search for Java methods.

  • ListJavaMethodXrefsTree.py

    Display Cross-references Tree of the selected Java method.

Inspired by

License

JebScript use SATA License (Star And Thank Author License), so you have to star this project before using. Read the license carefully.