index
:
yaxpeax-arch
no-gods-no-
nonbyte-words
shared traits and definitions for yaxpeax decoders
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
2020-01-12
allow for granular and customizable errors when decoding instructions
iximeow
2020-01-12
color helper for misc instructions
iximeow
2020-01-12
decoders are stateful, so decode functions should take them as a parameter
iximeow
2020-01-12
warnings-b-gone
iximeow
2020-01-12
addresses are Hash
iximeow
2020-01-12
remove unused import
iximeow
2020-01-12
sneak hash/partialeq/etc into yaxpeax-arch
iximeow
2020-01-12
awful tweaks to expose a serde flag on yaxpeax-arch which will trickle throug...
iximeow
2020-01-12
add color for program counter register (default to the same as ret and friends)
iximeow
2020-01-12
expose platform op color
iximeow
2020-01-12
add some display logic into arch
iximeow
2020-01-12
tweak how ColorSettings is used
iximeow
2020-01-12
add many more color types to settings, AddrParse to parse addresses from hex ...
iximeow
2020-01-12
real color settings, and defaults
iximeow
2020-01-12
add traits for syntax highlighting and contextualized display
iximeow
2020-01-12
add impls for address as used by x86_64
iximeow
2020-01-12
tweak core lifetimes, add an address formatter
iximeow
2020-01-12
require Arch to have addresses that can += and -=, as well as that instructio...
iximeow
2020-01-12
add some predetermined address display stuff
iximeow
2020-01-12
base definition of an arch to yaxpeax
iximeow