netsniper
April 5th, 2005, 19:32
1. What is the problem....
I cannot determine the packer of a certain binary, and thus, cannot unpack it automatically
2. What is the protection.....
Unsure as of yet, but would probably need to unpack first to find out
3. What tools are you using....
I have tried PEiD, TrID, Ollydbg, Winhex, and IDA Pro to get some idea of how it is packed -- but no luck
4. What tutorials have you read....
I have read some basic unpacking tutorials on common packers like UPX, ASPack, etc and have unpacked these on my own before
5. Show your output listing WITH comments....
PEiD v0.93 with all plugins on their site shows "Nothing Found *", with options Hardcore scan, recurse subdirectories, use external signatures, reg shell ext, min to sys tray, load plugins, allow mult instances.
TrID output:
6. NOW ask your question....
Are there any other tools that can help me identify the packer of this binary? I would like to investigate the underlying code itself, so I need to unpack it first. If manual unpacking is necessary, I would like to learn how to do this. However, since my situation is also time critical, would it be against the rules to offer monetary reward for an expert to help? This was not detailed in the FAQ.
I eagerly await your replies ;-)
netsniper
I cannot determine the packer of a certain binary, and thus, cannot unpack it automatically
2. What is the protection.....
Unsure as of yet, but would probably need to unpack first to find out
3. What tools are you using....
I have tried PEiD, TrID, Ollydbg, Winhex, and IDA Pro to get some idea of how it is packed -- but no luck
4. What tutorials have you read....
I have read some basic unpacking tutorials on common packers like UPX, ASPack, etc and have unpacked these on my own before
5. Show your output listing WITH comments....
PEiD v0.93 with all plugins on their site shows "Nothing Found *", with options Hardcore scan, recurse subdirectories, use external signatures, reg shell ext, min to sys tray, load plugins, allow mult instances.
TrID output:
Code:
C:\Program Files\TrID>trid "c:\Program Files\fakefolder\fakefile.exe"
TrID/32 - File Identifier v1.56 - (C) 2003-04 By M.Pontello
Collecting data from file: c:\Program Files\fakefolder\fakefile.exe
Definitions found: 1552
Analyzing...
72.4% (.EXE) Win32 Executable Generic (10527/13/4)
13.8% (.EXE) Generic Win/DOS Executable (2002/3)
13.8% (.EXE) DOS Executable Generic (2000/1)
0.0% (.CEL) Autodesk FLIC Image File (extensions: flc, fli, cel) (7/3)
C:\Program Files\TrID>
6. NOW ask your question....
Are there any other tools that can help me identify the packer of this binary? I would like to investigate the underlying code itself, so I need to unpack it first. If manual unpacking is necessary, I would like to learn how to do this. However, since my situation is also time critical, would it be against the rules to offer monetary reward for an expert to help? This was not detailed in the FAQ.
I eagerly await your replies ;-)
netsniper