An open API service indexing awesome lists of open source software.

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

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
```