missing

Results 7 comments of missing

PR to upstream ghidra https://github.com/NationalSecurityAgency/ghidra/pull/4443

I was able to resolve this with the following changes starting on line 509 inside of `exportPrototype()`: ```java for (int i = 0; i < proto.getNumParams(); i++) { HighSymbol paramSymbol...

The fork is currently available [here](https://github.com/kudu-dynamics/ghidra/tree/feat/sailr-decompiler) under the `sailr-decompiler` branch.

Listed here are the Function XML files used in the decompiler experiments. They can be loaded into the `decomp_dbg` command line with the `[decomp]> restore filename.xml` command. `foo.xml` ```xml f30f1efa85ff7508b8ffffffffc3...

I've been running into this problem as well when running locally in Ubuntu 22 installed from source. As a small test of `dlopen`, the use of the `RTLD_NOLOAD` flag means...

My workaround right now is just to use the `Panda` API like in [run_dbg.py](https://github.com/panda-re/panda/blob/dev/panda/plugins/syscalls_logger/dbg/run_dbg.py) instead of using `snake_hook`.

The artifact files are uploaded [here](https://file.io/us7YyKEPlCU0) since Github has size and file type limitations. ``` $ sha256sum artifacts.tgz ac120a79a83eae2dfc3f3cf9838d36e630e7db62224c18fd98d6b8031746e46e artifacts.tgz $ tar -xf artifacts.tgz $ ls -hog total 262M -rwxrwx---...