Updated Frequently asked questions (markdown)

Dan 2019-03-07 10:39:31 -05:00
parent 7dbc6844a1
commit f611687e51

@ -48,7 +48,7 @@ The documentation for our Sleigh language is at ```docs/languages/index.html```.
There is also a useful script for debugging: ```DebugSleighInstructionParse.java```.
Put you cursor at the start of the faulty/missing instruction and run it for a rather verbose dump as it attempts to parse the instruction.
### I'm getting Access Denied errors running Ghidra from a read-only installation
### Why am I getting Access Denied errors running Ghidra from a read-only installation?
It's likely Ghidra is trying to recompile its Sleigh files.
If it's truly read-only, then it's not likely a user is modifying the Sleigh specs.