n1maS Posted January 3, 2013 Share Posted January 3, 2013 Great work trancexx! (As Usual) now I have something to study! thanks Link to comment Share on other sites More sharing options...
Leo1906 Posted May 23, 2017 Share Posted May 23, 2017 (edited) Sorry for gravedigging this Thread .. But I want to ask if it's possible to run the code while the original exe is still running? So that you can do a sort of multiprocessing without the need to write to the harddisk ..? You know what I mean? Why do I have to wait for the process to exit, to run it? I tryied to change the code to do so, but wasn't lucky .. Edit: btw this script works for me only when not compiled. When compiled I get the error 3. Sometimes I also get the error 3 when running as Script. OS is Windows 8.1 x32 Edited May 23, 2017 by Leo1906 Link to comment Share on other sites More sharing options...
AdamUL Posted May 26, 2017 Share Posted May 26, 2017 If you are running the latest version of AutoIt. AutoItExecuteAllowed is disable by default since version 3.3.10.0. Add the following to the top of your script. #pragma compile(AutoItExecuteAllowed, True) Adam Link to comment Share on other sites More sharing options...
Biatu Posted June 5, 2017 Share Posted June 5, 2017 On 12/15/2009 at 3:54 PM, trancexx said: Don't use UPX. you could upx -d, then re upx in same manner that Au3Wrapper after mods complete, no? What is what? What is what. Link to comment Share on other sites More sharing options...
Biatu Posted June 5, 2017 Share Posted June 5, 2017 (edited) This also reminds me of a PoC, use aut2exe from mem and include source as res *or* as an alt stream. Basically following same concept, allow script to be self patching. Edited June 5, 2017 by Biatu What is what? What is what. Link to comment Share on other sites More sharing options...
Leo1906 Posted June 30, 2017 Share Posted June 30, 2017 Hmm the AddResToMe function doesn't work on Windows 10 .. Anybody here that can confirm or knows how to fix this? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now