Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Welpwn | 318 | a year ago | 1 | mit | Python | |||||
💖CTF pwn framework. | ||||||||||
Libmemory | 181 | 22 days ago | 6 | mit | C | |||||
Embedded systems memory management library. Implementations for malloc(), free(), and other useful memory management functions | ||||||||||
Heapinspect | 160 | 3 years ago | 3 | mit | Python | |||||
🔍Heap analysis tool for CTF pwn. | ||||||||||
Heapsnap | 116 | 2 years ago | 3 | gpl-3.0 | C | |||||
HeapSnap 是一个定位内存泄露的工具,适用于Android平台。 | ||||||||||
Heapinfo | 96 | 1 | 7 months ago | 12 | May 24, 2018 | 1 | mit | Ruby | ||
An interactive memory info for pwning / exploiting | ||||||||||
Ctf | 64 | 3 years ago | Python | |||||||
Main_arena_offset | 37 | 4 years ago | apache-2.0 | Shell | ||||||
A simple shell script to get main_arena offset of a given libc | ||||||||||
Ctp Course Memo | 25 | 3 years ago | Python | |||||||
ChaetSheet for Pwn Reversing of CTF | ||||||||||
Ich | 21 | 3 years ago | mit | C | ||||||
Linux crash harness with runtime process instrumentation | ||||||||||
Breakout | 16 | 9 years ago | Perl | |||||||
hacklu2014 x86_64 exploitation challenge using DWARF bytecode |
A simple shell script to get main_arena offset of a given libc
download main_arena then enjoy it!
Optional: add this shell script to path if you want
$ main_arena your_libc
main_arena_offset [master●●] main_arena /lib/x86_64-linux-gnu/libc.so.6
[+]libc version : glibc 2.27
[+]build ID : BuildID[sha1]=8fd0a29758bf6615673836bb20ffdf11dcb531e6
[+]main_arena_offset : 0x3b4c40
main_arena_offset [master●●] main_arena /lib/i386-linux-gnu/libc.so.6
[+]libc version : glibc 2.27
[+]build ID : BuildID[sha1]=2e6f3ca2f94f25f84946f8277d7588a00a90791b
[+]main_arena_offset : 0x1d57a0
Any suggestion or feature request is welcome! Feel free to send a pull request. Please let me know if you find any libc that makes main_arena_offset fail to find the right offset. And, if you like this work, I'll be happy to be starred 😬