How to get function name by its address
-
Suppose i use __penter compiler feature in my project in order to have function hooking. I'd like to get the function/method name by the ebp registry value. I know that i need to use SymGetSymFromAddr. However, i'm not familiar with this very much. Can anyone help me get the function/method name by the ebp registry value? Thanks, Dudi
-
Suppose i use __penter compiler feature in my project in order to have function hooking. I'd like to get the function/method name by the ebp registry value. I know that i need to use SymGetSymFromAddr. However, i'm not familiar with this very much. Can anyone help me get the function/method name by the ebp registry value? Thanks, Dudi
Well... here's the documentation for SymFromAddr: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/debug/base/symfromaddr.asp[^] Joel Holdsworth Wanna give me a job this summer? Check out my online CV and project history[^]