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
/
real_mode
/
display.rs
Age
Commit message (
Expand
)
Author
2024-06-23
actually use new can_rep in 32b and 16b modes
iximeow
2024-06-23
port opcode helpers and reordering to 32-bit and 16-bit decoders
iximeow
2024-04-02
display opt: mem size labels and minor segment reporting changes
iximeow
2023-07-16
forward changes along to 16-bit decoder...
iximeow
2022-04-30
support 0x9a callf in 16/32-bit modes
iximeow
2022-01-12
fuzz DisplayStyle::C and fix corresponding issues
1.1.4
iximeow
2022-01-02
Wrap unsafe functions to catch errors in debug
5225225
2021-10-10
support endbr{32,64}
iximeow
2021-10-10
consistentify doc style
iximeow
2021-10-10
export `InstructionDisplayer` (#9)
i509VCB
2021-08-21
improve relative branch offset formatting for DisplayStyle::C
iximeow
2021-08-21
fix negative relative branches (again!!! +- is bad!!!)
iximeow
2021-08-14
relative branches should be shown as $+offset, not just plain offset
iximeow
2021-07-04
update crate to rust 2018
iximeow
2021-07-04
support avx512 registers >=16
iximeow
2021-07-04
support xacquire/xrelease prefixing
iximeow
2021-07-04
add real-mode decoder
iximeow