Jeb3 Demo (include mips && arm64 && elf && pe && wasm decompiler) without limit Patch the file use javasist.
- Decompilation is limited to a subset of code
- Saving or loading projects is disabled
- Usage of the clipboard is disallowed
- Running time of a session is limited
- Requires the Internet connection
- Usage of third-party back-end plugins is disabled
- Usage of third-party clients is disabled
- Wasm Decompiler (which one attracts me most)
- ARM (32, Thumb) Disassembler
- ARM64 (Aarch64) Disassembler
- MIPS Disassembler
- Atmel AVR Disassembler
- Ethereum contracts (evm) Disassembler
- Intel x86 Disassembler
- Intel x86-64 (AMD64) Disassembler
- all kinds of debugger
the limits has became 0xDEADBEEF
- move the limitation of (subset of code)
- can save project and load project
- clipboard can use Ctrl-X
- Don't need internet connection
- other features are available
- src (the source code)
- jeb.jar the jeb3_demo core api
- clean.sh ...
- copy the origin jeb.jar at
$PATH_JEB_DEMO$ /bin/app to the root path of the project - Run the project (PathJar.java)
- patch the bytecode of the jeb.jar (you can patch the build_type with 254 value)
- delete the INF/..RSA that store in jeb.jar
- copy the fucked jar to the origin path
- bingo !
- copy the git project jeb.jar to replace your origin jeb.jar
- Launcher And Enjoy it !