rizin/test/db
Rot127 dd618bb30a
Some checks failed
Manpage lint / mandoc (push) Has been cancelled
Muon build / ubuntu-muon (push) Has been cancelled
Mixed linter and checks / licenses (push) Has been cancelled
Code scanning / build (CodeQL-cpp) (push) Has been cancelled
Code scanning / build (CodeQL-javascript) (push) Has been cancelled
Code scanning / build (CodeQL-python) (push) Has been cancelled
Mixed linter and checks / changes (push) Has been cancelled
TinyCC build / ubuntu-tcc-test (push) Has been cancelled
Mixed linter and checks / cmd_descs_yaml_check (push) Has been cancelled
Mixed linter and checks / bindgen-linter (push) Has been cancelled
Mixed linter and checks / clang-format (push) Has been cancelled
Mixed linter and checks / prettier (push) Has been cancelled
Mixed linter and checks / python (push) Has been cancelled
Hexagon fix for abstract interpretation overestimation of jump targets (#6634)
The jump addresses of call and jump instructions are now written to their own
and unique local variables. Before this, all jump instructions wrote to the
same local variable.

This was a problem for abstract interpretation: Because if multiple writes to
the same local var happen due to a previous TOP condition, the local variable
content is also TOP. If the jump target is TOP, the interpreter can't follow it
anymore.

Added tests for all the funny packet configurations with 0-2 jumps in it.
2026-07-27 22:50:13 +02:00
..
abi Fix x64 and x86 SEH analysis (#6558) 2026-07-04 15:46:13 +08:00
analysis Hexagon fix for abstract interpretation overestimation of jump targets (#6634) 2026-07-27 22:50:13 +02:00
archos Implement file download from the remote machine in GDB protocol (#6576) 2026-07-18 14:49:31 +08:00
asm Replace self-jmp in SPARC RzIL (#6632) 2026-07-23 14:57:14 +02:00
cmd test: do not pin a libm pow() result to full precision 2026-07-24 10:36:25 +02:00
esil Omitted reflines when internal grep ~ is used (#6062) 2026-04-04 12:03:06 +00:00
extras Convert zero-output EXPECT=<<EOF to single-line EXPECT= (#4746) 2024-11-28 18:18:00 +08:00
formats Uniquify function flag realnames (#6601) 2026-07-05 22:33:25 +08:00
io Prevent RzBuffer's Oxff_priv from overriding io.0xff (#6371) 2026-05-27 06:18:45 +08:00
json Move afv to afvl, add more modes (#3941) 2023-10-29 14:07:12 +08:00
rzil Hexagon fix for abstract interpretation overestimation of jump targets (#6634) 2026-07-27 22:50:13 +02:00
tools Rewrite the RzNum parser and calculator on tree-sitter (#4326) 2026-07-24 02:57:27 +08:00