I'm not very familiar to IDA,so please bear with me as I ask the following silly question.
When I try to copy a function into my code from the IDB file,I just select the portion and right click to get
copy option and then copy and paste it in wordpad. But what annoying thing happens is that before each
line, the ROM locations are also copied,so I've to manually remove those from hundreds of line. Also copied
are IDA comments like "; CODE XREF ...." which I don't want to copy.
What is the proper way of copying a function?(I'm sure this is not!)