ghidra2cpg icon indicating copy to clipboard operation
ghidra2cpg copied to clipboard

Code Property Graph (CPG) frontend for binary applications and libraries.

Results 1 ghidra2cpg issues
Sort by recently updated
recently updated
newest added

As discussed on discord, try to add support for .gpr files. Snippet from discord (https://discord.com/channels/832209896089976854/832209896089976857/876924134351839243) ``` try { projectManager = Some(new HeadlessGhidraProjectManager) if (inputFile.endsWith(".gpr")) { var projname = inputFile.substring(inputFile.lastIndexOf('/')+1, inputFile.lastIndexOf('.'))...