https://github.com/st0ffern/libcpatch
Download, unpack, patch, and run ELF files with custom libc together with ld and debug symbols
https://github.com/st0ffern/libcpatch
Last synced: 11 months ago
JSON representation
Download, unpack, patch, and run ELF files with custom libc together with ld and debug symbols
- Host: GitHub
- URL: https://github.com/st0ffern/libcpatch
- Owner: st0ffern
- Created: 2020-05-04T18:02:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-06T19:56:44.000Z (about 6 years ago)
- Last Synced: 2025-06-07T18:08:03.011Z (about 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# libcpatch
Download, unpack, patch, and run ELF files with custom libc together with ld and debug symbols
### Usage:
`./libcpatch 2.23-0ubuntu11_amd64 ./chapter1`
### Supported libc versions:
```
2.23-0ubuntu10_amd64
2.23-0ubuntu10_i386
2.23-0ubuntu11_amd64
2.23-0ubuntu11_i386
2.23-0ubuntu3_amd64
2.23-0ubuntu3_i386
2.27-3ubuntu1_amd64
2.27-3ubuntu1_i386
2.28-0ubuntu1_amd64
2.28-0ubuntu1_i386
2.29-0ubuntu2_amd64
2.29-0ubuntu2_i386
2.30-0ubuntu2.1_amd64
2.30-0ubuntu2.1_i386
2.30-0ubuntu2_amd64
2.30-0ubuntu2_i386
2.30-0ubuntu3_amd64
2.30-0ubuntu3_i386
2.31-0ubuntu1_amd64
2.31-0ubuntu1_i386
2.31-0ubuntu2_amd64
2.31-0ubuntu2_i386
```