JochenKalmbach / StackWalker

Walking the callstack in windows applications
BSD 2-Clause "Simplified" License
831 stars 182 forks source link

ShowObject use cases #17

Closed domalb closed 6 years ago

domalb commented 6 years ago

Added a test that gets text from a virtual function table pointer Added some cleaning in the case of a function address

JochenKalmbach commented 6 years ago

Hmm... adding "demangeling" into the StackWalker is not a goal... for demangeling, there are own projects available... which is also a really separate chapter of investigation... please see: https://github.com/gimli-rs/cpp_demangle I will not add demangeling to StackWalker...