Jump to content

Win32 .pif files


Urza9814
 Share

Recommended Posts

Is there a way I can, like, decompile a Win32 .pif file with mandrake? See, my friend got this virus...really bad apparently...and he knew exactly where it was from...so obviously the first thing I did was ask the link, the second was boot to linux and DL it :P and now, I want to get a look at it...so, any way I can do that, or was that pretty much pointless?

Link to comment
Share on other sites

i was going to say its just a binary file but im not sure so i did a quick research. based on most definitions, its just a way of telling MSDOS and Windows how to run an executable. its kind of like a shortcut where you specify the fonts, screen size, etc.

 

then i searched for a pif file in my workstation here in the office and passed it thorugh cat. its a binary file but you can see the executable that it will run (C:\winnt\_DEFAULT.pif wil try to run a _DEFAULT.bat). i guess there is no point in decompiling a pif file (you can if you know assembly). you need to study the program or file it is associating to.

 

ciao!

Link to comment
Share on other sites

.pif files have been replaced by .lnk files since Win95, but .pif is still used for DOS, I think. But if it's a virus or a worm, it could be anything with just the extension changed. All Windows needs to know is what kind of binary the header tells it the file is. You may be able to get some kind of info with

 

strings *.pif

 

or

 

file *.pif

 

but I doubt it'll do much good.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...