de4dot-cex/blocks/cflow
2012-01-09 01:25:25 +01:00
..
BlockCflowDeobfuscator.cs Ignore invalid metadata tokens in code 2011-10-27 15:57:33 +02:00
BlocksCflowDeobfuscator.cs Add constant folding 2012-01-09 01:25:25 +01:00
CflowDeobfuscator.cs Rename method 2011-12-25 23:10:17 +01:00
CflowUtils.cs Add switch cflow deobfuscator 2011-10-18 23:31:50 +02:00
ConstantsFolder.cs Add constant folding 2012-01-09 01:25:25 +01: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
ICflowDeobfuscator.cs Rename method 2011-12-25 23:10:17 +01:00
InstructionEmulator.cs Add public local/arg set methods 2012-01-08 22:39:52 +01:00
Int32Value.cs Make InstructionEmulator class public 2011-10-26 14:17:33 +02:00
Int64Value.cs Make method public 2012-01-08 22:39:20 +01:00
MethodCallInliner.cs Don't inline method if ldarga is used 2011-12-28 16:40:03 +01: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 Update code to handle another case 2012-01-02 14:24:08 +01: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