aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
14 daysdisallow 66-prefixed sha1rnds4iximeow
14 dayspusha/popa/push-imm memory sizesiximeow
14 dayshelpers to create cr0-cr7iximeow
14 daysworking through a bunch of avx512 stuff, regspec constructors are constiximeow
14 dayspextr*/extractpsiximeow
14 daysfeature guard for key lockeriximeow
14 daysinvept precisioniximeow
14 daysmore precision for vinsert/vextract/vblendv{ps,pd}iximeow
14 daysactually support avx/f16c in per-uarch decodingiximeow
14 daysvmaskmovdqu, vmovq were also incorrect in some ways...iximeow
14 daysmore general avx improvementsiximeow
14 dayscleanup pass on vex-encoded instructions is going to be excitingiximeow
14 daysreport memory access size for "monitor"iximeow
14 daysmaskmov{q,dqu} memory access sizeiximeow
14 daysmore precise about 0f0d prefetch/nopiximeow
14 daysfix table management instructions' ({l,s}{g,i,l}dt) mem_sizeiximeow
14 daysmore accurate mov seg-to-gpr operand sizeiximeow
14 dayspush/pop for segment registers has implicit memory accessiximeow
14 dayspushf, popf, enter, leave, xlat all have implicit memory accessiximeow
14 daysadd initial stats for disasm stats in all modesiximeow
14 daysgoodfile should use shas directly for local untagged refsiximeow
2026-02-22correct push-immediate memory access sizeiximeow
2026-02-14fair enough on those warningsiximeow
2026-02-14type aliases make some of these signatures less egregious..iximeow
2026-02-14uarch settings for apx, avx10.1, etc + nouns get capsiximeow
2025-09-29fix broken capstone_bench stuff, might delete later, idkiximeow
2025-09-29annotation description test requires `fmt`iximeow
2025-06-02changelog should note ISA extension changesiximeow
2025-06-013dnow was still supported on K8, K10. 32-bit mode should learn about uarch tw...iximeow
2025-06-01describe the per-isa extensions a bit betteriximeow
2025-06-01revise_instruction is the same on all bitnesses, so macro it tooiximeow
2025-06-01DecodeEverything wasn't useful, no better than InstDecoder::default()??iximeow
2025-06-01cpu feature bits are the same across 64/32/16-bitiximeow
2025-06-01expand isa feature selection to more bitsiximeow
2024-06-24summary description of opt work2.0.0iximeow
2024-06-24document one more stray unsafeiximeow
2024-06-24add missing feature flag to real-mode ffi libraryiximeow
2024-06-24bench: fetch from fork updated for yaxpeax-x86 2.0.0iximeow
2024-06-24bump cargo version to 2.0.0, not quite releasing yetiximeow
2024-06-24justify the current max instruction lengthiximeow
2024-06-24consistently enter register/number/opcode spansiximeow
2024-06-24one more stray docs erroriximeow
2024-06-24rename most operand variants, make them structy rather than tupleyiximeow
2024-06-23remove selects_cs(), cs() now does the right thingiximeow
2024-06-23note yaxpeax-arch version bump in changelogiximeow
2024-06-23update yaxpeax-arch to 0.3.1, fix fuzz target warningsiximeow
2024-06-23nightly correctly remarked that == on fat pointers is ambiguousiximeow
2024-06-23fix several sources of dead code warnings in various crate configsiximeow
2024-06-23remove yaxpeax-x86 safer_unchecked.rs, it is now in yaxpeax-archiximeow
2024-06-23cfg_attr wants feature, not features pluraliximeow