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.

IDA pro asm instructions change

I just want to know how I can change asm instructions in the IDA-view A: How to edit instructions(for …

assembly reverse-engineering ida
Can not find the strings window of IDA Pro

I use IDA Pro Advanced Edition v6. But I can not find the strings window. Only the function window, IDA …

ida
How can I find the data structure that represents mine layout of Minesweeper in memory?

I'm trying to learn about reverse engineering, using Minesweeper as a sample application. I've found this MSDN article on a …

reverse-engineering windbg ida minesweeper memory-editing
IDA - positive sp value has been found error

We have a DLL which we have lost the source for so I am trying to figure out how it …

ida disassembly
Decompile ELF on Windows

I want to decompile file ELF 64-bit LSB executable with IDA on Windows, Its possible? If no, How can I …

elf decompiling ida
IDA. how can i install decompiler?

I downloaded from official site(hex-rays) IDA, installed, everything works. I found needed for me function, pressed F5(hotkey for …

decompiling decompiler ida
How can I get IDA Pro to "see" xrefs to a string?

Currently, I'm disassembling a Mach-O executable in IDA Pro. I've gone through and found the string I'm interested in, but …

assembly ida
(Ida Pro) Find out which functions use the import symbol

I am new to Ida and I need to use it to identify which functions within the executable call one …

reverse-engineering ida
How does one change an instruction with a hex editor?

I am messing around with some reverse engineering, but I don't know how to change a jnz to jz with …

assembly hex reverse-engineering instructions ida
mov eax, large fs:30h

I was analyzing some x86 binary and found the following instruction which I can not understand. Can someone please explain …

debugging assembly x86 ida mov