Given only an idb (without having access to the original binary) how can I get IDA to give me a plain text representation of the disassembly? Plain in this context means without all the identifier names, stack and structure variable names etc.
For example instead of "push _hwndEdit" I'd like to get "push 1009838h".







