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
Age
Commit message (
Expand
)
Author
2021-07-04
actually enforce DecodeError impl'ing std::error::Error in std builds
iximeow
2021-07-03
support std::error::Error
iximeow
2021-07-03
document yaxpeax_arch traits and add an AddressDiff::to_const
iximeow
2021-07-03
reader impls for various word sizes
iximeow
2021-07-03
add a Reader type that can read architecture-defined words
iximeow
2021-07-03
define a standard decode error for client libraries to use
iximeow
2021-06-14
address diff is an u64 thingy that can be added to addresses
nonbyte-words
iximeow
2021-06-14
experiment
iximeow
2021-05-07
swap termion dep for crossterm, simplify Colorization interfaces
0.0.5
iximeow
2020-05-03
add AddressDiff, CHANGELOG, and bump to 0.0.4
0.0.4
iximeow
2020-01-20
Default impl of ColorSettings was needlessly feature gated
iximeow
2020-01-18
finally replace `stringy` with something usable
iximeow
2020-01-15
no_std!!
iximeow
2020-01-13
default Decoder::decode() impl
iximeow
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
fix sign display bug
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