rizin/test/db/tools
Anton Kochkov 148b54a9fc librz/arch/tms320: add TMS320C5x disassembler and analysis
Add the real TMS320C5x (C50/C51/C53) object encoding. The C5x is
source-compatible with the C2x but encodes instructions differently, so
it cannot reuse the C2x decode table: a dedicated C5x decode front-end
fills the shared C55 instruction representation, carrying the C2x ids for
shared-semantics instructions (so the common consumers apply unchanged)
and new C5x-only ids for the C5x additions (ACCB ops, parallel-logic,
memory-mapped register access, conditional execute/call/return, block
moves, ...). Wired into the tms320 asm and analysis plugins under cpu
"c5x", with the C5x mnemonic and op-type tables and register profile.
Includes disassembly and opcode classification tests.
2026-08-17 01:53:33 +08:00
..
rz Rewrite the RzNum parser and calculator on tree-sitter (#4326) 2026-07-24 02:57:27 +08:00
rz_ar rz-ar: add archive extraction utility (#6036) 2026-03-18 03:51:18 +08:00
rz_asm librz/arch/tms320: add TMS320C5x disassembler and analysis 2026-08-17 01:53:33 +08:00
rz_ax Rewrite the RzNum parser and calculator on tree-sitter (#4326) 2026-07-24 02:57:27 +08:00
rz_bin Rewrite the RzNum parser and calculator on tree-sitter (#4326) 2026-07-24 02:57:27 +08:00
rz_diff Implement lcs-roll distance (myers+fastcdc) (#6512) 2026-06-15 23:23:54 +08:00
rz_find rz-find: flush output to avoid undeterminism (#6527) 2026-06-18 14:56:02 +08:00
rz_gg librz/egg: fix endian-dependent x86/x64 string immediates and refresh rz-gg tests (#6481) 2026-06-08 00:20:46 +08:00
rz_hash implement shake-128 and shake-256 (#6490) 2026-06-23 11:47:13 +08:00
rz_run Allow rizin tools to run as standalone binaries (#6011) 2026-03-11 16:24:23 +00:00
rz_sign Allow rizin tools to run as standalone binaries (#6011) 2026-03-11 16:24:23 +00:00
rz_test Add the Qualcomm Peripheral Image loader (MDT files, 32bit only). 2025-06-11 15:41:03 +00:00