Jump to content

UPX -D


Recommended Posts

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

<{POST_SNAPBACK}>

the param used during compression is --best

I don't know if that help :)

Link to comment
Share on other sites

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

 

Link to comment
Share on other sites

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 by SolidSnake
HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
Link to comment
Share on other sites

SolidSnake  THANKS alotttttttttt

it works nice trick

resovled !!!!!

<{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 by SolidSnake
HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...