Ollydbg and _Cshell Problem

Posts 115 of 23 · Page 1 of 2
Ollydbg and _Cshell Problem
Hey, Im Having a Problem Finding the LTC with an unpacked CShell. I Didnt modify It or anything and followed lauwy's tutorials excatly the way he did it, step by step, but im always getting this error. this is when i search all referenced text strings, then search text> CursorCenter 0. I Get This Problem. any help would be appriciated, thankyou

when i search all referenced text strings it looks like this


when i search "CursorCenter 0" in all referenced text strings and double click it


Thanks for any help
right click on "cursorcenter 0",0

and find reference -> selected address

you should get some address with push action

like that :

Code:
push _cshell.address | "CursorCenter 0"
then double click on one of them and u'll get the usual way to find LTC.
Quote Originally Posted by UltraPGNoob View Post
right click on "cursorcenter 0",0

and find reference -> selected address

you should get some address with push action

like that :

Code:
push _cshell.address | "CursorCenter 0"
then double click on one of them and u'll get the usual way to find LTC.
Well, I Did That But When I Right Click-Find References To- Selected Address, It Comes Up With Nothing. Thanks For Your Reply Though
/delete_message_#3_because_its_a_useless_msg
/thx
np

maybe you should open crossfire.exe and inject cshell.dll and then open ollydbg to attach it to crossfire.exe

give it a try and tell me if it worked.
I also have a problem, i wrote my own script that loads cshell, i went to olly and made a dump of the process of Cshell, but when i open the dumped dll, it shows me module ntdll, when i go to the executable modules tab cshell isn't even there, can you guys help me. i have to go to school in 30 minutes.
i'm not unpacking it anymore because i can look into cshell easily.

why not trying to work with it even if its not unpacked?
how do you plan to do that?

Crossfire doesn't allow you to attach a debugger, and it will just crash if you start it with olly so can you explain how you do that?
thanks for you help guys. (sarcasm)
Quote Originally Posted by 258456 View Post
thanks for you help guys. (sarcasm)
did you forget to open crossfire.exe without anything like hgwc or xtrap?

and then inject cshell.dll?

crossfire alone cant detect debugger.

you should know that.

And you may find more than PTC.
i know that the PTC Method is patched, but cursorcenter and the other sh1t still works ?
wow!!! how would you start cf without hgwc and xtrap? Are you talking about the patcher_cf? Sorry for being a pain and thanks for your help
don't run from patcher_cf there's another executable called crossfire.
Oh, so run the file "crossfire" then attatch debugger to it or open crossfire with debugger?
open crossfire.exe
don't forget to use an injector to inject cshell.dll to crossfire.exe
then attach ollydbg

thats that easy to do.
Posts 115 of 23 · Page 1 of 2
This thread is closed for replies.

Tags for this Thread

None

Need help?