- Introduced README.md for the PyGhidra Crusader Toolkit, detailing setup and usage instructions. - Added bootstrap_env.ps1 script to create and refresh the Python virtual environment with necessary packages. - Implemented _tmp_patch_hidden_cheat_menu.py and _tmp_patch_hidden_cheat_menu_deferred.py scripts for patching specific memory addresses in Ghidra.
27 lines
No EOL
438 B
Text
27 lines
No EOL
438 B
Text
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
},
|
|
{
|
|
"path": "../../mcp/GhidraMCP"
|
|
},
|
|
{
|
|
"path": "../../misc/scummvm"
|
|
},
|
|
{
|
|
"path": "../../misc/pentagram"
|
|
},
|
|
{
|
|
"path": "../crusader-disasm"
|
|
}
|
|
],
|
|
"settings": {
|
|
"chat.tools.terminal.autoApprove": {
|
|
"Set-Content": true
|
|
},
|
|
"python-envs.defaultEnvManager": "ms-python.python:pyenv",
|
|
"powershell.cwd": "Crusader_Decomp",
|
|
"commentTranslate.hover.enabled": false
|
|
}
|
|
} |