OllyDbg

_]D4rkN3zz[_

Member
Joined
Sep 1, 2013
Messages
19
Reaction score
0
Hi, i want to ask, how can i get some memory addresses in OllyDbg.
For example i want open samp.dll and see his memory addresses (mem address for say in samp - function say() in mod_sa).
So please can you help me?
Thank you and sorry for my bad english.
 

0x_

Wtf I'm not new....
Staff member
Administrator
Joined
Feb 18, 2013
Messages
1,123
Reaction score
174
What's exactly your problem ?
 

_]D4rkN3zz[_

Member
Joined
Sep 1, 2013
Messages
19
Reaction score
0
Ok, so i run ollydbg, open samp.dll, run debug, and now i don't know how can i see memory addresses
from SA:MP.
 

0x_

Wtf I'm not new....
Staff member
Administrator
Joined
Feb 18, 2013
Messages
1,123
Reaction score
174
D4rkN3zz[_"]Ok, so i run ollydbg, open samp.dll, run debug, and now i don't know how can i see memory addresses
from SA:MP.
So please, go Learn more this is kinda pointless.
 

25GHz

Active member
Joined
Feb 19, 2013
Messages
167
Reaction score
0
if your single problem is "i never used olly":
you must attach to the process that has this module running(samp.dll), in this case gta_sa.exe, if you emulate this dll with olly you'll get a different output(not reliable).
after this, you're ready to analyze and understand the asm code and so: trace, locate/find the functions you're looking for and their respective addresses location.
...ofc, you'll be able to do this only if you have some knowledge in assembly language.

if your problem is "i don't know nothing about asm":
go learn some.

have fun.
 
Top