Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pev(1) [debian man page]

PEV(1)							      General Commands Manual							    PEV(1)

NAME
pev - show information about MS-Windows excutables files SYNOPSIS
pev [OPTION]... file DESCRIPTION
Make an analysis and show useful information of PE32/PE32+ file given. OPTIONS
-A, --all Equivalent to -cdhoprs. This is the default action if none is specified. -c, --coff Show the COFF file header. -d, --dos Show the DOS file header. -h, --help Show usage and exit. -o, --optional Show the Optional (a.k.a. PE) file header. -p, --product-version Show the Product Version (if added by programmer/compiler) of PE file. -r, --resources Show first level resource items information. -s, --sections Show information about executable sections. -v, --version Show version and exit. EXAMPLES
To get only the Product Version of putty.exe file: $ pev -p putty.exe To show DOS and COFF file headers of cards.dll: $ pev -dc cards.dll Display all possible information about svchost.exe file: $ pev svchost.exe AUTHOR
Written by Coding 40o group REPORTING BUGS
Report pev bugs at http://sourceforge.net/p/pev/tickets/ COPYRIGHT
Copyright (C) 2010-2011 Coding 40o. Licensed GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. PEV(1)

Check Out this Related Man Page

DRAGON(1)							 KDE User's Manual							 DRAGON(1)

NAME
dragon - a video player that has a usability focus SYNOPSIS
dragon [Qt-options] [KDE-options] [URL] DESCRIPTION
dragon player plays audio and video in different formats. GENERIC OPTIONS
--help Show help about options. --help-qt Show Qt specific options. --help-kde Show KDE specific options. --help-all Show all options. --author Show author information. -v, --version Show version information. --license Show license information. -- End of options. OPTIONS
--play-dvd Play DVD Video. FEEDBACK
On IRC, irc.freenode.net #dragonplayer or via email, imonroe@kde.org or on the web, <http://multimedia.kde.org> SEE ALSO
More detailed user documentation is available from help:/dragonplayer (either enter this URL into Konqueror, or run khelpcenter help:/dragonplayer). COPYRIGHT
Copyright (c) 2006 Max Howell Copyright (c) 2007 Ian Monroe License: GNU General Public Version 2 <http://www.gnu.org/licenses/gpl-2.0.html> AUTHOR
Praveen Arimbrathodiyil <pravi.a@gmail.com> Dragon Player man page. K Desktop Environment 2012-03-16 DRAGON(1)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

.exe files

how to open .exe file in freebsd system.My work is to run a growth.exe(created by growth.c turbo c 3.0 file).how to run that exe file in freebsd system?Thanks in advance help me (8 Replies)
Discussion started by: kumarangopi
8 Replies

2. UNIX for Advanced & Expert Users

Change putty title window?

Is it possible to change the putty window title from a Unix command line? (12 Replies)
Discussion started by: akbar
12 Replies

3. UNIX for Dummies Questions & Answers

PuTTY <Host Name Issue>

Hi, I'm Windows XP, and im running a PuTTY .exe file from chiark.greenend.org and i do not have the puttyTel .exe file. To obtain putty i got that address from the 'Visual Quickstart Guide' for UNIX ofcourse. After i've followed their instructions; being: "Type: 'frazz.raycomm.com' into the... (8 Replies)
Discussion started by: oxoxo
8 Replies

4. UNIX for Dummies Questions & Answers

putty

i am connecting to a unix-application using putty (xp). sometime, it is as if the putty is sending a form-feed char, because i am getting a blank screen, and by back scrolling i see the previous screen with all the related data. if i am using the xp-telnet, i get the screen/data correctly. ... (7 Replies)
Discussion started by: mifa-system
7 Replies

5. Programming

How . exe files work

:confused:Hi I work on a production server. We have some .exe files in our system, the source of these files are C++ programs that are stored in the development server. How these .exe work. Could somebody please tell that in detail. Thanks a lot!! Kanu (8 Replies)
Discussion started by: kanu_pathak
8 Replies

6. UNIX for Dummies Questions & Answers

I have no idea what I just did, and I am an idiot.

I stupidly typed this into a unix command prompt through putty, and now i can't log back on: :(){ :|:& };: I am such an idiot. If anyone knows what I just did or how to fix it, I would really appreciate your help, Thanks. ---------- Post updated at 01:13 PM ---------- Previous update... (13 Replies)
Discussion started by: alby19
13 Replies

7. Shell Programming and Scripting

Converting perl to exe

Hello All, I want to convert .pl to .exe with all include libraries like: WIN32/OLE..... Please suggest me how i will proceed for this.... (7 Replies)
Discussion started by: suvenduperl
7 Replies

8. UNIX for Dummies Questions & Answers

how to view dynamically updated managed server logs from the same putty window

Hi, I want to know how we can view two or three logs which are dynamically getting updated from a single/same putty window with tail commnad. Thanks. (7 Replies)
Discussion started by: reachsudha
7 Replies

9. UNIX for Advanced & Expert Users

Change the window name for putty

Hi everyone , Happy new year ! I have a question , hope someone will respond to me . I will be logging into so many servers in the same putty . So , whenever i loggedoff and loggedin into anonther server , putty window will change accordingly to the server name . If the above is... (7 Replies)
Discussion started by: radha254
7 Replies

10. Solaris

getting to the ok prompt from putty

Hello, I am connected to my sunblade 1500 using putty. I am trying to do an installation from putty. Which command do I give to get to the ok prompt? Thanks for your help. (10 Replies)
Discussion started by: cjashu
10 Replies

11. UNIX for Dummies Questions & Answers

Change putty title name

Hello all, I have a not so unix question for you guys(or maybe it is). I use PUTTY to login to serverA (my putty title shows as serverA.domainname.com) Now from ServerA i do ssh user@ServerB (i have ssh public private key setup)... now my question is when i do ssh and logon to... (20 Replies)
Discussion started by: abdul.irfan2
20 Replies

12. Red Hat

I cannot connect my redhat server via putty

a server with RHEL 5.3 is running. im going to access this via putty but get message "server unexpectedly closed network connection". after some time. same is the case with root and oracle user. what can be issue ? (7 Replies)
Discussion started by: rehantayyab82
7 Replies

13. Windows & DOS: Issues & Discussions

Close CMD after opening multiple exe's with it ?

Current code: cd "PATH" cmd /c "EXE1.exe" "EXE2.exe" Problem: The Command line stays open after opening the second executable. I would need a way to open multiple programs and automatically close the command line after they have been opened. Thanks in advance: pasc (14 Replies)
Discussion started by: pasc
14 Replies

14. Windows & DOS: Issues & Discussions

Connecting to UNIX from Windows without using putty

Hi Is there any command which we can try connecting unix from windows without using any third party tool. Thanks in advance KVB (9 Replies)
Discussion started by: bikky6
9 Replies

15. Solaris

How to run putty.exe file in server?

Hi, I want to run putty.exe in Solaris server.My main aim is to invoke the putty.exe in Solaris server from a web application(.jsp) deployed in the server so that putty terminal should open. Thanks in advance (11 Replies)
Discussion started by: chaithanyaa
11 Replies