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
00017 bool showHeaders;
00018 bool showImports;
00019 bool showRelocations;
00020 bool showExports;
00021 bool showResources;
00022 bool showCode;
00023 } PeRdrOption;
00024
00025
00026
00027
00028 int ReadOptions(int argc,char** argv);
00029
00030 extern PeRdrOption options;
00031
00032 #endif //FILE_PERDROPTIONS_H