Commit Graph

1990 Commits

Author SHA1 Message Date
de4dot
892fa4cd3d Check both locations at the same time 2013-11-13 18:54:06 +01:00
de4dot
130e188e6a Remove the x from arg names 2013-11-12 22:02:19 +01:00
de4dot
682b0df04a Set locals = 0 when emulating from first instruction 2013-11-12 17:11:54 +01:00
de4dot
4fcb332ddf Use non-recursive methods to prevent StackOverflow exceptions 2013-11-12 09:41:38 +01:00
de4dot
db0001f481 Count both VM classes as one 2013-11-11 18:26:09 +01:00
de4dot
b65e9a59df Support latest Agile.NET 2013-11-08 11:05:17 +01:00
de4dot
d4ff713b95 Update DNR name regex 2013-11-07 03:25:52 +01:00
de4dot
6dfe2fd1b6 Add updated dnlib submodule 2013-11-06 08:13:43 +01:00
de4dot
d410d80815 Update CO resource class detector code 2013-11-06 08:12:40 +01:00
de4dot
85c565fc20 Support more MaxtoCode runtimes 2013-11-06 03:20:44 +01:00
de4dot
eb284bf4bf Support .NET Reactor 4.7 2013-11-05 13:52:58 +01:00
de4dot
f9dde3317c Rename namespace vm -> vm.v1 2013-10-29 18:11:31 +01:00
de4dot
511a061f64 Support latest Eazfuscator.NET 2013-10-27 19:40:51 +01:00
de4dot
2cc12006aa Support ILProtector 1.0.7.1 - 2.0.11.0 2013-10-26 17:25:58 +02:00
de4dot
83e3cc0f57 Remove unused assembly field 2013-10-26 00:29:38 +02:00
de4dot
22ffec3e1c Remove call since value is cached 2013-10-26 00:26:23 +02:00
de4dot
d53e321b99 Rename field and method 2013-10-25 22:08:52 +02:00
de4dot
c956e0fc2e Allow "non-safe" code 2013-10-25 21:46:24 +02:00
de4dot
45c8d3ed89 Add HandleProcessCorruptedStateExceptionsAttribute 2013-10-25 21:46:05 +02:00
de4dot
9ede6f669e Add a generic service 2013-10-25 21:45:34 +02:00
de4dot
1d6a71221a Fix name of method 2013-10-25 21:45:07 +02:00
de4dot
b004db1aed Add StackTracePatcher class 2013-10-25 21:44:50 +02:00
de4dot
293de3c361 Add updated dnlib 2013-10-21 17:19:08 +02:00
de4dot
730505fd4f Write a message if decryption probably failed 2013-10-21 07:29:20 +02:00
de4dot
8808c049f1 Clear old data if we re-try decryption 2013-10-21 07:19:39 +02:00
de4dot
7c6005cde5 Support more MaxtoCode runtimes 2013-10-20 18:09:38 +02:00
de4dot
6f925abab7 Make FindSection() public 2013-10-20 10:25:51 +02:00
de4dot
f05fd30dc5 Add Real8Value.ToString() 2013-10-17 20:20:27 +02:00
de4dot
78196ffeee Add (uint) casts to prevent long temp values 2013-10-17 19:26:06 +02:00
de4dot
ae408ab6eb Rename create() -> Create() 2013-10-17 19:19:21 +02:00
de4dot
52111f7e39 Real8Value can now also be "invalid", like Int{32|64}Value 2013-10-16 10:13:19 +02:00
de4dot
156bc4c7ee Rename public value -> Value, validMask -> ValidMask 2013-10-16 10:13:09 +02:00
de4dot
1dee5e8017 Support latest Dotfuscator 2013-10-15 10:12:53 +02:00
de4dot
3cf63a5f7e Emulate some more instructions 2013-10-15 10:12:41 +02:00
de4dot
ad5fb70673 Support latest Rummage 2013-10-13 10:23:31 +02:00
de4dot
689635cf69 Support .NET Reactor 4.5 (an updated version) and 4.6 2013-10-13 08:49:34 +02:00
de4dot
8dc7249033 Add updated dnlib 2013-10-12 12:12:16 +02:00
de4dot
b6b0fe5403 Use int and not Int32 2013-10-12 01:04:49 +02:00
de4dot
478595708b Add MethodCallInliner::GetFirstInstruction() 2013-10-12 01:00:50 +02:00
de4dot
43e441ca93 Rename blocks -> de4dot.blocks 2013-10-02 20:49:21 +02:00
de4dot
662c78380a Refactor IAssemblyService 2013-10-02 18:07:28 +02:00
de4dot
f01d0f2073 Fix if condition 2013-09-28 21:28:59 +02:00
de4dot
e70e226916 Clear deobfuscated state for each restored method 2013-09-28 19:51:25 +02:00
de4dot
01dbcd0632 Add ISimpleDeobfuscator::MethodModified() to reset deobfuscated state 2013-09-28 19:43:46 +02:00
de4dot
24b22268e3 Deobfuscate asm resolver method 2013-09-28 19:43:05 +02:00
de4dot
f9ed45c670 Restore ldnull instructions 2013-09-28 19:07:03 +02:00
de4dot
67c9e76276 Inline methods 2013-09-28 14:55:29 +02:00
de4dot
13ef523d58 Add OnInlinedMethod() method 2013-09-28 14:54:27 +02:00
de4dot
06bef669c5 Inline a few more instructions 2013-09-28 14:54:00 +02:00
de4dot
192fd3b66c Merge branch 'master' into co 2013-09-27 19:58:04 +02:00