mirror of
https://github.com/vee1e/flare-floss.git
synced 2026-09-01 09:49:59 +00:00
* fix: update comment handling in render-binja-import-script.py - ret of get_comment_at is str + set_comment is unkown in ver5.2 * fix: fix Binary Ninja import script's AppendComment and AppendLvarComment functions - Remove undefined `pc` variable reference in AppendLvarComment - Add fallback handling when get_code_refs returns no references in AppendComment - Add null check for get_functions_containing to prevent crash - Add bv.set_comment_at fallback when function is not found - Add int() conversion for address parameters for type safety - Change `return` to `continue` in AppendComment loop to annotate all references |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| idaplugin.py | ||
| render-binja-import-script.py | ||
| render-ghidra-import-script.py | ||
| render-ida-import-script.py | ||
| render-r2-import-script.py | ||
| render-x64dbg-database.py | ||