Commit graph

3 commits

Author SHA1 Message Date
tak:Yassan
7e1e6e5d3c
fix: update comment handling in render-binja-import-script.py (#1215)
* 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
2026-08-27 10:30:24 +02:00
1e2ba0bf93
Simplify disassembler script usage examples
Use short script names in docstrings and scripts/README instead of
full scripts/disassemblers/ paths.
2026-07-17 01:30:10 +05:30
aacf9cd0ac
Reorganize scripts into disassemblers, tags, and analysis
Group auxiliary scripts by purpose: classic FLOSS tool integrations under
disassemblers/, QuantumStrand tag DB maintenance under tags/ (including
build_oss_db.py), and batch runs under analysis/. Add category READMEs,
update tests and import paths, and point build_oss_db default output at
floss/qs/db/data/oss.
2026-07-16 16:48:26 +05:30