Main_arena_offset

A simple shell script to get main_arena offset of a given libc
Alternatives To Main_arena_offset
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Welpwn318
a year ago1mitPython
💖CTF pwn framework.
Libmemory181
22 days ago6mitC
Embedded systems memory management library. Implementations for malloc(), free(), and other useful memory management functions
Heapinspect160
3 years ago3mitPython
🔍Heap analysis tool for CTF pwn.
Heapsnap116
2 years ago3gpl-3.0C
HeapSnap 是一个定位内存泄露的工具,适用于Android平台。
Heapinfo96
17 months ago12May 24, 20181mitRuby
An interactive memory info for pwning / exploiting
Ctf64
3 years agoPython
Main_arena_offset37
4 years agoapache-2.0Shell
A simple shell script to get main_arena offset of a given libc
Ctp Course Memo25
3 years agoPython
ChaetSheet for Pwn Reversing of CTF
Ich21
3 years agomitC
Linux crash harness with runtime process instrumentation
Breakout16
9 years agoPerl
hacklu2014 x86_64 exploitation challenge using DWARF bytecode
Alternatives To Main_arena_offset
Select To Compare


Alternative Project Comparisons
Readme

main_arena_offset

A simple shell script to get main_arena offset of a given libc

install

download main_arena then enjoy it!

Optional: add this shell script to path if you want

usage

$ main_arena your_libc

example

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

Screenshots

screenshot

more

  • Though it works perfect on libc-databases now(2018-11-15). But I'm not sure whether it works well on other libcs, so issues are welcome.

Make it better

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 😬

Thanks

Popular Libc Projects
Popular Heap Projects
Popular Libraries Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Shell
Heap
Libc
Glibc
Pwn