# *_* coding: euc_kr_*_ import sys try: import pefile except: print "[-]python pefile module needed" print "Download: http://dkbza.org/pefile.html" sys.exit(1) pe = pefile.PE('C:\\WINDOWS\\SYSTEM32\\npScan.dll') print pe.dump_info() # tagging # PE Dump # ½ÇÇàÆÄÀÏ Á¤º¸ ¼öÁý # Portable Executable File information # DOS_HEADER # NT_HEADERS # FILE_HEADER # OPTIONAL_HEADER # PE Sections # Directories # Version Information # Exported symbols # Imported symbols # Resource directory # Base relocations