-
I was attempting to analyze a file in Ghidra, but the following set of errors were returned instead, and I'm not real sure where to begin troubleshooting.
```
intezer_analyze_gh_community.py> Runn…
-
I placed the .py files in my ghidra_scripts folder in: /user/user_name/ghidra_scripts.
After doing so, I went checked KC.py in the script manager and ran it, just to get this error:
Traceback (m…
-
I have something that leverages some of the gui portions of ghidra and any button I click from the pop up box from my script ( including the red x in the top right to close it) results in this error:
…
-
"Some cell specific instructions are currently not supported in Ghidra, these are the vector store/get lvlx etc, these appear in games and may break decompilation currently."
Which instructions are…
-
Get an import error that some package can't be found.
Haven't looked into this yet, just noticed this after an update of Ghidra.
Error:
Traceback (most recent call last):
File "... /ghidra_scripts…
-
**Describe the bug**
A clear and concise description of the bug.
the script is not executing see log and additional info.
**To Reproduce**
Steps to reproduce the behavior:
1. run a script usi…
-
this happens on every run on big sur
RedMetaClassAnalyzer.py> Running...
Renaming pointers in __got...
Found __got at 00141000~0014129f
Traceback (most recent call last):
File "/Users/mr/ghid…
-
I'd like to pause auto-analysis while doing some work via ghidra_bridge (which is excellent! Thanks!).
Currently my script does so many things that the Ghidra UI will freeze (UI won't render / be int…
-
I get a whole lot of the following in the Ghidra console when first connecting initiating a connection to ghidra_bridge. I'm on Windows, running Ghidra in interactive mode. It appears to be working …
-
I hope to use the plugin to batch decompile WebAssembly (wasm) files. What is the API, or are there any ready-made Ghidra scripts for this?