AutoELFPatcher
A glibc auto patching tool prepared for pwner
Install / Use
/learn @carbofish/AutoELFPatcherREADME
AutoELFPatcher
A glibc auto patching tool prepared for pwner
Retrieve libc list, download and decompress operation from glibc-all-in-one
To use this script, you need to install patchelf
Usage
libc mode

elf mode

AutoELFPatcher b1.0 - help
libc mode: python3 autopatch.py libc [libc file path] [elf path]
elf mode: python3 autopatch.py elf [elf path]
[libc file path] Point to your libc file address, such as libc.so.6
[elf path] Point to your elf file address, such as pwn
example command: python3 autopatch.py libc libc.so.6 pwn python3 autopatch.py elf pwn
If you choose libc mode, the program will automatically retrieve the corresponding libc version from the provided libc file, match libc files with similar versions from the libc library, and then use patchelf to automatically patch the elf file to the same libc version as the provided libc file.
But if you are using elf mode, the program will print all libc versions, and you need to choose one to patch.
Related Skills
imsg
344.1kiMessage/SMS CLI for listing chats, history, and sending messages via Messages.app.
node-connect
344.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
oracle
344.1kBest practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns).
lobster
344.1kLobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (s
