I have this program I\'m trying to reverse engineer. I don\'t know whether or not it was the compiler\'s optimizer or obfuscation, but now some parts of the code that call other functions are calculat
Is it possible to add code to a current binary in IDA and then save then to recompile 开发者_如何学Pythonthe binary? I\'ve looked over Google, but no suggestions as to whether IDA can do this. If not,
I have a DLL which I have disassembled, and just to test that my project is going to work. I have tried assembling it again but without luck.
When I load up an executable in IDA pro and OllyDbg, the addresses of the same inst开发者_运维百科ructions start up at different locations. This could be because they are different base addresses. I w
I just want to know how I can change asm instructions in the IDA-view A: How to edit instructions(for instance: jnz to jmp)?
I am writing a script for the IDA Pro disassembler in Python using the idapython plugin. Using this, I am able to fill in the gaps where IDA\'s auto-analysis falls short.
I have reversed a dll using IDA Pro.Looking at the pseudocode generated by IDA i am interested in a set of calls into the QT library, is it trying to find the location of functions so that it can call
I am wondering what the exact meaning of the \'this\' keyword is in the IDA pro pseudo c++ code. Lets say that I have a function call:
When applying signatures IDA pro will name some functions unknown_libname_x. These functions reflect a library function that IDA doesn\'t have enough details on. Often, however, other signatures may h
I am looking at a code dump from IDA pro.There is a function which as this layout: garbled_name(int this...