Jump to content

FrenchTroll

Active Members
  • Posts

    51
  • Joined

  • Last visited

FrenchTroll's Achievements

Wayfarer

Wayfarer (2/7)

0

Reputation

  1. Func _CreateProcess($sAppName, $sCommand, $pSecurity, $pThread, $fInherit, $iFlags, $pEnviron, $sDir, $pStartupInfo, $pProcess) Local $pAppName, $tAppName, $pCommand, $tCommand, $pDir, $tDir, $aResult if $sAppName <> "" then $tAppName = DllStructCreate("char Text[" & Stringlen($sAppName) + 1 & "]") $pAppName = DllStructGetPtr($tAppName) DllStructSetData($tAppName, "Text", $sAppName) endif if $sCommand <> "" then $tCommand = DllStructCreate("char Text[" & Stringlen($sCommand) + 1 & "]") $pCommand = DllStructGetPtr($tCommand) DllStructSetData($tCommand, "Text", $sCommand) endif if $sDir <> "" then $tDir = DllStructCreate("char Text[" & Stringlen($sDir ) + 1 & "]") $pDir = DllStructGetPtr($tDir) DllStructSetData($tDir, "Text", $sDir) endif $aResult = DllCall("Kernel32.dll", "int", "CreateProcess", "ptr", $pAppName, "ptr", $pCommand, "ptr", $pSecurity, "ptr", $pThread, _ "int", $fInherit, "int", $iFlags, "ptr", $pEnviron, "ptr", $pDir, "ptr", $pStartupInfo, "ptr", $pProcess) Return SetError(GetLastErreur(), 0, $aResult[0]<>0) EndFunc Func GetLastErreur() Local $aResult $aResult = DllCall("Kernel32.dll", "int", "GetLastError") Return $aResult[0] EndFunc It's in A3LWinAPI.au3
  2. Si l'erreur vient directement d'autoit3.exe alors là ce n'est plus du tout un problème avec autoit...autoit3.exe est standalone. Vérifie le md5 des fois que : version 3.2.8.1 : BAE1AE33 FAF5A78F 92D36C5B EFF333AA
  3. Essaies de lancer un script (n'importe lequel) avec AutoIt3.exe. Tu le trouveras dans C:\Program Files\AutoIt3. Si ça fonctionne le problème peut venir de scite auquel cas tu peux toujours le réinstaller avec de préférence une version à jour. Hope this helps
  4. Tiens, une grenouille chez les rosbifs. Manquait plus que ça alors Heu sinon pour ton message d'erreur : sans le script personne pourra te répondre
  5. Incredible, that work ! Thanks Jos ! (i passed 4 hours on that...)
  6. Thanks Nahuel for reply. Already tried and that don't work. C++ is more tricky than autoit
  7. Hello, I try to run in c++ this command line for autoit : CreateProcess(0, "AutoIt3.exe /AutoIt3ExecuteLine \"MsgBox(0x0,''AutoIt'',''This is my script.'')\"", 0, 0, 0, 0, 0, 0, &si, &pi); This code return : Missing separator character after keyword. It's a problem with the quotation marks but i don't know how to solve this error. Thanks.
  8. ...also autoit team ? Look at that There's no answer. http://www.autoitscript.com/forum/index.php?showtopic=54842
  9. I'm asking two time in this thread if i can fordid the reversing and unpacking in my licence in spite of their message on the debug section. Result : no answer The licence say : We are forced to ask the question by mail to have an answer ?
  10. The last version of autoit is breaking. I am asking the question : why only autoit team could unpack our script ? If you can, Someone else can too Hypocrisy...
  11. Hy Paulie, Without spelling mistake (or grammatical), slang's expressions, etc, yes they can OK, you probably reason. Sorry Paulie but the message don't say that. it informs AV companies that it's a compiled script with autoit to provide a support for...what in your opinion ? As you say, EULAs forbid the reversing. So the AV compagnies can't reverse themselves Legally an autoit executable and this message says only : "contact us, we'll provide the analyse". If my licence forbid the reversing or unpacking (scanning, AV compagnies don't need that help, hein ), first can i forbid this things ? And if i can what would be the situation with regard to an analysis by autoit team ? Do you understand the situation ? I know that technically it is possible to do a lot of things -unpack, deobfuscate, reverse- but if we could cover of abusive practice in some cases, it would be better ..."it's not because it's possible that it's legal".
  12. In french (sorry i cant resist -puisqu'on se dirige tout droit vers un dialogue de sourd-) : Le terme "propriété intellectuelle" semble totalement vous échapper...pourtant il a une valeur en droit bien supérieur à toutes vos règles, "help", ou pseudo-clauses rédigées par-ci par-là. J'ai une formation en droit, je sais de quoi je parle (conseils donnés gratuitement...comprenne qui pourra)
  13. You confirm what i said : EULA applies only at your sofware Legal... Not legal and abusive if i compile a script under a licence which prohibits all "scan" (???), unpacking, reversing like your licence and\or if there's confidential data in it (Domain password, key of encryption, etc). Here's the problem for "me". And you can be held responsible in the event of litigation. Here's the problem for you.
  14. EULA is YOUR licence software. You forbid to reverse your software only (autoit). But if i compile an executable with autoit, i can take a GPL, EULA, BSD, etc, licence and authorize the reverse, any modification on it because it's my product. No ? Do you say : "all compiled script with autoit is my private property" that's why i can help AV compagny to scan, unpack, reverse (???) a script ?
  15. I know that you are going to answer me, but this message does not please me, that all. You can close
×
×
  • Create New...