Commit Graph

11 Commits

Author SHA1 Message Date
de4dot
41a6a62395 Dyn method decrypter now supports .NET 4.5 RTM compileMethod() (stdcall again) 2012-11-23 04:12:10 +01:00
de4dot
5b43e33a35 Remove old PeImage code and use the new one 2012-11-21 11:14:20 +01:00
de4dot
4be7e4fe46 Initialize DumpedMethod.mdRVA 2012-11-07 00:26:36 +01:00
de4dot
e6ab87e5ed Port de4dot.mdecrypt to dot10 2012-11-01 09:33:02 +01:00
de4dot
09d5bd40ea Support AN 6.1 2012-07-22 18:37:14 +02:00
de4dot
cd0a193bdf Support latest AN build 2012-06-27 10:27:16 +02:00
de4dot
ec8139f640 Refactor code and support latest AN build 2012-06-02 07:26:21 +02:00
de4dot
c48b2d92c2 Support AN 6.0.0.5 (new build, same version) 2012-05-19 08:59:13 +02:00
de4dot
edbd2c78a1 Read extra sections, and update other fields 2012-04-11 03:11:00 +02:00
de4dot
c756d543c1 Rename PE namespace 2012-04-10 16:32:15 +02: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