Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-04 | update yaxpeax-arch to 0.2.0 and update DecodeError impls | iximeow | |
2021-07-04 | update crate to rust 2018 | iximeow | |
2021-07-03 | bump yaxpeax-arch to 0.1.0 and add badges | iximeow | |
2021-06-27 | remove support for nonexistent prefixes | iximeow | |
2021-06-27 | add randomized testing against incorrect data in reused instructions | iximeow | |
2021-05-16 | fix ShowContextual rendering error with stale data and operands, publish 0.2.20.2.2 | iximeow | |
2021-05-07 | 0.2.10.2.1 | iximeow | |
2021-05-07 | update yaxpeax-arch to 0.0.5, fix interface breakages | iximeow | |
2021-05-06 | remove unneeded termion dep | iximeow | |
2021-03-23 | bump to 0.2.0 and write a changelog0.2.0 | iximeow | |
2021-03-13 | split ffi crate to support distinct 16, 32, and 64-bit builds | iximeow | |
initial work to optionally discard any instruction printing support when using `-Z build-std` to fully remove .eh_frame, a stripped long_mode_no_fmt .so is 61kb! | |||
2021-01-15 | bump yaxpeax-x86 version for release | iximeow | |
2020-11-19 | fix decoding of rex-prefixed modrm+sib operands selecting index 0b100 and ↵0.1.4 | iximeow | |
base 0b101 for memory operands with a base, index, and displacement either the wrong base would be selected (register number ignored, so only `*ax` or `r8*` would be reported), or yaxpeax-x86 would report a base register is present when it is not (`RegIndexBaseScaleDisp` when the operand is actually `RegScaleDisp`) thank you to Evan Johnson for catching and reporting this bug! also bump crate version to 0.1.4 as this will be immediately tagged and released. | |||
2020-10-27 | fix misdecode of instructions in opcode 0x800.1.3 | iximeow | |
2020-08-15 | add RegSpec constructors, consts, and const fns0.1.2 | iximeow | |
2020-08-15 | add register class constants to allow reasoning about register operands0.1.1 | iximeow | |
also bump to 0.1.1 | |||
2020-08-09 | inaugural 0.1.0 release!0.1.0 | iximeow | |
add doc comments for public items, record changelog, and lets ship this!! | |||
2020-08-09 | bump version0.0.15 | iximeow | |
2020-07-18 | update changelog and bump version0.0.14 | iximeow | |
2020-05-23 | fix docs up, fix the spelling of penryn0.0.13 | iximeow | |
2020-05-23 | bump version to 0.0.120.0.12 | iximeow | |
2020-05-03 | bump version to 0.0.110.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 warning0.0.10 | iximeow | |
2020-03-22 | bump version to 0.0.90.0.9 | iximeow | |
2020-02-22 | include reference to changelog in readme0.0.8 | iximeow | |
also bump to 0.0.8 and hope this is the right crates.io incantation to show the readme there | |||
2020-02-22 | bump to 0.0.70.0.7 | iximeow | |
2020-02-16 | bump version0.0.6 | iximeow | |
2020-02-11 | bump to 0.0.50.0.5 | iximeow | |
2020-02-06 | bump yaxpeax-arch version0.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 | |
it depended on crates that dragged in std, oops | |||
2020-01-15 | no_std!! | iximeow | |
this makes yaxpeax-x86 no_std. no externally-visible changes! | |||
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 ↵ | iximeow | |
through everything | |||
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 | |