missing
missing
In the call tree of `openDocument() -> parseDocument() -> xml_tree() -> xml_parse()`, the global variables `global_scan` and `handler` are set. When `openDocument()` is used in a multithreaded environment, both variables...
I'm getting an `Invalid operand (KS_ERR_ASM_INVALIDOPERAND)` exception when assembling the below code. ```python inst = "mov edx, [rsi | rcx * 4]" ks.Ks(ks.KS_ARCH_X86, ks.KS_MODE_64).asm(inst) ``` I'm interested in figuring out...
On the call-path from `m_document = m_document_storage.openDocument(path);` in `sleigh/xml.cc::xml_parse()`, the global variables `global_scan` and `handler` are set and used to perform the xml parsing. This is problematic in a multithreaded...
https://github.com/NationalSecurityAgency/ghidra/issues/6133 Initial implementation of decompiler enhancements to deoptimize irreducible statement condensing (isc) due to cross jumping. Specifically, merged return statements after an If condition are targeted and the merged node...
**Is your feature request related to a problem? Please describe.** As described in the [SAILR](https://github.com/mahaloz/sailr-eval) decompiler research, compiler aware structuring algorithms may be a strategy for enhancing decompilation to more...
Tested on docker image 35705ace13f0 and commit 97c0ed956b999958a333f960d85fae7e65f81c04 in Ubuntu 22. `syscalls_logger` crashes on memory-read during a protobuf serialization when attempting to write to pandalog. The guest is an Ubuntu...
I've found it's possible when running `ghidriff bin1 bin2` to get a `ZeroDivisionError` ```python Traceback (most recent call last): File "/home/wsl2/Envs/bd/bin/ghidriff", line 8, in sys.exit(main()) File "/home/wsl2/Envs/bd/lib/python3.10/site-packages/ghidriff/__main__.py", line 87, in...