Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (304 - 306 of 3897)

Ticket Resolution Summary Owner Reporter
#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).

#2670 Works For Me TCP connection lost on blocking functions. FireFox
Description

The connection seems to be closed when there's a blocking function called on the other side like MsgBox, FileOpenDialog.

Note: See TracQuery for help on using queries.