index
:
yaxpeax-x86
master
no-gods-no-
opts
x86-generic
yaxpeax x86 decoder
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2020-01-12
fix incorrect sign tests and decode oddities
iximeow
2020-01-12
x86 was lazy about out-of-bytes scenarios, fixing that..
iximeow
2020-01-12
try cleaning up hex display a bit
iximeow
2020-01-12
support eflags, helpers to get RegSpec for *ax and rdx as well as {r,e}flags
iximeow
2020-01-12
clean up colorization impl
iximeow
2020-01-12
display impl for the rest of the registers
iximeow
2020-01-12
properly color operands, respect contextualized operands when available
iximeow
2020-01-12
factor out display for x86, implement colorization... a bit
iximeow
2020-01-12
update and impl new display-related triats
iximeow
2020-01-12
several tweaks:
iximeow
2020-01-12
implement traits from yaxpeax_arch and fix a lot of warnings
iximeow
2020-01-12
add build configs and tweak lifetimes to match yaxpeax-arch adjustments
iximeow
2020-01-12
some more inlining hints that appear to help cargo bench do things good
iximeow
2020-01-12
tweaks to avoid trait objecting and inlines as guided by cargo bench
iximeow
2020-01-12
adjust namespace layout
iximeow
2020-01-12
some more refactoring of RegSpec, support r-b registers, additional test cases
iximeow
2020-01-12
read_E cleanup
iximeow
2020-01-12
respect address size prefix
iximeow
2020-01-12
add more test cases, fix movzx support, add 0xf6 opcodes
iximeow
2020-01-12
fix incorrect handling of scale in some sib instances
iximeow
2020-01-12
do not show *1 for SIB with scale == 1
iximeow
2020-01-12
initial
iximeow
[prev]