This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sys | |
import extract_icon | |
import os | |
import argparse | |
class MorIcons: | |
""" | |
parses an ``APPS.INF`` file, dumps all icons from a PE binary and | |
generates an HTML file with all the icons and associated program | |
names |