dotcirill
dotcirill
Hi, it seems to be OK with that (should be fixed in `do_show` and `gdb_hook`).
> is this fixed? Yes qdb works after the fix
https://github.com/joernio/joern/issues/2534 The usage is something like this: ```bash # Ghidra project "ghidra_project" in folder "/home/user/Desktop/" # Program at the root of project is "TheBinary" ./ghidra2cpg "gpr::/home/user/Desktop/ghidra_project::/TheBinary" -o from_gpr.cpg ./ghidra2cpg "/bin/ls"...
Error handling can be better. It cannot open ghidra project when it's opened in ghidra (project in locked), but error message is meanless (could not open the project). Also ghidra...
From issue in archived ghidra2cpg repo (https://github.com/joernio/ghidra2cpg/issues/19): ```scala try { projectManager = Some(new HeadlessGhidraProjectManager) if (inputFile.endsWith(".gpr")) { var projname = inputFile.substring(inputFile.lastIndexOf('/')+1, inputFile.lastIndexOf('.')) var projdir = inputFile.substring(0, inputFile.lastIndexOf('/')) println(s"Found existing Ghidra...
@wtdcode PR is updated. I've also changed unicornafl for cmplog. It works well on ARM32.
For testing with AFL++ https://github.com/dotCirill/AFLplusplus/tree/unicornafl_cmplog can be used