Commit Graph

9 Commits

Author SHA1 Message Date
de4dot
f74c1cbb0d Remove cecil refs 2012-11-01 09:37:55 +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
d278c29fa2 Fix problems decrypting strings when there's a missing assembly 2012-01-18 18:39:59 +01:00
de4dot
0d0a40376d Update copyright years 2012-01-09 23:02:47 +01:00
de4dot
e1a81d0b31 Update stack emulation
- Allow System.Object string decrypter return type
- Fix for StackFrame.GetMethod()
- Caller method is updated in stack frame
2012-01-05 16:21:02 +01:00
de4dot
820300e3b2 Now using module.ResolveMethod(token) to resolve string decrypter methods 2011-10-06 08:59:05 +02:00
de4dot
cf2a86066c Added an assembly resolver handler 2011-09-28 04:30:00 +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