Method should not be public

This commit is contained in:
de4dot 2012-02-29 03:45:43 +01:00
parent 9bf30e165c
commit 86987518d6

View File

@ -118,7 +118,7 @@ namespace de4dot.code.deobfuscators.Eazfuscator_NET {
}
}
public bool findConstants(ISimpleDeobfuscator simpleDeobfuscator) {
bool findConstants(ISimpleDeobfuscator simpleDeobfuscator) {
if (!findResource(stringMethod))
return false;