ollydbg
About reverse with ollydbg
When I debug an EXE in i开发者_如何转开发t,will first stop on a specific line,how does OD know where to initially stop?[详细]
2023-01-16 21:46 分类:问答Patching Arm Executable?
I must patch an arm executable in my Pocke开发者_StackOverflow中文版t PC. I am dissassembling the ARM executable with IDA Pro. But I can not edit binary. As you know Ollydbg let us to edit binary / a[详细]
2023-01-11 14:09 分类:问答Help deciphering a few lines of assembly
I have found these few lines of assembly in ollydbg: MOV ECX,DWORD PTR DS:[xxxxxxxx] ; xxxxxxxx is an address[详细]
2023-01-11 04:27 分类:问答Explanation of the disassembly of the simplest program (x86)
The following code int _main() {return 0;} Compiled using the command: gcc -s -nostdlib -nostartfiles 01-simple.c -o01-simple.exe[详细]
2022-12-31 06:29 分类:问答Debugging and Analyzing a Trojan
I\'m interested in using something like OllyDbg to examine a program that potentially has Trojan-like characteristics.[详细]
2022-12-19 01:56 分类:问答Decompiling x86 PE binary to C?
I\'d lik开发者_运维技巧e to know if there\'s any way to generate the C code of a x86 PE binary. I don\'t really need this, I just want to learn how some closed-source software are working.[详细]
2022-12-17 06:22 分类:问答Tips for debugging a made-for-linux application on windows?
I\'m trying to find the source of a bug I have found in an open-source application. I have managed to get a build up and running on my Windows machine, but I\'m having trouble finding the spot in the[详细]
2022-12-11 21:23 分类:问答Wherein newbie disassembly queries are made
I\'m relatively(read: stupid newbie) familiar with disassembly but this bit stumped me: I have a set of save files compressed with zlib and a game that loads them. Their structure is known and once lo[详细]
2022-12-08 16:40 分类:问答