whitesymex.parser module

whitesymex.parser.parse_code(code: str)list[Instruction]

Parses the given code string to list of instructions.

whitesymex.parser.parse_file(filename: str)list[Instruction]

Reads and parses the given file to list of instructions.