Add comment

This commit is contained in:
de4dot 2012-08-08 14:32:41 +02:00
parent 536062ae39
commit 06d00f0588

View File

@ -25,6 +25,7 @@ using de4dot.blocks;
using de4dot.PE;
namespace de4dot.code.deobfuscators.Confuser {
// Since 1.8 r75367
class ProxyCallFixer : ProxyCallFixer2 {
byte[] fileData;
ISimpleDeobfuscator simpleDeobfuscator;