I need a way to copy all the function names of a binary out of IDA PRO. I there an fuction export option or something?
Thanks
|
feedback
|
|
You can write a quick IDC script to enum function names and emit them to a text file. Check idc.idc for the appropriate commands to use. Another way is to simply open the Functions window and press Ctrl+C and paste the result in a file | |||
|
feedback
|