View previous topic :: View next topic |
Author |
Message |
mindoff Advanced Cheater
Reputation: 0
Joined: 12 Jun 2016 Posts: 96
|
Posted: Sun Jun 12, 2016 3:40 am Post subject: How to hack games that written by C# or .net Language |
|
|
I have read the CE tutorial,and have practiced of finding a few games,like Plants vs Zombies,and some unity3d game like broforce,
and some youtube CE tutorial,inject code,AOB scan,it's ok for me to hack general game written by C or C++,i think.
But if the game written by C# like REVOLVER360 REACTOR
store_steampowered_com_app_313400
the OPCODE seems change a lot,and AOB scan does not work,because every time the assembly language may be very different each time
and the register change from eax ebx ebp esi ect,not like unity3d,
although unity3d OPCODE change a little,i still have 90% change to use AOB scan to get what i want.
but C# game just don't work that way.
So is there a tutorial can teach me how to hack a C# game by example?
I have googled a lot and can't find topic about this.Or maybe i did'nt find the right keywords.
Any help is appreciated
|
|
Back to top |
|
 |
STN I post too much
Reputation: 43
Joined: 09 Nov 2005 Posts: 2676
|
Posted: Sun Jun 12, 2016 7:37 am Post subject: |
|
|
You have to wait for the game code to actually be compiled then inject to game. It is similar to unity games.
Can you post some game code or give more info where you actually are having problems.
_________________
|
|
Back to top |
|
 |
predprey Master Cheater
Reputation: 24
Joined: 08 Oct 2015 Posts: 486
|
Posted: Sun Jun 12, 2016 8:18 am Post subject: |
|
|
for managed code I would think it would be easier to do it the old school way of modifying the executable, since they decompile into relatively more readable code with all the symbols and names intact. check out redgate reflector.
|
|
Back to top |
|
 |
mindoff Advanced Cheater
Reputation: 0
Joined: 12 Jun 2016 Posts: 96
|
Posted: Sun Jun 12, 2016 11:21 am Post subject: |
|
|
OK,figure it out,i'm totally wrong,STN is right.
The key to solve the problem is ---- wait for the game code to actually be compiled then inject to game
Aobscan still work
I dont' know why it doesn't work before,but it does work now.
Thanks guys,I can make my own trainer now.
|
|
Back to top |
|
 |
|