JonathanSalwan / ROPgadget

This tool lets you search your gadgets on your binaries to facilitate your ROP exploitation. ROPgadget supports ELF, PE and Mach-O format on x86, x64, ARM, ARM64, PowerPC, SPARC, MIPS, RISC-V 64, and RISC-V Compressed architectures.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow usage without sqlite3 module available

sleirsgoevy opened this issue · comments

I highly doubt that sqlite3 is that needed for simple usage scenarios (e.g. dump all gadgets from a file). As sqlite3 is not a mandatory piece of Python, it should either not be imported unless required, or be declared as a dependency (if possible).

You are right, moreover it was unused.