Bugs:
1. We know nothing about AOBScanModule function. AOBScanModule is null.
2. Every time, over and over again compare (result == nil)
result = AOBScanModule(str.._str, '+X-C-W')
if result == nil then
print(' ' ..'Sorry. Not find signature with AOBScanModule! :(')
break
end
--------------------
alloc(someMem, 1000)
registersymbol(someMem)
someMem:
mov edx,[eax+0C] // go to point here and call Aobscan from aamaker
mov [esi+08],edx
pop esi
ret
mov cl,[esi+01]
and cl,01
or cl,1A
DebugCode 2
Every time, over and over again
1. print('some label')
2. compare (result == nil)
Log:
Maybe I'll fix it soon enough