You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge commit()/regenerate()'s ida_path and ghidra_path into a single
disassembler_path, dispatched via the Disassembler backend recorded in
the .quokka file. Rename the quokka-apply --ghidra-path option to
--disassembler-path accordingly. Addresses PR #120 review feedback.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|`disassembler_path`|`Path\|str\|None`|`None`| Installation directory of the disassembler recorded in the `.quokka` file (IDA install dir, or Ghidra install dir / `GHIDRA_INSTALL_DIR`) |
97
96
|`overwrite`|`bool`|`True`| Allow modifying an existing database/project. Raises `FileExistsError` when `False` and it exists. Logs a warning when `True`. |
98
97
|`timeout`|`int`|`600`| Maximum seconds to wait for the disassembler |
99
98
@@ -144,15 +143,15 @@ disassembler database/project without writing Python code:
0 commit comments