ScratchABit: action_goto: Update for picotui 1.1.
[ScratchABit.git] / default_plugins.py
blobddbf15bfe25f2fc6b32f15f47d53357b45ab07e7
1 loaders = ["elf"]
3 cpus = {
4 #"arm_32_thumb": "arm_thumb", # Warning: this supports only Thumb, not Thumb2
5 "arm_32": "arm_32_capstone",
6 "ppc_32_be": "ppc_32_be_capstone",
7 "ppc_32_le": "ppc_32_le_capstone",
8 "x86_32": "x86_32_pymsasid",
9 "x86_64": "x86_64_pymsasid",
10 "xtensa_32": "xtensa",