Top "Ida" questions

The Interactive Disassembler, more commonly known as simply IDA, is a disassembler for computer software which generates assembly language source code from machine-executable code.

How in IDA can save memory dump with command or script?

IDA, Hex-View I select with mouse zone of bytes from StartAddress to EndAddress Right Click -> Save to File …

python debugging reverse-engineering ida
What are the key differences between IDA and x64dbg?

IDA pro ,x64Dbg, olldbg & windbg are used to Reverse Engineering purposes(as a Dissembler) and debugging. What are …

reverse-engineering windbg ida ollydbg
DEbug x64 application using IDA PRO 6.1

I have IDA PRO 6.1 - (i am unable to install the latest version) I am trying to debug x64 application …

debugging 64-bit reverse-engineering ida bochs
Debug executable with arguments in IDA

In the disassembler and debugger IDA, is there any way to run the currently loaded binary with command line parameters? …

linux ida disassembly
x86 jnz after xor?

After using IDA Pro to disassemble a x86 dll, I found this code (Comments added by me in pusedo-c code. …

assembly x86 conditional xor ida
Is it possible in IDA Pro to make a struct field offset to vtable which is defined in .data segment?

Here is what I want to achieve. I identified a class which I defined as a struct to store class …

com reverse-engineering vtable disassembly ida
Rebasing and debugging

So usually when I debug with IDA I don't come across any issues; however, with this one particular process (which …

rebase ida
Get memory addresses using IDAPython

In my code, I am using idc.GetOpnd(ea,0) and idc.GetOpnd(ea,1) to get the 2 operands of an instruction. …

disassembly ida