|
本帖最后由 elexy 于 2012-11-17 14:40 编辑
版本:3.3.9.4
参数:#Obfuscator_Parameters=/cs=1 /cn=1 /cf=1 /cv=1
我知道是因为FTPEx.au3,Call函数使用了变量导致的,不知道各位高手有什么好办法解决???
-### Obfuscation Error: Found Call() statement using unsolvable Func, which will/could lead to problems running your obfuscated script.
>### current Func: _FTP_ProgressDownload
D:\autoit3\include\FTPEx.au3(1117,1) Warning for line:$ret = Call($FunctionToCall, ($done / $glen) * 100)
-### Obfuscation Error: Found Call() statement using unsolvable Func, which will/could lead to problems running your obfuscated script.
>### current Func: _FTP_ProgressUpload
D:\autoit3\include\FTPEx.au3(1232,1) Warning for line:$ret = Call($FunctionToCall, ($done / $glen) * 100)
-### Obfuscation Error: Found DllCallbackRegister() statement using unsolvable Func, which will/could lead to problems running your obfuscated script.
>### current Func: _FTP_SetStatusCallback
D:\autoit3\include\FTPEx.au3(1276,1) Warning for line:Local $CallBack_Register = DllCallbackRegister($sFunctionName, "none", "ptr;ptr;dword;ptr;dword") |
|