#reverse-engineering

11 posts

> ./exploit.sh
[*] Scanning target...
[+] Vulnerability found
> Tools
ToolsFebruary 9, 2026

Apktool

Android APK decompilation and recompilation tool for reverse engineering

#android#mobile-pentesting#reverse-engineering
> ./exploit.sh
[*] Scanning target...
[+] Vulnerability found
> Tools
ToolsFebruary 9, 2026

Checksec

Checks security properties of binaries including NX, RELRO, Stack Canaries, and PIE

#binary-exploitation#reverse-engineering
> ./exploit.sh
[*] Scanning target...
[+] Vulnerability found
> Tools
ToolsFebruary 9, 2026

dex2jar

Converts Android DEX files to Java JAR format for decompilation and analysis

#android#mobile-pentesting#reverse-engineering
> ./exploit.sh
[*] Scanning target...
[+] Vulnerability found
> Tools
ToolsFebruary 9, 2026

Frida

Dynamic instrumentation toolkit for mobile and desktop application security testing

#android#mobile-pentesting#reverse-engineering
> ./exploit.sh
[*] Scanning target...
[+] Vulnerability found
> Tools
ToolsFebruary 9, 2026

GDB

GNU Debugger for binary exploitation, reverse engineering, and debugging executables

#binary-exploitation#reverse-engineering#debugging
> ./exploit.sh
[*] Scanning target...
[+] Vulnerability found
> Tools
ToolsFebruary 9, 2026

jadx-gui

Android APK decompiler with GUI that opens APK files directly for source code analysis

#android#mobile-pentesting#reverse-engineering
> ./exploit.sh
[*] Scanning target...
[+] Vulnerability found
> Tools
ToolsFebruary 9, 2026

JD-GUI

Java decompiler GUI for viewing decompiled Java source from JAR and class files

#android#mobile-pentesting#reverse-engineering
> ./exploit.sh
[*] Scanning target...
[+] Vulnerability found
> Tools
ToolsFebruary 9, 2026

ltrace

Library call tracer for tracking shared library function calls in binary analysis

#binary-exploitation#reverse-engineering#debugging
> ./exploit.sh
[*] Scanning target...
[+] Vulnerability found
> Tools
ToolsFebruary 9, 2026

Objection

Mobile exploration toolkit powered by Frida for runtime security testing

#android#mobile-pentesting#reverse-engineering
> ./exploit.sh
[*] Scanning target...
[+] Vulnerability found
> Tools
ToolsFebruary 9, 2026

ROPgadget

Searches binary files for ROP gadgets to build Return-Oriented Programming chains

#binary-exploitation#reverse-engineering
> ./exploit.sh
[*] Scanning target...
[+] Vulnerability found
> Tools
ToolsFebruary 9, 2026

Ropper

ROP gadget finder and chain builder for binary exploitation

#binary-exploitation#reverse-engineering