#reverse-engineering
11 posts
Apktool
Android APK decompilation and recompilation tool for reverse engineering
Checksec
Checks security properties of binaries including NX, RELRO, Stack Canaries, and PIE
dex2jar
Converts Android DEX files to Java JAR format for decompilation and analysis
Frida
Dynamic instrumentation toolkit for mobile and desktop application security testing
GDB
GNU Debugger for binary exploitation, reverse engineering, and debugging executables
jadx-gui
Android APK decompiler with GUI that opens APK files directly for source code analysis
JD-GUI
Java decompiler GUI for viewing decompiled Java source from JAR and class files
ltrace
Library call tracer for tracking shared library function calls in binary analysis
Objection
Mobile exploration toolkit powered by Frida for runtime security testing
ROPgadget
Searches binary files for ROP gadgets to build Return-Oriented Programming chains
Ropper
ROP gadget finder and chain builder for binary exploitation