I am looking to use the map file to resolve addresses that I get from the exe. Is there a library for parsing it or a more easier to parse format?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The primary issue is that the format of map files varies with compiler vendors and there are too many compiler vendors out there for us to guess which one you are using. BTW, there is no standard format for map files; as there is no requirement for one.
I look at the layout of the map file and write my own search programs using
awk, Perl, Java, C, or whatever is handy and quick (or a language I want to learn).