LICENSE
README.md
pyproject.toml
hermes_dec.egg-info/PKG-INFO
hermes_dec.egg-info/SOURCES.txt
hermes_dec.egg-info/dependency_links.txt
hermes_dec.egg-info/entry_points.txt
hermes_dec.egg-info/top_level.txt
src/decompilation/defs.py
src/decompilation/hbc_decompiler.py
src/decompilation/pass1_set_metadata.py
src/decompilation/pass2_transform_code.py
src/decompilation/pass3_parse_forin_loops.py
src/decompilation/pass4_name_closure_vars.py
src/disassembly/hbc_disassembler.py
src/parsers/debug_info_parser.py
src/parsers/hbc_bytecode_parser.py
src/parsers/hbc_file_parser.py
src/parsers/pretty_print.py
src/parsers/regexp_bytecode_parser.py
src/parsers/serialized_literal_parser.py
src/parsers/hbc_opcodes/def_classes.py
src/parsers/hbc_opcodes/hbc51.py
src/parsers/hbc_opcodes/hbc58.py
src/parsers/hbc_opcodes/hbc59.py
src/parsers/hbc_opcodes/hbc61.py
src/parsers/hbc_opcodes/hbc62.py
src/parsers/hbc_opcodes/hbc68.py
src/parsers/hbc_opcodes/hbc69.py
src/parsers/hbc_opcodes/hbc70.py
src/parsers/hbc_opcodes/hbc72.py
src/parsers/hbc_opcodes/hbc73.py
src/parsers/hbc_opcodes/hbc76.py
src/parsers/hbc_opcodes/hbc80.py
src/parsers/hbc_opcodes/hbc81.py
src/parsers/hbc_opcodes/hbc82.py
src/parsers/hbc_opcodes/hbc83.py
src/parsers/hbc_opcodes/hbc84.py
src/parsers/hbc_opcodes/hbc85.py
src/parsers/hbc_opcodes/hbc86.py
src/parsers/hbc_opcodes/hbc87.py
src/parsers/hbc_opcodes/hbc89.py
src/parsers/hbc_opcodes/hbc90.py
src/parsers/hbc_opcodes/hbc92.py
src/parsers/hbc_opcodes/hbc95.py