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

link|improve this question

80% accept rate
feedback

1 Answer

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.