https://github.com/fzakaria/elf2sql
Convert ELF files to SQLite databases
https://github.com/fzakaria/elf2sql
elf linux sql
Last synced: 9 months ago
JSON representation
Convert ELF files to SQLite databases
- Host: GitHub
- URL: https://github.com/fzakaria/elf2sql
- Owner: fzakaria
- License: mit
- Created: 2023-05-08T00:46:24.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-21T23:26:05.000Z (almost 3 years ago)
- Last Synced: 2024-12-26T14:12:09.862Z (over 1 year ago)
- Topics: elf, linux, sql
- Language: Shell
- Homepage:
- Size: 124 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# elf2sql
This repository will convert back-and-forth between the ELF format and a
meaningful SQLite database.
> If you are interested in runtime analysis of ELF files via SQL please see
> [sqlelf](https://github.com/fzakaria/sqlelf)