Global Const $Var000B = 0x0C00
Global Const $Var000C = 0x8000
Global Const $Var000D = 0x0040
Global Const $Var000E = 0x0080
Global Const $Var000F = 0x4000
Global Const $Var0010 = 0x000C
Global Const $Var0011 = 0x000D
01/10/2015 22:56alpines#2
Quote:
Originally Posted by conteaza
how to deobfuscate this kind of script ? what to use ?
Global Const $Var000B = 0x0C00
Global Const $Var000C = 0x8000
Global Const $Var000D = 0x0040
Global Const $Var000E = 0x0080
Global Const $Var000F = 0x4000
Global Const $Var0010 = 0x000C
Global Const $Var0011 = 0x000D
A deobfuscator.
01/10/2015 23:17conteaza#3
Quote:
Originally Posted by alpines
A deobfuscator.
damn i didnt think about this :))
can you tell me what deobfuscator to use?
what i used til now myauttoexe, GeneralDeobfuscator
01/11/2015 01:10alpines#4
Depends on the obfuscator. If this was a custom obfuscator you'll have to dissect the code by yourself. If it's a public obfuscator you can try out several until you got the right one.