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.
I just want to know how I can change asm instructions in the IDA-view A: How to edit instructions(for …
assembly reverse-engineering idaI use IDA Pro Advanced Edition v6. But I can not find the strings window. Only the function window, IDA …
idaI'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-editingWe have a DLL which we have lost the source for so I am trying to figure out how it …
ida disassemblyI want to decompile file ELF 64-bit LSB executable with IDA on Windows, Its possible? If no, How can I …
elf decompiling idaI downloaded from official site(hex-rays) IDA, installed, everything works. I found needed for me function, pressed F5(hotkey for …
decompiling decompiler idaCurrently, I'm disassembling a Mach-O executable in IDA Pro. I've gone through and found the string I'm interested in, but …
assembly idaI am new to Ida and I need to use it to identify which functions within the executable call one …
reverse-engineering idaI 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