Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

perdroptions.h

Go to the documentation of this file.
00001 #ifndef FILE_PERDROPTIONS_H
00002 #define FILE_PERDROPTIONS_H
00003 
00004 typedef struct
00005 {
00006   bool showBytes;
00007   bool disableP3;
00008   bool disable3DNow;
00009   bool disableEnh3DNow;
00010   bool disableAthlon;
00011   bool showVersion;
00012   bool showHelp;
00013   bool showPriority;
00014   bool rawDumping;
00015   bool extractIconRes;
00016   // part to shoh, if none setted show all
00017   bool showHeaders;
00018   bool showImports;
00019   bool showRelocations;
00020   bool showExports;
00021   bool showResources;
00022   bool showCode;
00023 } PeRdrOption;
00024 
00025 // ritorna numero argomento (>0) non opzione se successo
00026 // ritorna opposto numero argomento (<0) se opzione non corretta
00027 // ritorna 0 se insieme di opzioni non valide
00028 int ReadOptions(int argc,char** argv);
00029 
00030 extern PeRdrOption options;
00031 
00032 #endif //FILE_PERDROPTIONS_H

Generated on Mon Jan 13 22:20:34 2003 for perdr by doxygen1.2.15