JonathanSalwan/ROPgadget

Allow usage without sqlite3 module available

sleirsgoevy opened this issue · 1 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.