This repository was a collection of tools for reverse engineering the Generation 1 and 2 Pokémon games in the early days of disassembling. The scripts here range from repository build tools to programs of vary
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
I've released Process Dump source code under MIT license on Github: https://github.com/glmcdona/Process-Dump Today I also released Process Dump version 1.5. It has a couple fixes: 1. Fixed bug where very large memory regions would cause Process Dump to hang. 2. Fixed bug where some ...
Review of reverse engineering tools. Descriptions, advantages and disadvantages of tools used in software reverse engineering.
Reverse engineering can be hard without proper tooling. Luckily for reverse engineers, there are plenty of powerful tools out there that they can rely upon. As a result, they don’t have to reinvent the wheel and create their own disassembler/decompiler each time they start reverse engineering ...
jd-gui: 用来查看反编译.class文件 支持Eclipe和IntelliJ扩展 有漂亮的gui界面 jadx-gui: 方便的jadx工具,可以直接反编译apk 与jd-gui有类似的界面 androguard: 使用DAD作为反编译器 可以分析恶意软件 有python api,可以写扩展 支持可视化 enjarfy: google的反编译工具 可以将dalvik bytecode转化为java byteco...
DetectItEasy- Program for determining types of files for Windows, Linux and MacOS. Network Wireshark- See what applications send and receive. Network Sniffer. DOCUMENTS SOON toolsassemblystatic-analysisreverse-engineeringdisassemblermalware-analysisdeobfuscatorrere-tools Packages No packages published...
This is a collection of tools you may like if you are interested in reverse engineering and/or malware analysis on x86 and x64 Windows systems. After installing this program, you'll have two ways to access the tools: Double-click theretoolkiticon in the Desktop. ...
Scoop bucket for reverse engineering tools. Usage Installscoop Add this bucket to scoop: scoop bucket add retools https://github.com/TheCjw/scoop-retools.git Install tools viascoop install: scoop install smali baksmali apktool Done. Contributors9...
.github/workflows binary_ninja demo_apk ghidra headers ida r2 .gitignore README.md extract_jni.py requirements.txt README JNI Helper Find JNI function signatures in APK and apply to reverse tools. Basic Usage Useextract_jni.pyto generatesignature.json ...