Clever1mba Posted July 3, 2005 Posted July 3, 2005 hello i want to decompress my file to upx but i got error msg autoit cannt run script im using diffrent decompressor but after using UPX -D exe file currpted any one have solution plz share it im using latest beta Autoit
jpm Posted July 3, 2005 Posted July 3, 2005 hello i want to decompress my file to upx but i got error msg autoit cannt run scriptim using diffrent decompressor but after using UPX -D exe file currpted any one have solution plz share it im using latest beta Autoit<{POST_SNAPBACK}>the param used during compression is --bestI don't know if that help
VicTT Posted July 4, 2005 Posted July 4, 2005 I am aware of the problem..You cannot decompress your scripts after they're compiled and still expect them to run..When a script is run, the interpretor has a hardcoded adress from which it starts interpreting your code..by decompressing, you screw up the whole exe structure, and it doesn't find the script...there is no known workaround as of now..except maybe not trying to decompress the script in the first place .. Quote Together we might liveDivided we must fall
FuryCell Posted July 4, 2005 Posted July 4, 2005 (edited) i want to use diffrent packer i dont like upx i need full exe decompress with upx is there any way??bec i cant use diffrent packer it say file already compressed with upx<{POST_SNAPBACK}>I like UPX but if you don't you can do the following:Just compile a blank au3 , name it UPX.exe , go to C:\Program Files\AutoIt3\Aut2exe , rename the real UPX.exe OLD_UPX.exe and place the fake upx.exe (the one you compiled.) in the aut2exe dir.That should work until there is an opt to turn off upx in aut2exe. Edited July 4, 2005 by SolidSnake HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
FuryCell Posted July 4, 2005 Posted July 4, 2005 (edited) SolidSnake THANKS alottttttttttit works nice trickresovled !!!!!<{POST_SNAPBACK}>Your welcome. But I think there should be an option to disable UPX in Aut2EXE. maybe i will start a topic in the Idea Lab.Edit:Put up topic in Idea Lab. It can be found here. Edited July 4, 2005 by SolidSnake HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
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