determine name of running function from eip address?

Posted by user353394 on Stack Overflow See other posts from Stack Overflow or by user353394
Published on 2010-05-29T04:14:09Z Indexed on 2010/05/29 4:22 UTC
Read the original article Hit count: 133

Filed under:

Given a void *eip and an array of struct function symbols that contain the address, symbolic name, and binding of all function symbols in the file, how do I determine the function running at the time of the error?

© Stack Overflow or respective owner

Related posts about c