Top "Ollydbg" questions

OllyDbg is a Ring3, Win32 debugger.

JNZ & CMP Assembly Instructions

Correct me if I am wrong. This is my understanding of JNZ and CMP. JNZ - The jump WILL take …

assembly x86 reverse-engineering ollydbg cmp
How do I bypass IsDebuggerPresent with OllyDbg?

I don't really understand how to get around IsDebuggerPresent. I think I am supposed to find the registers used for …

reverse-engineering ollydbg
How to setup plugins for ollydbg 2.x.x?

I downloaded the latest ollydbg 2.x version from its official site and some plugins from tuts4you. But how to …

plugins assembly reverse-engineering ollydbg
OllyDbg doesn't work in Windows 7 x64

Windows 7 x64 & OllyDbg 1.10 I just start to learn debugging technology, and try to debug a demo programm called 'crack_…

windows debugging process cracking ollydbg
Cracking C# application with OllyDebug

I would like to know if there is a way to crack C# Windows application with OllyDebug. I have simple …

c# assembly ollydbg cracking
How can I set a breakpoint for a button click using ollydbg?

How can I set a breakpoint for a button click using ollydbg? i am trying to disable a button click …

ollydbg
Manually setting breakpoints in WinDBG

I am trying to examine the assembly for an executable using WinDBG, but I am having a hard time getting …

windbg breakpoints ollydbg
What does FSTP DWORD PTR DS:[ESI+1224] do?

I am trying to learn more about assembly and disassembly. My goal is to modify the way a specific address …

debugging assembly cpu-registers ollydbg
Windbg memory map?

How can I get a memory map in Windbg similar to Ollydbg's memory map functionality? I want to see a …

debugging memory windbg ollydbg
What does EBP+8 in this case in OllyDbg and Assembler mean?

I am just learning Assembler and debugging skills in OllyDbg in order to learn how to use undocumented functions. Now …

assembly ollydbg stack-frame