LICENSE
README.md
setup.py
pe_parser/__init__.py
pe_parser/asm_parser.py
pe_parser/assembly_language_instructions_parser.py
pe_parser/hexadecimal_parser.py
pe_parser/plot_asm_grayscale_img.py
pe_parser/plot_hex_grayscale_img.py
pe_parser/plot_structural_entropy.py
pe_parser/py2_generate_grayscale_img.py
pe_parser/utils.py
pe_parser/x86_asm_intermediate_representation.py
pe_parser/x86_instr.py
pe_parser/x86_types.py
pe_parser.egg-info/PKG-INFO
pe_parser.egg-info/SOURCES.txt
pe_parser.egg-info/dependency_links.txt
pe_parser.egg-info/not-zip-safe
pe_parser.egg-info/requires.txt
pe_parser.egg-info/top_level.txt
pe_parser/vocabulary/data_defines.txt
pe_parser/vocabulary/data_registers.txt
pe_parser/vocabulary/full_mnemonics.txt
pe_parser/vocabulary/jcc_instructions.txt
pe_parser/vocabulary/minimum_registers.txt
pe_parser/vocabulary/misc_keywords.txt
pe_parser/vocabulary/mnemonics.txt
pe_parser/vocabulary/near_jcc.json
pe_parser/vocabulary/registers.txt
pe_parser/vocabulary/short_jcc.json
pe_parser/vocabulary/size_directives.txt
pe_parser/vocabulary/small_subset_opcodes.txt
pe_parser/vocabulary/subset_APIs.txt
pe_parser/vocabulary/x86_registers.txt