aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
AgeCommit message (Expand)Author
2022-04-30support 0x9a callf in 16/32-bit modesiximeow
2022-04-24fix a few issues preventing no-std builds from ... buildingiximeow
2022-01-12fuzz DisplayStyle::C and fix corresponding issues1.1.4iximeow
2022-01-02update changelogiximeow
2022-01-02actually include a linkiximeow
2021-12-19prep for 1.1.3 releaseiximeow
2021-12-19add in-tree cargo fuzz targets for decode and display implsiximeow
2021-12-19fix incorrect memory size for f30f1e-style nopiximeow
2021-12-19test that invalid RegSpec constructions panic as expectediximeow
2021-12-16displacements are stored as unsigned, but are functionally signed intsiximeow
2021-10-10add `InstructionDisplayer` export to changelogiximeow
2021-10-10support endbr{32,64}iximeow
2021-08-21add `AnnotatingDecoder` note to CHANGELOG and publicize descriptionsiximeow
2021-08-21improve relative branch offset formatting for DisplayStyle::Ciximeow
2021-08-21fix incorrect decoding of 0x9*-series instructions with rex.biximeow
2021-08-21add push/pop/call/ret mem_size fixes to changelogiximeow
2021-08-14update changelogiximeow
2021-07-22fix incorrect decodes with scas and 67-prefixes1.0.4iximeow
2021-07-06fix doc items, add example for use of yaxpeax_x86 by yaxpeax_arch traits1.0.3iximeow
2021-07-04remove stale `! user beware !` line from readme1.0.2iximeow
2021-07-04fix docs link1.0.1iximeow
2021-07-04update changelog for 1.0 release1.0.0iximeow
2021-05-16fix ShowContextual rendering error with stale data and operands, publish 0.2.20.2.2iximeow
2021-05-070.2.10.2.1iximeow
2021-03-23bump to 0.2.0 and write a changelog0.2.0iximeow
2021-01-15support xchg AX/reg0.1.5iximeow
2021-01-15small perf tweaksiximeow
2021-01-15fix several missing or invalid decodings among 0f01 opcodesiximeow
2020-11-19fix decoding of rex-prefixed modrm+sib operands selecting index 0b100 and bas...0.1.4iximeow
2020-10-27fix misdecode of instructions in opcode 0x800.1.3iximeow
2020-08-15add RegSpec constructors, consts, and const fns0.1.2iximeow
2020-08-15add register class constants to allow reasoning about register operands0.1.1iximeow
2020-08-09inaugural 0.1.0 release!0.1.0iximeow
2020-08-09adjust public interface: public items should all be stableiximeow
2020-08-09add to changelogiximeow
2020-08-09x87 support, plus several other missing instructionsiximeow
2020-07-18update changelog and bump version0.0.14iximeow
2020-05-23fix docs up, fix the spelling of penryn0.0.13iximeow
2020-05-23fix important memory decode error in long modeiximeow
2020-05-03bump version to 0.0.110.0.11iximeow
2020-03-22bump to 0.0.10 to fix a warning0.0.10iximeow
2020-03-22bump version to 0.0.90.0.9iximeow
2020-02-22bump to 0.0.70.0.7iximeow