Knuckle Cracker

Knuckle Cracker => Support => Topic started by: pyaehtetaung on November 28, 2013, 03:48:10 PM

Title: Advice
Post by: pyaehtetaung on November 28, 2013, 03:48:10 PM
See only you wanted to know.
Spoiler

CW3 C# Code must be protected. :)
because I see uncovered. :(
This is 40$ tool.https://www.assetstore.unity3d.com/#/content/8881 (https://www.assetstore.unity3d.com/#/content/8881)
I don't work for them.
[close]
Title: Re: Advice
Post by: Kingo on November 29, 2013, 09:54:07 AM
I did realize how I could easily decompile the DLL files containing the game code...
It was interesting to see the guts of the game, though, something I couldn't do in CW1 and CW2.
Title: Re: Advice
Post by: pyaehtetaung on November 29, 2013, 12:19:27 PM
Quote from: Kingo on November 29, 2013, 09:54:07 AM
I did realize how I could easily decompile the DLL files containing the game code...
It was interesting to see the guts of the game, though, something I couldn't do in CW1 and CW2.
If CW1 and CW2, Use Sothink SWF Decompiler.
In CW3,
there is a lot of tools to see game code.
ildasm(build-in tool)
.Net Reflector(Best tool but need to buy)
ILSpy(free best tool)<----I use it.
And IDA(is all-round reversing tool).
Title: Re: Advice
Post by: knucracker on November 30, 2013, 09:44:22 AM
Obfuscators don't do anything other than make the code a little harder to read.  They don't slow up crackers or cheaters very much, though, since those activities only have to be figured out once and are very surgical in their activities.

Obfuscators do tend to introduce oddball bugs and issues, though....
Title: Re: Advice
Post by: pyaehtetaung on November 30, 2013, 02:44:39 PM
Quote from: virgilw on November 30, 2013, 09:44:22 AM
Obfuscators don't do anything other than make the code a little harder to read.  They don't slow up crackers or cheaters very much, though, since those activities only have to be figured out once and are very surgical in their activities.

Obfuscators do tend to introduce oddball bugs and issues, though....
Ok.You right.
I don't read CrplCore class.