Skip to content

Deobfuscate pre0.6.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@DerPopo DerPopo released this 05 Jul 10:40

An update for 7dtd Alpha 12.0 B56 (pre0.6.0, release 15) has been released.

CodeDeobfuscator :

  • Unpack strings by directly calling the method generated by the obfuscator
  • Put code which the obfuscator extracts to new methods back to the original method
  • Remove garbage from the code (switches with cases that can never be reached and if (0==1) )
  • Remove the classes generated by the obfuscator which are no longer used after deobfuscating

ManualDeobfuscator and PacketOrNotRelatedStuffPatcher :

  • Removed many deobfuscation routines that are not longer required and updated others.

NamePatcher (NameSimplifier) :

  • Disabled changing the names of generic methods and for generic classes

You can deobfuscate Assembly-CSharp.dll by dragging it into Deobfuscate-Main.exe. It will then create a new file called Assembly-CSharp.deobf.dll.