#956 closed Bug (No Bug)
SQLite include couldn't be handled by Obfuscator /striponly
Reported by: | Zedna | Owned by: | Jos |
---|---|---|---|
Milestone: | Component: | SciTE4AutoIt | |
Version: | 3.3.0.0 | Severity: | None |
Keywords: | Cc: |
Description
When I include SQLite in my script and try to do striponly by Obfuscator like this:
#AutoIt3Wrapper_Run_Obfuscator=y #obfuscator_parameters=/striponly #include <SQLite.au3> #include <SQLite.dll.au3>
then error occurs in Obfuscator:
Running Obfuscator (1.0.24.17) from:C:\Program Files\AutoIt3\SciTE cmdline:
!File contains records longer than 2047 .. stopping process.
!Ending Obfuscator program.
!>11:11:24 Obfuscator ended with errors, using original scriptfile.rc:999
I don't know if this belongs to Component "Scite4AutoIt" or "Standard UDFs" so you may correct this if it's wrong.
Attachments (0)
Change History (5)
comment:1 Changed 16 years ago by Jos
comment:2 Changed 16 years ago by Zedna
Did you try the current Bate version available for Obfuscator?
No, sorry Jos, I will try.
comment:3 Changed 16 years ago by Zedna
I tried latest beta version of Obfuscator and it really works fine.
It doesn't invoke errors but of course functions from SQLite.dll.au3 are not included because they are called by Call() from SQLite.au3.
Thanks Jos for tip and sorry for bothering you.
Please close topic as no bug.
One ask for the end: Can you please release new Scite4AutoIt3 with all latest tools like Koda,Tidy,Obfuscator,AutoIt3Wrapper,...?
Thanks Jos
comment:4 follow-up: ↓ 5 Changed 16 years ago by Jos
- Resolution set to No Bug
- Status changed from new to closed
I am working on a new version which will contain an update of SciTE 1.78.
Also the support for ANSI will be removed as its done in AutoIt3.
This need coding time and testing so will release it when I am done.
Jos :)
comment:5 in reply to: ↑ 4 Changed 16 years ago by Zedna
Replying to Jos:
I am working on a new version which will contain an update of SciTE 1.78.
Also the support for ANSI will be removed as its done in AutoIt3.
This need coding time and testing so will release it when I am done.
Jos :)
OK.
Thanks for info.
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Pretty sure I fixed this not to long ago.
Did you try the current Bate version available for Obfuscator?
Jos