Commit Graph

1733 Commits

Author SHA1 Message Date
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
de4dot
158fb63bba If asm is not SN signed, only use its name, not version, PKT etc 2013-09-26 19:29:02 +02:00
de4dot
d0bee28111 Disable TypeDef cache when removing types etc 2013-09-26 16:36:52 +02:00
de4dot
50ff551898 Use new ModuleDef method to clear TypeDef cache 2013-09-26 16:32:45 +02:00
de4dot
085c62015d Add updated dnlib submodule 2013-09-26 16:31:38 +02:00
de4dot
9acec7a033 Make sure decl type exists 2013-09-25 02:17:24 +02:00
de4dot
3d05b408c9 Decrypt arrays 2013-09-25 01:37:53 +02:00
de4dot
b7255bc3b5 Add assembly string separator detection code 2013-09-24 21:44:21 +02:00
de4dot
aabe7f0ad4 dnlib renamed a method 2013-09-20 20:26:17 +02:00
de4dot
b80a1a0b7c Rename variables 2013-04-30 12:15:07 +02:00
de4dot
37af3b3d11 Fix method name 2013-04-30 12:00:03 +02:00
de4dot
09715c6998 Add updated dnlib submodule 2013-04-17 16:46:01 +02:00
de4dot
35c1820afa Support latest MaxtoCode and two older versions 2013-01-24 18:33:14 +01:00
de4dot
61a668b921 Add updated dnlib submodule 2013-01-24 18:32:36 +01:00
de4dot
211d1b67f6 Use standard .NET naming convention 2013-01-19 13:03:57 +01:00
de4dot
fa6c10b8c0 Add updated dnlib submodule 2013-01-19 13:01:45 +01:00
de4dot
9ac79e253e Support the latest CryptoObfuscator build 2013-01-15 01:37:21 +01:00
de4dot
8225f79f3c Use a stable sort 2013-01-13 20:57:15 +01:00
de4dot
ecd53ddfc1 New version: 2.0.3 2013-01-12 17:17:15 +01:00
de4dot
88571cbf8b Update CryptoObfuscator deobfuscator 2013-01-10 02:47:53 +01:00
de4dot
140d043844 Add updated dnlib submodule 2013-01-10 02:15:01 +01:00
de4dot
05e773018e Update copyright years 2013-01-01 17:03:16 +01:00
de4dot
488f592df3 Update Xenocode deobfuscator
- Remove a type with thousands of methods
- Fix rename regex
- Fix names of attributes (lowercase c)
- Remove an invalid attribute added to the module
2012-12-30 12:34:21 +01:00
de4dot
cb929f63dd Don't add a base type if the type is actually System.Object 2012-12-28 12:07:11 +01:00
de4dot
740e206e6d New version: 2.0.2 2012-12-21 17:15:19 +01:00
de4dot
bf0a87157a Move "Tiny FAQ" to the bottom of the README 2012-12-21 14:16:22 +01:00
de4dot
cade446d21 Fix code branching to dup/bcc blocks. 2012-12-21 13:55:57 +01:00