Hey guys...
Since so many people are failing and cant even dump a simple cshell, I decided to release my lil program Im using to dump CShell.
Just place it near engine.exe, open it and attach a program like PETools to dump CShell.
This program easily just uses LoadLibary API to decrypt the virtualized and packed CShell. However, have fun.
I personally like to go to nexon and ask them for the dump. Saves me time.
Lol. Well this Dumper that master released has many glitches and I think it sucks. I like this better
Good Job Bro.
You should make a tutorial on Obtaining Addresses Manually. All i can remember is.. Dumping CShell.. and Opening it with OllyDB.. or something along them lines.. I'm stuck to SigScanners-.-
Originally Posted by TrixtSam
You should make a tutorial on Obtaining Addresses Manually. All i can remember is.. Dumping CShell.. and Opening it with OllyDB.. or something along them lines.. I'm stuck to SigScanners-.-
Using the bytes to find the address? (or you can use cheat engine, and search for them...)
Originally Posted by TrixtSam
You should make a tutorial on Obtaining Addresses Manually. All i can remember is.. Dumping CShell.. and Opening it with OllyDB.. or something along them lines.. I'm stuck to SigScanners-.-
Finding addys manually?
Its all about debugging and so on.
You need some experience in this if you want to manually find them.
For example get playermgr addy you need search for a playername string. Then what access this -> For drawing when your over the name -> breakpointed in a mov eax, [37524889] and theres your pointer lol
Addy isnt updated lol.
People think you can use the "bytes" to find the address.
You can't. That address wont be the only thing with those bytes. Plus you can't scan for them that way.
This is why we make pattern scans.
Originally Posted by Flengo
People think you can use the "bytes" to find the address.
You can't. That address wont be the only thing with those bytes. Plus you can't scan for them that way.
This is why we make pattern scans.
If someone wants to know how to make pattern, I could make a tutorial too
For sure WITHOUT plugin lol!
Originally Posted by Ch40zz-C0d3r
If someone wants to know how to make pattern, I could make a tutorial too
For sure WITHOUT plugin lol!
Well.. How would you find s2S etc?
Originally Posted by TrixtSam
Well.. How would you find s2S etc?
S2S is easy. Its an engine function, so search in engine module. Search for the string SendToServer which is used for debugging. Scroll up a bit until you find the start of the function, and you've got it. Thats the manual way.