ollydbg Questions
1
Solved
I would like to start learning reverse engineering.
So I decided to start simple.
I created this simple program:
#include <stdio.h>
#include <stdlib.h>
int main(int argc, char *argv[]...
Sigvard asked 29/12, 2011 at 20:15
1
Solved
Every time I am trying to debug something with OllyDbg 1.10 (on Windows 7 32-bit), it keeps throwing exceptions for no reason. I skip them with Shift + F7/F8/F9, and at the end it throws an excepti...
Concuss asked 24/10, 2011 at 12:45
2
My simple understanding is OllyDbg is a user mode debugger, which you could use to debug "normal" apps. WinDbg is a kernel mode debugger, which you could use to debug itself.
Is that right?
4
Solved
I have found these few lines of assembly in ollydbg:
MOV ECX,DWORD PTR DS:[xxxxxxxx] ; xxxxxxxx is an address
MOV EDX,DWORD PTR DS:[ECX]
MOV EAX,DWORD PTR DS:[EDX+116]
CALL EAX
Could someone ste...
© 2022 - 2024 — McMap. All rights reserved.