Main Menu

Advice

Started by pyaehtetaung, November 28, 2013, 03:48:10 PM

Previous topic - Next topic

pyaehtetaung

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
I don't work for them.
[close]

Kingo

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.

pyaehtetaung

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).

knucracker

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....

pyaehtetaung

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.