repo.or.cz
/
ScratchABit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
README: Link to example-x86_64.def and mention it's well commented.
[ScratchABit.git]
/
default_plugins.py
blob
47cb10e3772ca8ea4375cd2e5ada8e9a5328a42d
1
loaders
= [
"elf"
]
2
3
cpus
= {
4
"x86_32"
:
"x86_32_pymsasid"
,
5
"x86_64"
:
"x86_64_pymsasid"
,
6
"xtensa_32"
:
"xtensa"
,
7
"arm_32"
:
"arm_thumb"
,
# Warning: this supports only Thumb, not Thumb2
8
}