mirror of
https://github.com/rizinorg/rizin
synced 2026-08-22 20:26:16 -04:00
|
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
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. |
||
|---|---|---|
| .. | ||
| abi | ||
| analysis | ||
| archos | ||
| asm | ||
| cmd | ||
| esil | ||
| extras | ||
| formats | ||
| io | ||
| json | ||
| rzil | ||
| tools | ||