- Introduced a new command 'annotate-usecode' to import USECODE IR JSON annotation hints as Ghidra comments on compiled anchors. - Added argument parsing for multiple IR JSON files, comment type selection, and a dry-run option. - Implemented logic to read annotation records from the provided IR files and set comments on the corresponding addresses in Ghidra. - Enhanced JSON schema to include response structure for the new command.
24 lines
No EOL
397 B
Text
24 lines
No EOL
397 B
Text
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
},
|
|
{
|
|
"path": "../../mcp/GhidraMCP"
|
|
},
|
|
{
|
|
"path": "../../misc/scummvm"
|
|
},
|
|
{
|
|
"path": "../../misc/pentagram"
|
|
}
|
|
],
|
|
"settings": {
|
|
"chat.tools.terminal.autoApprove": {
|
|
"Set-Content": true
|
|
},
|
|
"python-envs.defaultEnvManager": "ms-python.python:pyenv",
|
|
"powershell.cwd": "Crusader_Decomp",
|
|
"commentTranslate.hover.enabled": false
|
|
}
|
|
} |