All Projects → bash-c → Main_arena_offset

bash-c / Main_arena_offset

Licence: apache-2.0
A simple shell script to get main_arena offset of a given libc

Programming Languages

shell
77523 projects

Labels

Projects that are alternatives of or similar to Main arena offset

heaptrace
helps visualize heap operations for pwn and debugging
Stars: ✭ 252 (+375.47%)
Mutual labels:  pwn, heap
ctf-writeups
📚 Yet another CTF writeups repository. PWN and RE tasks
Stars: ✭ 29 (-45.28%)
Mutual labels:  pwn, heap
Heapinspect
🔍Heap analysis tool for CTF pwn.
Stars: ✭ 177 (+233.96%)
Mutual labels:  heap, pwn
how-to-exploit-a-double-free
How to exploit a double free vulnerability in 2021. Use After Free for Dummies
Stars: ✭ 1,165 (+2098.11%)
Mutual labels:  pwn, heap
Heap Viewer
An IDA Pro plugin to examine the glibc heap, focused on exploit development
Stars: ✭ 574 (+983.02%)
Mutual labels:  heap
Pwndra
A collection of pwn/CTF related utilities for Ghidra
Stars: ✭ 417 (+686.79%)
Mutual labels:  pwn
Gef
GEF (GDB Enhanced Features) - a modern experience for GDB with advanced debugging features for exploit developers & reverse engineers ☢
Stars: ✭ 4,197 (+7818.87%)
Mutual labels:  pwn
Heapwn
Linux Heap Exploitation Practice
Stars: ✭ 344 (+549.06%)
Mutual labels:  heap
Write Ups
📚 VoidHack CTF write-ups
Stars: ✭ 45 (-15.09%)
Mutual labels:  pwn
Advanced Algorithms
100+ algorithms & data structures generically implemented in C#.
Stars: ✭ 752 (+1318.87%)
Mutual labels:  heap
Heapify
The fastest JavaScript priority queue out there. Zero dependencies.
Stars: ✭ 520 (+881.13%)
Mutual labels:  heap
Algodeck
An Open-Source Collection of 200+ Algorithmic Flash Cards to Help you Preparing your Algorithm & Data Structure Interview 💯
Stars: ✭ 4,441 (+8279.25%)
Mutual labels:  heap
Learningmasteringalgorithms C
Mastering Algorithms with C 《算法精解:C语言描述》源码及Xcode工程、Linux工程
Stars: ✭ 615 (+1060.38%)
Mutual labels:  heap
Hyperpwn
A hyper plugin to provide a flexible GDB GUI with the help of GEF, pwndbg or peda
Stars: ✭ 387 (+630.19%)
Mutual labels:  pwn
Shellen
🌸 Interactive shellcoding environment to easily craft shellcodes
Stars: ✭ 799 (+1407.55%)
Mutual labels:  pwn
Easy Linux Pwn
A set of Linux binary exploitation tasks for beginners on various architectures
Stars: ✭ 353 (+566.04%)
Mutual labels:  pwn
Android interviews
🚀Everything you need to know to find a android job. 算法 / 面试题 / Android 知识点 🔥🔥🔥 总结不易,你的 star 是我最大的动力!
Stars: ✭ 510 (+862.26%)
Mutual labels:  heap
Dsa.js Data Structures Algorithms Javascript
🥞Data Structures and Algorithms explained and implemented in JavaScript + eBook
Stars: ✭ 6,251 (+11694.34%)
Mutual labels:  heap
Algorithms
CLRS study. Codes are written with golang.
Stars: ✭ 482 (+809.43%)
Mutual labels:  heap
Ctf Wiki
Come and join us, we need you!
Stars: ✭ 5,305 (+9909.43%)
Mutual labels:  pwn

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].