made by PowerfearQuote:
Yay some other addy aren't in CShell, but he asked for boxes, and it is in CShell ;P
And about L T Client pointer its really easy.
1- Load CShell.dll in OllyDBG (be sure to have all other required .dll in your Olly folder so it load them, it might take itme to load you can press space at 70%-90% don't need it fully loaded)
2- Right Click on any line in the dissasembler window and do
Search for -> All referenced text strings
3- Go to the top of the list, right click on first line -> Search for text
4- Search for "IL***ient.Default"
5- Double Click on the result line
6- You will now see
PUSH address1
PUSH address2 ASCII "IL***ient.Default"
7- address 1 is the pointer ;P
offset is 208, if it ever change search for any of the console command and repear step above you should see
MOV ECX,DWORD PTR DS:[EAX+offset]
PUSH address
offset is the offset ;P
hope it help
You need:
ollyDBG
Pe Explorer
tested by me and works fully
i post the addie later