summaryrefslogtreecommitdiff
path: root/python/examples/arch_hook.py
AgeCommit message (Collapse)Author
2022-01-28Format All FilesKyleMiles
2018-02-26Architecture plugins no longer need to override the perform_* methods (you ↵Rusty Wagner
can now override get_instruction_info, not perform_get_instruction_info). The perform_* methods are now deprecated but will still function as expected. Added architecture hooks to Python API using this new style.