de4dot-cex/blocks/cflow
2012-08-04 12:04:07 +02:00
..
BlockCflowDeobfuscator.cs Move code to a new BranchEmulator class 2012-06-11 21:19:36 +02:00
BlockDeobfuscator.cs Add property to tell whether to execute it or not 2012-05-03 05:34:12 +02:00
BlocksCflowDeobfuscator.cs Add property to tell whether to execute it or not 2012-05-03 05:34:12 +02:00
BranchEmulator.cs brtrue/brfalse now checks whether it's a non-null value 2012-08-04 12:04:07 +02:00
CachedCflowDeobfuscator.cs Add CachedCflowDeobfuscator class 2012-05-02 13:49:12 +02:00
CflowDeobfuscator.cs Refactor: create common cflow deob iface 2012-04-29 23:51:04 +02:00
CflowUtils.cs Update copyright years 2012-01-09 23:02:47 +01:00
ConstantsFolder.cs Refactor: create common cflow deob iface 2012-04-29 23:51:04 +02:00
DeadCodeRemover.cs Refactor: create common cflow deob iface 2012-04-29 23:51:04 +02:00
DeadStoreRemover.cs Add property to tell whether to execute it or not 2012-05-03 05:34:12 +02:00
IBlocksDeobfuscator.cs Add property to tell whether to execute it or not 2012-05-03 05:34:12 +02:00
ICflowDeobfuscator.cs Update copyright years 2012-01-09 23:02:47 +01:00
InstructionEmulator.cs Emulate ldftn, ldsflda, ldtoken, ldvirtftn and ldflda 2012-08-04 12:03:12 +02:00
Int32Value.cs Create instances of common constants 2012-01-26 23:57:37 +01:00
Int64Value.cs Create instances of common constants 2012-01-26 23:57:37 +01:00
MethodCallInliner.cs Make a field protected and compare method to inline as a reference 2012-05-29 19:07:58 +02:00
MethodCallInlinerBase.cs Support VS2008 2012-07-07 07:16:55 +02:00
Real8Value.cs Update copyright years 2012-01-09 23:02:47 +01:00
StLdlocFixer.cs Refactor: create common cflow deob iface 2012-04-29 23:51:04 +02:00
SwitchCflowDeobfuscator.cs Update switch cflow deobfuscator 2012-07-25 01:45:57 +02:00
Value.cs Add a new ObjectValue value class 2012-08-04 12:02:40 +02:00
ValueStack.cs Add method to return stack size and not truncate locals/args 2012-05-02 10:44:34 +02:00