Changes
pwnscripts is out of pre-alpha, and will follow [Semantic Versioning](https://semver.org/) where possible.
---
**20-09**
Begin following PEP 440
NEW: `fsb.find_offset` extended with offset-matching searches.
NEW: `pwntools`' `ROP` class has been extended with new features.
libc_db() can (must) now be initialised with either a filepath to a libc.so.6 `binary`, or with an identifier `id`.
This breaks the original behaviour of allowing e.g. `libc_db('/path/to/libc-database', '<identifier>')`