I'm a newbie in IDApro. I'd like to save the assembly code or IDA view-A(not a graph view) text through IDApro. I know the how to save using GUI, but there are
Is there a tool to compare the control flow of some disassembly and some C? Here's my situation: I started with the disassembly (x86_64) of a function. In some
Is it possible to count the CRC of code in the memory of the function in the runtime? I have a function that compares user's password with the secret password.
I was told to use a disassembler. Does gcc have anything built in? What is the easiest way to do this?