File Discription |
Author: |
Message: |
vikke
Senior Member
Posts: 900 Reputation: 28
31 / /
Joined: May 2006
|
RE: File Discription
I would recommend you to use PEiD, a program which analyses your PE file and checks if it's encrypted. From there, you can make a Google search and find your solution.
You can download PEiD from www.PEiD.tk
|
|
04-13-2007 01:38 PM |
|
|
Chocolatino
Full Member
Money=Motivation
Posts: 207 Reputation: 10
31 / /
Joined: Nov 2006
|
O.P. RE: File Discription
code: Microsoft Windows XP [Version 5.1.2600]
(C ) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\USER>cd "C:\Documents and Settings\USER\Desktop"
C:\Documents and Settings\USER\Desktop>upx.exe -d "C:\Documents and
Settings\USER\Desktop"
Ultimate Packer for eXecutables
Copyright (C ) 1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006
UPX 2.03w Markus Oberhumer, Laszlo Molnar & John Reiser Nov 7th 2006
File size Ratio Format Name
-------------------- ------ ----------- -----------
upx: C:\Documents and Settings\USER\Desktop: IOException: not a reg
ular file -- skipped
Unpacked 0 files.
What did i do wrong?
This post was edited on 04-13-2007 at 01:46 PM by Chocolatino.
|
|
04-13-2007 01:44 PM |
|
|
vikke
Senior Member
Posts: 900 Reputation: 28
31 / /
Joined: May 2006
|
RE: File Discription
You should do:
code: > cd "C:\Documents and
Settings\USER\Desktop"
> upx.exe -d "File.exe"
Edit: Replace File.exe with the name of the file you want to decompress.
Edit2: Are you currently signed in to Windows XP as the name "USER"? Otherwise change USER to the user you are signed in as.
This post was edited on 04-13-2007 at 01:49 PM by vikke.
|
|
04-13-2007 01:47 PM |
|
|
Chocolatino
Full Member
Money=Motivation
Posts: 207 Reputation: 10
31 / /
Joined: Nov 2006
|
O.P. RE: File Discription
code: C:\Documents and Settings\USER\Desktop>upx.exe "screenscrew.exe"
Ultimate Packer for eXecutables
Copyright (C ) 1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006
UPX 2.03w Markus Oberhumer, Laszlo Molnar & John Reiser Nov 7th 2006
File size Ratio Format Name
-------------------- ------ ----------- -----------
upx: screenscrew.exe: CantPackException: file is possibly packed/protected (try
--force)
Packed 1 file: 0 ok, 1 error.
Got This
quote: Originally posted by vikke
Are you currently signed in to Windows XP as the name "USER"? Otherwise change USER to the user you are signed in as.
No, I'm just using it as an example.
This post was edited on 04-13-2007 at 01:56 PM by Chocolatino.
|
|
04-13-2007 01:54 PM |
|
|
vikke
Senior Member
Posts: 900 Reputation: 28
31 / /
Joined: May 2006
|
RE: File Discription
You should do:
code: upx.exe -d "screenscrew.exe"
instead of:
code: upx.exe "screenscrew.exe"
|
|
04-13-2007 01:55 PM |
|
|
Chocolatino
Full Member
Money=Motivation
Posts: 207 Reputation: 10
31 / /
Joined: Nov 2006
|
O.P. RE: File Discription
code: C:\Documents and Settings\USER\Desktop>upx.exe -d "screenscrew.exe"
Ultimate Packer for eXecutables
Copyright ( C) 1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006
UPX 2.03w Markus Oberhumer, Laszlo Molnar & John Reiser Nov 7th 2006
File size Ratio Format Name
-------------------- ------ ----------- -----------
upx: screenscrew.exe: NotPackedException: not packed by UPX
Unpacked 0 files.
C:\Documents and Settings\USER\Desktop>
Should i just leave it?
This post was edited on 04-13-2007 at 02:10 PM by Chocolatino.
|
|
04-13-2007 02:03 PM |
|
|
vikke
Senior Member
Posts: 900 Reputation: 28
31 / /
Joined: May 2006
|
RE: File Discription
The file was not packed by UPX (as Eljay said) so download PEiD and find out what method was used to compress the file. Read my previous post for more info.
|
|
04-13-2007 02:13 PM |
|
|
Chocolatino
Full Member
Money=Motivation
Posts: 207 Reputation: 10
31 / /
Joined: Nov 2006
|
O.P. RE: File Discription
Now what?
|
|
04-13-2007 02:24 PM |
|
|
vikke
Senior Member
Posts: 900 Reputation: 28
31 / /
Joined: May 2006
|
RE: File Discription
This post was edited on 04-13-2007 at 02:26 PM by vikke.
|
|
04-13-2007 02:25 PM |
|
|
Chocolatino
Full Member
Money=Motivation
Posts: 207 Reputation: 10
31 / /
Joined: Nov 2006
|
O.P. RE: File Discription
nothing, tried the Pmak unpacker but nothing, Guess ill just leave it now. thnx for all your help though.
|
|
04-13-2007 02:41 PM |
|
|
Pages: (3):
« First
«
1
[ 2 ]
3
»
Last »
|
|