Top "Ollydbg" questions

OllyDbg is a Ring3, Win32 debugger.

OllyDbg, don't get the option to copy to executable file

Whenever I'm in OllyDbg and successfully finish editing the ASM code to my liking, I try to highlight all the …

ollydbg
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
OllyDbg catching/throwing exceptions

Every time I am trying to debug something with OllyDbg 1.10 (on Windows 7 32-bit), it keeps throwing exceptions for no reason. …

reverse-engineering ollydbg
Ollydbg "Single step event at ntdll - Press shift+f8 to pass execution...."?

I had olly 2 Beta which was working fine but it misses some old features of Olly 1 like Call stack window …

events exception ollydbg ntdll
OllyDbg 2.01 - Finding a command referencing a static string

I've taken up cracking and reverse-engineering recently with the help of OllyDbg 2.01 and crackmes executables. So in this particular crackme, …

debugging ollydbg
How to change value of EIP in ollydbg?

I double clicked on EIP in register window,but seems un-editable. Why is EIP special?How can I change it?

ollydbg
How to use Ollydbg with multi-threaded programs?

I have seen here that Olly supports a multi-threaded debugging, but I couldn't find any video or a good tutorial …

linux windows debugging reverse-engineering ollydbg
Can't find “referenced string” in OllyDBG

So I am trying to reverse a program and crack it but I am not able to find any of …

string reverse-engineering ollydbg
OllyDBG, follow Call Function

I recently started learning reversing again, and I encountered a problem using my OllyDBG. When debugging an EXE which has …

reverse-engineering ollydbg