EB 4.5 (September 1, 2021) This release ships with RISC-V decompilers! (JEB Pro only)
Core: - risc-v: decompiler for RV32I/RV64I binaries (initial release) - native code pipeline: interface additions (see API doc), performance improvements - elf: plugins service for custom section processors, symbol processors, relocation processors - arm: parser tweaks and fixes - dex: tweaks, bytecode parsing completion estimator - android: arsc parsers: tweaks to support more obfuscation schemes - dexdec: fixed corner-case problems in some IR optimizers - ethereum: evm: support for BASEFEE opcode - gendec: ir optimizers: some fixes - gendec: multiple updates re: composite parameter and return type handling - jdb2: validate records integrity (soft-fail/warning on failure)
UI Client: - logger fragment: coloring and level selection - other improvements related to the pe/elf fragment, calling conv./register bank fragments, etc.
谢谢大佬分享,官网现在最新版4.14了: JEB 4.14 (March 8, 2022) Generic decompiler and EVM updates.
- gendec: additional optimizers, including several value range analysis-based IR optimizers - ethereum: EVM (Ethereum virtual machine) decompiler updates - arm: additions
这个版本无法利用全局调试,会提示"This demo version of JEB does not allow debugging such applications",得手动AndroidManifest.xml文件的application节点的android:debuggable属性值为true,应该是没有完全破解,不过试了3.19版本是可以的