32 Commits

Author SHA1 Message Date
de4dot db2fef8d72 Remove utf8 bom 2019-01-01 12:53:38 +01:00
de4dot 5109679b6b Use NETFRAMEWORK 2018-11-14 15:42:43 +01:00
de4dot c6f392016e Target .NET Core 2.1 and .NET Framework 3.5 2018-10-17 21:03:45 +02:00
de4dot d44974d8a2 Use latest dnlib 2018-04-28 04:13:36 +02:00
de4dot 01f29039f2 Update project files, use C# 7.2 2018-03-16 21:38:41 +01:00
de4dot 6cbb3e18eb Use dnlib 3.0 2018-03-16 07:26:24 +01:00
de4dot 4c684bb67e Update copyright years 2015-10-29 22:45:26 +01:00
de4dot 39a99d5e01 Update copyright years 2014-03-11 22:15:43 +01:00
de4dot 1c522e9341 Rename add() -> Add(), toList() -> ToList() 2013-11-21 16:50:25 +01:00
de4dot ba29576cfb Rename get() -> Get() 2013-11-18 16:28:44 +01:00
de4dot 544aa9f145 Most deobfuscators now don't rename everything with east asian chars 2013-11-18 15:43:08 +01:00
de4dot 211d1b67f6 Use standard .NET naming convention 2013-01-19 13:03:57 +01:00
de4dot 05e773018e Update copyright years 2013-01-01 17:03:16 +01:00
de4dot e15c74ae3e dnlib submodule was renamed. Update code 2012-12-20 02:06:09 +01:00
de4dot 9263a3df3d Remove all cecil code/comment refs 2012-11-22 09:14:51 +01:00
de4dot 5b43e33a35 Remove old PeImage code and use the new one 2012-11-21 11:14:20 +01:00
de4dot 9577bd2118 Reset resource data position 2012-11-20 07:53:54 +01:00
de4dot eb7d4c5f88 Use CreateStream() instead of creating a MemoryStream from a byte[] 2012-11-08 10:16:58 +01:00
de4dot 10e83acebc Port CodeFort deobfuscator 2012-11-08 07:43:57 +01:00
de4dot 00177034b9 Rename cecil names; add new MemberRefFinder class 2012-11-02 16:08:11 +01:00
de4dot cb6a3ac503 Support generic decrypter methods 2012-07-28 04:39:14 +02:00
de4dot 4374a08020 getDecryptedModule() can now be called multiple times 2012-07-24 17:02:27 +02:00
de4dot 0a5764a093 Change method to take a ref to a type 2012-07-07 00:58:18 +02:00
de4dot bff92e02e7 Remove unused method 2012-06-02 17:32:05 +02:00
de4dot a25f4f4640 Remove proxy methods type and make sure all proxy methods are inlined 2012-06-02 03:33:21 +02:00
de4dot 3c99e8d0d6 Update valid name regex 2012-06-01 12:53:03 +02:00
de4dot 6696c26496 Assembly resolver init method is sometimes only called from Main() 2012-06-01 12:40:16 +02:00
de4dot d091564d85 Fix ToString(). Should separate generic args with commas 2012-06-01 12:05:01 +02:00
de4dot cd2851baf4 Add an option to disable dumping embedded assemblies 2012-06-01 12:01:45 +02:00
de4dot 58b62ff914 Decrypt main assembly and embedded assemblies 2012-06-01 11:53:54 +02:00
de4dot 96f9f4154d Decrypt CF encrypted strings 2012-05-29 20:20:11 +02:00
de4dot 9b591c68d3 Fix CF proxy calls 2012-05-29 19:14:41 +02:00