https://github.com/rip1s/libc-db
Fetch libc and parse libc.so automatically
https://github.com/rip1s/libc-db
Last synced: 7 months ago
JSON representation
Fetch libc and parse libc.so automatically
- Host: GitHub
- URL: https://github.com/rip1s/libc-db
- Owner: rip1s
- Created: 2017-03-20T12:41:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-20T12:47:18.000Z (about 9 years ago)
- Last Synced: 2024-12-29T01:42:17.755Z (over 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# libc-db
Fetch libc and parse libc.so automatically
### You should install pwntools,requests,pyunpack and patool first
```bash
pip install pwntools requests pyunpack patool
```