Skip to content

Escapingbug/libc_offdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libc-offdb

A simple tool to extract symbols from libcs

simple install

git clone https://github.com/Escapingbug/libc_offdb
sudo python setup.py install
download_libcs

simple usage

from libc_offdb.libc import find_libc, get_libcs
libcs = get_libcs # this will take a while, but it gives you all the libcs it has
wanted_libc = find_libc('a10', 'scanf') # given a offset(last few is OK), and a symbol
# and this will give you a list of dict of symbols:offset pair

About

A little bit easier to find libc offset

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages