aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-02TEMP generate InstDecoder bitsx86-genericiximeow
2023-01-02add a `generic` module for x86 disassemblyiximeow
2023-01-02remove a few duplicate impls, add stubs for geneirc translationsiximeow
2023-01-02building out the generic x86 typeiximeow
2023-01-02codegen `Colorized` impl and normalize `name()` implementationiximeow
2023-01-02yax builds again with opcodes generated by typeiximeow
2023-01-02do benchmarking in ci tooiximeow
2023-01-02add a goodfile, will this.. work?iximeow
2022-12-24update old yaxpeax-arch versions in ffi crates to compatible versionsiximeow
2022-12-03bump Cargo.toml to 1.1.51.1.5iximeow
2022-12-03include typo fixes in the changelog!iximeow
2022-12-03describe optimizations included in 1.1.5iximeow
2022-12-03roll up decoding loop changes for 16-bit and 32-bit decodersiximeow
2022-12-03apply e7f49509 to 16-bit and 32-bit decodersiximeow
2022-12-03apply 2444de11 to 16-bit and 32-bit decodersiximeow
2022-12-03fix incorrect rex selection and field description offsetsiximeow
2022-12-0366 prefixes are common, 0f opcodes are commoniximeow
2022-12-03support a fast path through the decoder for [rex-prefixed]opcode instsiximeow
2022-12-03just a bit more code motion that seemed to help things sometimesiximeow
2022-12-03reorder prefix checks, extract vex/evex prefix handlingiximeow
2022-12-03move opcode lookup tables into const arraysiximeow
2022-12-03replace size lookup logic with a LUTiximeow
2022-09-23Fix some typos.Bruce Mitchener
2022-05-30pshufb annotations use incorrect register banks (for now?)iximeow
2022-05-07more annotation fixes?iximeow
2022-05-01add testing setup for field descriptionsiximeow
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-02fix incorrect decoder used in docs testiximeow
2022-01-02actually include a linkiximeow
2022-01-02explicit inline annotations for kinda_uncheckedsiximeow
2022-01-02Wrap unsafe functions to catch errors in debug5225225
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-17write `apply_disp_scale` in a mode-agnostic wayiximeow
2021-12-17do not panic on negative compressed displacements, i mean it!!iximeow
2021-12-16bump version to 1.1.21.1.2iximeow
2021-12-16displacements are stored as unsigned, but are functionally signed intsiximeow
2021-10-10bump version to 1.1.11.1.1iximeow
2021-10-10talk about contribution policy a littleiximeow
2021-10-10downgrade "most hardware" to "some hardware"iximeow
2021-10-10add `InstructionDisplayer` export to changelogiximeow
2021-10-10support endbr{32,64}iximeow
2021-10-10consistentify doc styleiximeow
2021-10-10export `InstructionDisplayer` (#9)i509VCB
2021-08-22bump to yaxpeax-arch 0.2.7 and proper field description support1.1.0iximeow