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
/
protected_mode
/
vex.rs
Age
Commit message (
Expand
)
Author
2021-08-22
bump to yaxpeax-arch 0.2.7 and proper field description support
1.1.0
iximeow
2021-08-21
report barebones decoder annotation for vex-coded instructions
iximeow
2021-08-21
extend annotation reporting to 32- and 16-bit modes, kinda
iximeow
2021-07-04
handle vzeroupper/vzeroall, reject vzero* with nonzero vvvv
iximeow
2021-07-04
fix several incorrect tests and docs in 64- and 32-bit modes
iximeow
2021-07-03
update protected_mode to match long_mode docs, apis
iximeow
2021-07-03
be more strict about denying invalid operands
iximeow
2021-07-02
`Nothing` operand code must be decoded with operand_count=0
iximeow
2021-07-01
reallocate OperandCode, convert disparate registers to array
iximeow
2021-07-01
update yaxpeax-x86 to yaxpeax-arch 0.1.0 interfaces
iximeow
2021-06-29
fix several lingering mem_size discrepancies
iximeow
2021-06-28
clean up protected mode vex-related warnings
iximeow
2021-06-28
remove a few operand cases
iximeow
2021-06-28
round out x86_32 support - avx2, avx, memory sizes
iximeow
2021-06-28
protected mode memory sizes
iximeow
2021-06-27
protected-mode avx512
iximeow
2021-03-22
port long-mode decoder updates to protected-mode
iximeow
2020-08-09
port updates to protected-mode decoder
iximeow
2020-05-23
add SHA, BMI1, and BMI2, complete XSAVE extension support
iximeow
2020-03-22
yaxpeax-x86 decodes in 32-bit mode now
iximeow