00001 #ifndef FILE_PERSRC_H 00002 #define FILE_PERSRC_H 00003 00004 #include "pefile.hpp" 00005 00006 class ResourceExtract 00007 { 00008 public: 00009 static void ExtractIcons(PeFile& peFile); 00010 }; 00011 00012 #endif //FILE_PERSRC_H