Skip to content

Craxic/PyGDBOffsets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To use (run this in your GDB prompt or add to .gdbinit):

python import sys
python sys.path.append('/path/to/offsets.py')
python import offsets
offsets-of Whatever

If you're making changes to it, the following might be more useful:

python import sys
python sys.path.append('/path/to/offsets.py')
python import offsets
python import imp

Then every time you make a change:

python imp.reload(offsets)
offsets-of Whatever

About

Simple GDB Plugin to list offsets of the members of struct/classes in C/C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages