/NeeD Ollydbg +Get the code to explain CShell ....
: P
.....
: rolleyes:
---------- Post added at 02:58 PM ---------- Previous post was at 02:34 PM ----------
.................................................. .................................................. .....................................
Search on googel the Ollydbg you can download it
How to find addy :
open OllyDbg
attach->loadlib
view->Module"CShell"
search for ->all referenced text strings
search for text -> and the text string lik ex. "BulletPosOffset"
2 click on it
scroll down and you will see [EAX+3518] ,3518 is the offset so you put 0x befor it and then you have the offset
0x3518