Skip to content

nest-leonlee/gcc_except_table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Getting the corresponding landing pad for C++ exception in object file including executable file and shared library. This tool parses .gcc_except_table from a specific object file.

build and run tests


$ make
$ gcc_except_table object_file addr

e.g.)


$ gcc_except_table test/test 0x4008e2

About

Getting the corresponding landing pad for C++ exception in object file including executable file and shared library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published