NEW: printf() functions are now kept under the `pwnscripts.fsb` module. Older prototypes for find_printf_* functions remain available for now.
Addition of a lot of docstrings, plus example binaries.
**20-08**
Added a lot of whitespace.
Added a wrapper object for libc-database: the `libc_db` object. This is mostly a reinvention of tools like `LibcSearcher`, although I have yet to see another project tack on `one_gadget` searching, which is a (hacky) feature added for `libc_db`.
Minor adjustments to *printf*. Logging is suppressed for offset bruteforcing; new feature to make a leak payload.
Extended readme.
**20-06**
Added module packaging stuff, so that `pip install -e .` works
You can now see a test example of this library in `test.py`.