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
/
Cargo.toml
Age
Commit message (
Expand
)
Author
2020-11-19
fix decoding of rex-prefixed modrm+sib operands selecting index 0b100 and bas...
0.1.4
iximeow
2020-10-27
fix misdecode of instructions in opcode 0x80
0.1.3
iximeow
2020-08-15
add RegSpec constructors, consts, and const fns
0.1.2
iximeow
2020-08-15
add register class constants to allow reasoning about register operands
0.1.1
iximeow
2020-08-09
inaugural 0.1.0 release!
0.1.0
iximeow
2020-08-09
bump version
0.0.15
iximeow
2020-07-18
update changelog and bump version
0.0.14
iximeow
2020-05-23
fix docs up, fix the spelling of penryn
0.0.13
iximeow
2020-05-23
bump version to 0.0.12
0.0.12
iximeow
2020-05-03
bump version to 0.0.11
0.0.11
iximeow
2020-05-03
bump yaxpeax-arch to 0.0.4, use AddressDiff, fix warnings in ffi
iximeow
2020-03-22
bump to 0.0.10 to fix a warning
0.0.10
iximeow
2020-03-22
bump version to 0.0.9
0.0.9
iximeow
2020-02-22
include reference to changelog in readme
0.0.8
iximeow
2020-02-22
bump to 0.0.7
0.0.7
iximeow
2020-02-16
bump version
0.0.6
iximeow
2020-02-11
bump to 0.0.5
0.0.5
iximeow
2020-02-06
bump yaxpeax-arch version
0.0.4
iximeow
2020-01-18
bump yaxpeax-arch
iximeow
2020-01-15
oh no, first version bump already
iximeow
2020-01-15
update yaxpeax-arch dependency because it is a crate now!
iximeow
2020-01-15
make space for non-64bit modes
iximeow
2020-01-15
make x86 actually no_std
iximeow
2020-01-15
no_std!!
iximeow
2020-01-12
update description
iximeow
2020-01-12
update repository path and explicitly version deps
iximeow
2020-01-12
add explicit license also
iximeow
2020-01-12
remove unused dep
iximeow
2020-01-12
awful tweaks to expose a serde flag on yaxpeax-arch which will trickle throug...
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
adjust namespace layout
iximeow
2020-01-12
initial
iximeow