Commit graph

4 commits

Author SHA1 Message Date
Grond66
a7399233eb
Fix unchecked allocations (#2844)
* Fix trivial unchecked allocations

* Move instruction lookup caching allocation into the core

* Apply formatting nitpicks

Co-authored-by: Rot127 <45763064+Rot127@users.noreply.github.com>

* Assert to avoid an integer overflow in lookup_insn_map()

* Remove unused member from cs_struct

* Document what happens when lookup_insn_map() fails

---------

Co-authored-by: Samuel Arnold <samuel.arnold@crowdstrike.com>
Co-authored-by: Rot127 <45763064+Rot127@users.noreply.github.com>
2026-02-14 13:55:33 +00:00
Chen
ccbc41d3da
Implement cs_regs_access for Alpha architecture (#2763)
* Implement cs_regs_access for Alpha architecture

* Add regs_read & regs_write to tests/details/alpha.yaml

$28(at) should not appear in registers written, which should be fixed later.
2025-07-29 13:40:38 +00:00
Rot127
191db14531
Modern Testing (#2456) 2024-08-31 21:33:38 +08:00
R3v0LT
89fec6e8fd
Add Alpha architecture (#2071) 2023-12-28 11:10:38 +09:00