19 Commits

Author SHA1 Message Date
0xd4d bd4111b61c Remove BOM 2019-10-11 18:59:26 +02:00
de4dot 0b4f36bc0e Use dnlib nuget package 2018-12-21 09:36:53 +01:00
de4dot c6f392016e Target .NET Core 2.1 and .NET Framework 3.5 2018-10-17 21:03:45 +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 9ede6f669e Add a generic service 2013-10-25 21:45:34 +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 e15c74ae3e dnlib submodule was renamed. Update code 2012-12-20 02:06:09 +01:00
de4dot f74c1cbb0d Remove cecil refs 2012-11-01 09:37:55 +01:00
de4dot 8d87fa02bc Port more code 2012-10-31 22:44:54 +01:00
de4dot c5d9cc47ba Add code to decrypt methods dynamically.
This is not a generic methods decrypter that can decrypt any obfuscator's
encrypted methods. If it hooks compileMethod(), this code probably can
decrypt the methods. If not, a little rewriting should fix that.
2012-04-10 16:17:45 +02:00
de4dot f5ee6e3e5e Move dll files to a bin sub dir 2012-03-10 20:47:42 +01:00
de4dot d9e138bbe1 Strong name sign all assemblies (except tests)
You must create your own private de4dot.key file in the root source dir
before compiling:
	sn -k de4dot.snk
2011-11-12 14:08:25 +01:00
de4dot cf2a86066c Added an assembly resolver handler 2011-09-28 04:30:00 +02:00
de4dot c257f16787 Methodsrewriter is now working 2011-09-27 22:06:43 +02:00
de4dot e14a18971b Added a methods rewriter class 2011-09-27 01:48:47 +02:00
de4dot 9945b8b47c Moved code to blocks assembly 2011-09-24 10:26:29 +02:00
de4dot 865ed5a47a Initial commit 2011-09-22 04:55:30 +02:00