Age | Commit message (Expand) | Author |
2024-06-23 | forward long deprecation allowances as appropriate | iximeow |
2024-06-23 | normalize imports, pull safer_unchecked from yaxpeax-arch | iximeow |
2024-06-23 | adapt the rest of formating changes to protected_mode | iximeow |
2024-06-23 | adapt OperandVisitor to protected mode too | iximeow |
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 | fix indentation | iximeow |
2023-07-16 | forward changes along to 32-bit decoder... | iximeow |
2022-04-30 | support 0x9a callf in 16/32-bit modes | iximeow |
2022-01-12 | fuzz DisplayStyle::C and fix corresponding issues1.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 | fix several incorrect tests and docs in 64- and 32-bit modes | iximeow |
2021-07-03 | document public members in long_mode | iximeow |
2021-07-03 | factor out MemoryAccessSize | iximeow |
2021-07-03 | support AMD `sev_snp` | iximeow |
2021-07-03 | clean up x86_32 and make interfaces match x86_64 | iximeow |
2021-07-03 | add hreset | iximeow |
2021-07-03 | support pconfig/tme | iximeow |
2021-06-28 | remove old movsx/movzx-related memory size hacks | iximeow |
2021-06-28 | round out x86_32 support - avx2, avx, memory sizes | iximeow |
2021-06-28 | protected mode memory sizes | iximeow |
2021-06-27 | protected-mode avx512 | iximeow |
2021-05-07 | update yaxpeax-arch to 0.0.5, fix interface breakages | iximeow |
2021-03-22 | and clean up some warnings | iximeow |
2021-03-22 | port long-mode decoder updates to protected-mode | iximeow |
2021-01-15 | fix several missing or invalid decodings among 0f01 opcodes | iximeow |
2020-08-09 | support salc, get segment register numbers right | iximeow |
2020-08-09 | add 32-bit-only instructions | iximeow |
2020-08-09 | port updates to protected-mode decoder | iximeow |
2020-05-23 | add SHA, BMI1, and BMI2, complete XSAVE extension support | iximeow |
2020-05-21 | add sha, lzcnt, tsx, f16c, svm, movbe, adx, and prefetchw extensions | iximeow |
2020-05-03 | that instruction is cwd, not cbd | iximeow |
2020-03-22 | yaxpeax-x86 decodes in 32-bit mode now | iximeow |