Custom Query (3921 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (304 - 306 of 3921)

Ticket Resolution Summary Owner Reporter
#2328 Fixed Obfuscator includes with parent dir as double dots. Jos FireFox
Description

Run this simple code with the obfuscator v1.0.30.1 (whatever the params)

#include "..\..\inc1.au3"
#include "..\inc2.au3"

And you will get this error : Can't open file SCRIPT_FOLDER\sub1\inc2.au3\inc1.au3

#2331 Fixed Obfuscator bug with the striponly parameter. Jos FireFox
Description

Hi, Seems like I'm unlucky these days with the Obfuscator.

Here is the small reproducer :

#region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Run_Obfuscator=y
#Obfuscator_Parameters=/striponly
#endregion ;**** Directives created by AutoIt3Wrapper_GUI ****

GUICtrlCreateLabel("", 0, _ ;test
		(0))
ConsoleWrite("test" & @crlf)

There must be a multiple line followed by a comment and on the next line a parenthesis to create the bug.

The functions are only for demonstrative purpose.

Using the latest Obfuscator version.

Regards.

#2668 No Bug Subclassing issue on CallWindowProc FireFox
Description

Hi, There's an issue on the CallWindowProc function (_WinAPI_CallWindowProc), which causes the script to stuck somewhat in an infinite loop.

The issue is fixed if the DllCall result is directly returned using this syntax :

Return DllCall(...)[0]

Attached the script reproducer, with the orignal function called at line 82 and the "fixed" function called at line 83 (commented).

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.