de4dot-cex/blocks/cflow
2011-10-27 15:57:33 +02:00
..
BlockCflowDeobfuscator.cs Ignore invalid metadata tokens in code 2011-10-27 15:57:33 +02:00
BlocksCflowDeobfuscator.cs Inline short methods (for DNR) 2011-10-24 12:45:20 +02:00
CflowUtils.cs Add switch cflow deobfuscator 2011-10-18 23:31:50 +02:00
DeadCodeRemover.cs Ignore invalid metadata tokens in code 2011-10-27 15:57:33 +02:00
DeadStoreRemover.cs Remove more dead code and useless stores 2011-10-21 18:02:58 +02:00
InstructionEmulator.cs Make InstructionEmulator class public 2011-10-26 14:17:33 +02:00
Int32Value.cs Make InstructionEmulator class public 2011-10-26 14:17:33 +02:00
Int64Value.cs Make InstructionEmulator class public 2011-10-26 14:17:33 +02:00
MethodCallInliner.cs Use available method, and get rid of useless code 2011-10-24 19:45:31 +02:00
Real8Value.cs Make InstructionEmulator class public 2011-10-26 14:17:33 +02:00
StLdlocFixer.cs Replace stloc + ldloc with dup + stloc only if it's a bool local 2011-10-21 18:53:36 +02:00
SwitchCflowDeobfuscator.cs Remember to add this as first arg if HasThis is set 2011-10-21 19:32:37 +02:00
Value.cs Make InstructionEmulator class public 2011-10-26 14:17:33 +02:00
ValueStack.cs Start work on new cflow deobfuscator 2011-10-17 00:22:22 +02:00