No project description provided
Project description
libcfinder
Libcfinder is a pwn tool made for finding the libc version that was used when compiling an executable.
Installation
Use the package manager pip to install libcfinder
pip3 install libcfinder
Usage
import libcfinder
libcv = libcfinder.find_libcv({"puts": 0xf7d8fb40, "gets": 0xf7d8f2b0})
system_addr = libcfinder.find_fun_addr(libcv[0], "puts", 0xf7dddb40, "system")
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
libcfinder-1.0.6.tar.gz
(3.9 MB
view details)
Built Distribution
File details
Details for the file libcfinder-1.0.6.tar.gz
.
File metadata
- Download URL: libcfinder-1.0.6.tar.gz
- Upload date:
- Size: 3.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/44.1.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/2.7.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 87611b698cafb314cd074f3683b877eea963066c2c1244deb87e31d2d6d12e62 |
|
MD5 | 1779e8fb8d13da533d97a8db3cf81dbe |
|
BLAKE2b-256 | 96a30b93ba4e97411b3392a744ce5a6732adb4dfda5e4df870727e11317fdbca |
File details
Details for the file libcfinder-1.0.6-py3-none-any.whl
.
File metadata
- Download URL: libcfinder-1.0.6-py3-none-any.whl
- Upload date:
- Size: 4.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/44.1.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/2.7.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 24d5c66fd587ca2451a977a9d93b11e89c52c6cd070de0d4387548cc93e5bc7c |
|
MD5 | 85998ea79ea707236f5cf88aa1af5908 |
|
BLAKE2b-256 | c0d2124075e9402daec542004fc50f180dbd1eb91ff4bf7f23352c09127e067f |