Age | Commit message (Expand) | Author |
2024-06-17 | might be an ok way to redesign colorization.... | iximeow |
2024-06-16 | use less of core::fmt, write by hand | iximeow |
2024-06-16 | remove branch better handled elsewhere | iximeow |
2024-06-16 | move to shared (safe) impl of RelativeBranchPrinter | iximeow |
2024-06-16 | commit unshippable wildly unsafe asm-filled printing code | iximeow |
2024-06-16 | adapting contextualize_intel to use new operand visitor stuff | iximeow |
2024-06-13 | use a bit of Opcode to indicate rep/repne applicability | iximeow |
2024-04-02 | display: remove some pointless checks | iximeow |
2024-04-02 | less write, more write_str | iximeow |
2024-04-02 | lets see how a visitor for operands works out here... | iximeow |
2024-04-02 | display: gate rep printing with a simpler check | iximeow |
2024-04-02 | display opt: mem size labels and minor segment reporting changes | iximeow |
2023-12-16 | fix opportunity for unhandled register synonyms | iximeow |
2023-07-04 | best: 54.3cpi (2512ms) | iximeow |
2023-07-04 | line up Opcode values for simple translation from opc bytes | iximeow |
2023-07-04 | fixup: handle mnemonic ordering too | iximeow |
2023-07-04 | pick useful numeric values for RegisterBank | 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-03 | document public members in long_mode | iximeow |
2021-07-03 | factor out MemoryAccessSize | iximeow |
2021-07-03 | add tests for MemoryAccessSize, consistentify style on docs | iximeow |
2021-07-03 | support AMD `sev_snp` | iximeow |
2021-07-03 | add hreset | iximeow |
2021-07-03 | support pconfig/tme | iximeow |
2021-07-03 | reject instructions when their opcode is `Invalid` | iximeow |
2021-07-01 | reallocate OperandCode, convert disparate registers to array | iximeow |
2021-06-28 | remove old movsx/movzx-related memory size hacks | iximeow |
2021-06-27 | remove support for nonexistent prefixes | iximeow |
2021-06-27 | report memory sizes for all long-mode instructions | iximeow |
2021-06-26 | clean up avx2-related warnings | iximeow |
2021-06-26 | add long-mode avx512 support, except for compressed displacements | iximeow |
2021-06-11 | add extensive avx and initial avx2 tests, fix several bugs and missing instru... | iximeow |
2021-05-16 | fix ShowContextual rendering error with stale data and operands, publish 0.2.20.2.2 | iximeow |
2021-05-07 | update yaxpeax-arch to 0.0.5, fix interface breakages | iximeow |
2021-03-21 | include memory sizes on inc/dec in C format | iximeow |
2021-03-21 | add tsxldtrk | iximeow |
2021-03-21 | add missing vpmaxuw, remove nonsense avx mov | iximeow |
2021-03-21 | complete CET support, add UINTR, add missing VORP{S,D}, other cleanup | iximeow |
2021-03-21 | add waitpkg, clean up unused values, old comments | iximeow |
2021-03-21 | add tdx | iximeow |