Is there any command / utlity to generate symbol file (.sym) from executable for MIPS platform?
Asked
Active
Viewed 331 times
1 Answers
0
Did you try to use "nm" command line utility? Is that good enough? Try to: nm -C

Michael S.
- 51
- 3
-
I was basically looking for STACK CFI info from executable.. So nm wont help.. Anyways thanks :) – deeps8us Jun 25 '12 at 12:01