Initial release of sqlelf
This is the first ever release of sqlelf at the 0.1
Quite a lot has changed. Originally the package was built using Nix.
It is now a "plain" Python package with no fancy use of Nix which should make the package more tractable to the broader
community.
I have also included an API so that the package can be called by any tool that wants to leverage SQL access to ELF files.
What's Changed
- feat: add elf_instructions table by @fzakaria in #1
- Improve performance of the sqlelf command by @fzakaria in #2
- Remove devenv and change to vanilla flake by @fzakaria in #3
- update readme to highlight new flakes by @fzakaria in #4
- Create temporary tables to improve performance by @fzakaria in #5
- Introduce pytest by @fzakaria in #6
- Add support for
--recursive
by @fzakaria in #7 - bump lief to most recent main by @fzakaria in #8
- Only iterate static or dynamic symbols by @fzakaria in #9
- Added contained symbols example by @fzakaria in #10
- Remove Nix by @fzakaria in #11
- Simplify the code by @fzakaria in #12
- Publish to PyPi workflow by @fzakaria in #13
New Contributors
Full Changelog: https://github.com/fzakaria/sqlelf/commits/v0.1