From e09a737dbf729db1769a97a7a69b00c862f1f854 Mon Sep 17 00:00:00 2001 From: clearbluejar <3752074+clearbluejar@users.noreply.github.com> Date: Tue, 10 Oct 2023 04:17:58 +0000 Subject: [PATCH] settings changes --- .vscode/launch.json | 321 ------------------------------------------ .vscode/settings.json | 5 - 2 files changed, 326 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index ca3d254..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,321 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "name": "Python: Current File", - "type": "python", - "request": "launch", - "program": "${file}", - "console": "integratedTerminal", - "justMyCode": true, - // Don't edit env directly, they read from settings.json - // Add/delete new vars as needed - "env": { - "GHIDRA_INSTALL_DIR": "${config:GHIDRA_INSTALL_DIR}", - "GHIDRA_PROJECTS_PATH": "${config:GHIDRA_PROJECTS_PATH}", - "GHIDRA_HEADLESS": "${config:GHIDRA_HEADLESS}", - "PROJECT_NAME": "${config:PROJECT_NAME}", - "GHIDRA_BRIDGE_INSTALL_DIR": "${config:GHIDRA_BRIDGE_INSTALL_DIR}", - }, - "args": [ - "bins/rpcrt4.dll.x64.10.0.22000.613", - "bins/rpcrt4.dll.x64.10.0.22000.675", - ] - }, - { - "name": "Python: tcpip", - "type": "python", - "request": "launch", - "module": "ghidriff", - "console": "integratedTerminal", - "justMyCode": true, - // Don't edit env directly, they read from settings.json - // Add/delete new vars as needed - "env": { - "GHIDRA_INSTALL_DIR": "${config:GHIDRA_INSTALL_DIR}", - "GHIDRA_PROJECTS_PATH": "${config:GHIDRA_PROJECTS_PATH}", - "GHIDRA_HEADLESS": "${config:GHIDRA_HEADLESS}", - "PROJECT_NAME": "${config:PROJECT_NAME}", - "GHIDRA_BRIDGE_INSTALL_DIR": "${config:GHIDRA_BRIDGE_INSTALL_DIR}", - }, - "args": [ - "bins/nettcpip.dll.10.0.22000.708", - "bins/nettcpip.dll.10.0.22000.709", - ] - }, - { - "name": "fxscompose 508-746", - "type": "python", - "request": "launch", - "module": "ghidriff", - "console": "integratedTerminal", - "justMyCode": true, - // Don't edit env directly, they read from settings.json - // Add/delete new vars as needed - "env": { - "GHIDRA_INSTALL_DIR": "${config:GHIDRA_INSTALL_DIR}", - "GHIDRA_PROJECTS_PATH": "${config:GHIDRA_PROJECTS_PATH}", - "GHIDRA_HEADLESS": "${config:GHIDRA_HEADLESS}", - "PROJECT_NAME": "${config:PROJECT_NAME}", - "GHIDRA_BRIDGE_INSTALL_DIR": "${config:GHIDRA_BRIDGE_INSTALL_DIR}", - }, - "args": [ - "bins/fxscompose.dll.x64.10.0.19041.508", - "bins/fxscompose.dll.x64.10.0.19041.746", - ] - }, - { - "name": "fxscompose 508-746 no-symbols", - "type": "python", - "request": "launch", - "module": "ghidriff", - "console": "integratedTerminal", - "justMyCode": true, - // Don't edit env directly, they read from settings.json - // Add/delete new vars as needed - "env": { - "GHIDRA_INSTALL_DIR": "${config:GHIDRA_INSTALL_DIR}", - "GHIDRA_PROJECTS_PATH": "${config:GHIDRA_PROJECTS_PATH}", - "GHIDRA_HEADLESS": "${config:GHIDRA_HEADLESS}", - "PROJECT_NAME": "${config:PROJECT_NAME}", - "GHIDRA_BRIDGE_INSTALL_DIR": "${config:GHIDRA_BRIDGE_INSTALL_DIR}", - }, - "args": [ - "bins/fxscompose.dll.x64.10.0.19041.508", - "bins/fxscompose.dll.x64.10.0.19041.746", - "--no-symbols" - ] - }, - { - "name": "printdialog ", - "type": "python", - "request": "launch", - "module": "ghidriff", - "console": "integratedTerminal", - "justMyCode": true, - // Don't edit env directly, they read from settings.json - // Add/delete new vars as needed - "env": { - "GHIDRA_INSTALL_DIR": "${config:GHIDRA_INSTALL_DIR}", - "GHIDRA_PROJECTS_PATH": "${config:GHIDRA_PROJECTS_PATH}", - "GHIDRA_HEADLESS": "${config:GHIDRA_HEADLESS}", - "PROJECT_NAME": "${config:PROJECT_NAME}", - "GHIDRA_BRIDGE_INSTALL_DIR": "${config:GHIDRA_BRIDGE_INSTALL_DIR}", - }, - "args": [ - "--log-level", - "DEBUG", - "--max-section-funcs", - "250", - "bins/printdialog.dll.x64.10.0.19041.928", - "bins/printdialog.dll.x64.10.0.19041.1806" - ] - }, - { - "name": "win32kbase.sys symbolhash test ", - "type": "python", - "request": "launch", - "module": "ghidriff", - "console": "integratedTerminal", - "justMyCode": true, - // Don't edit env directly, they read from settings.json - // Add/delete new vars as needed - "env": { - "GHIDRA_INSTALL_DIR": "${config:GHIDRA_INSTALL_DIR}", - "GHIDRA_PROJECTS_PATH": "${config:GHIDRA_PROJECTS_PATH}", - "GHIDRA_HEADLESS": "${config:GHIDRA_HEADLESS}", - "PROJECT_NAME": "${config:PROJECT_NAME}", - "GHIDRA_BRIDGE_INSTALL_DIR": "${config:GHIDRA_BRIDGE_INSTALL_DIR}", - }, - "args": [ - "bins/win32kbase.sys.x64.10.0.22000.469", - "bins/win32kbase.sys.x64.10.0.22000.493" - ] - }, - { - "name": "localspl", - "type": "python", - "request": "launch", - "module": "ghidriff", - "console": "integratedTerminal", - "justMyCode": true, - // Don't edit env directly, they read from settings.json - // Add/delete new vars as needed - "env": { - "GHIDRA_INSTALL_DIR": "${config:GHIDRA_INSTALL_DIR}", - "GHIDRA_PROJECTS_PATH": "${config:GHIDRA_PROJECTS_PATH}", - "GHIDRA_HEADLESS": "${config:GHIDRA_HEADLESS}", - "PROJECT_NAME": "${config:PROJECT_NAME}", - "GHIDRA_BRIDGE_INSTALL_DIR": "${config:GHIDRA_BRIDGE_INSTALL_DIR}", - }, - "args": [ - "bins/localspl.dll.x64.10.0.19041.746", - "bins/localspl.dll.x64.10.0.19041.870", - "bins/localspl.dll.x64.10.0.19041.1151" - ] - }, - { - "name": "ntoskrnl ", - "type": "python", - "request": "launch", - "module": "ghidriff", - "console": "integratedTerminal", - "justMyCode": true, - // Don't edit env directly, they read from settings.json - // Add/delete new vars as needed - "env": { - "GHIDRA_INSTALL_DIR": "${config:GHIDRA_INSTALL_DIR}", - "GHIDRA_PROJECTS_PATH": "${config:GHIDRA_PROJECTS_PATH}", - "GHIDRA_HEADLESS": "${config:GHIDRA_HEADLESS}", - "PROJECT_NAME": "${config:PROJECT_NAME}", - "GHIDRA_BRIDGE_INSTALL_DIR": "${config:GHIDRA_BRIDGE_INSTALL_DIR}", - }, - "args": [ - "bins/ntoskrnl.exe.x64.10.0.22621.1105", - "bins/ntoskrnl.exe.x64.10.0.22621.1194", - ] - }, - { - "name": "ntoskrnl no symbols", - "type": "python", - "request": "launch", - "module": "ghidriff", - "console": "integratedTerminal", - "justMyCode": true, - // Don't edit env directly, they read from settings.json - // Add/delete new vars as needed - "env": { - "GHIDRA_INSTALL_DIR": "${config:GHIDRA_INSTALL_DIR}", - "GHIDRA_PROJECTS_PATH": "${config:GHIDRA_PROJECTS_PATH}", - "GHIDRA_HEADLESS": "${config:GHIDRA_HEADLESS}", - "PROJECT_NAME": "${config:PROJECT_NAME}", - "GHIDRA_BRIDGE_INSTALL_DIR": "${config:GHIDRA_BRIDGE_INSTALL_DIR}", - }, - "args": [ - "bins/ntoskrnl.exe.x64.10.0.22621.1105", - "bins/ntoskrnl.exe.x64.10.0.22621.1194", - "--no-symbols" - ] - }, - { - "name": "same path, name ls ", - "type": "python", - "request": "launch", - "module": "ghidriff", - "console": "integratedTerminal", - "justMyCode": true, - // Don't edit env directly, they read from settings.json - // Add/delete new vars as needed - "env": { - "GHIDRA_INSTALL_DIR": "${config:GHIDRA_INSTALL_DIR}", - "GHIDRA_PROJECTS_PATH": "${config:GHIDRA_PROJECTS_PATH}", - "GHIDRA_HEADLESS": "${config:GHIDRA_HEADLESS}", - "PROJECT_NAME": "${config:PROJECT_NAME}", - "GHIDRA_BRIDGE_INSTALL_DIR": "${config:GHIDRA_BRIDGE_INSTALL_DIR}", - }, - "args": [ - "/bin/ls", - "/bin/ls", - "/tmp/ls", - ] - }, - { - "name": "fxsroute with deletefile extern ", - "type": "python", - "request": "launch", - "module": "ghidriff", - "console": "integratedTerminal", - "justMyCode": true, - // Don't edit env directly, they read from settings.json - // Add/delete new vars as needed - "env": { - "GHIDRA_INSTALL_DIR": "${config:GHIDRA_INSTALL_DIR}", - "GHIDRA_PROJECTS_PATH": "${config:GHIDRA_PROJECTS_PATH}", - "GHIDRA_HEADLESS": "${config:GHIDRA_HEADLESS}", - "PROJECT_NAME": "${config:PROJECT_NAME}", - "GHIDRA_BRIDGE_INSTALL_DIR": "${config:GHIDRA_BRIDGE_INSTALL_DIR}", - }, - "args": [ - "--log-level", - "DEBUG", - // "--md-title", - // "asdfds", - "bins/fxsroute.dll.x64.10.0.22000.795", - "bins/fxsroute.dll.x64.10.0.22000.856", - "--sxs" - ] - }, - { - "name": "libwhatsapp 2.22.16.11-12", - "type": "python", - "request": "launch", - "module": "ghidriff", - "console": "integratedTerminal", - "justMyCode": true, - // Don't edit env directly, they read from settings.json - // Add/delete new vars as needed - "env": { - "GHIDRA_INSTALL_DIR": "${config:GHIDRA_INSTALL_DIR}", - "GHIDRA_PROJECTS_PATH": "${config:GHIDRA_PROJECTS_PATH}", - "GHIDRA_HEADLESS": "${config:GHIDRA_HEADLESS}", - "PROJECT_NAME": "${config:PROJECT_NAME}", - "GHIDRA_BRIDGE_INSTALL_DIR": "${config:GHIDRA_BRIDGE_INSTALL_DIR}", - }, - "args": [ - "--log-level", - "DEBUG", - "android/com.whatsapp.2.22.16.11.libwhatsapp.so", - "android/com.whatsapp.2.22.16.12.libwhatsapp.so", - // "--sxs" - ] - }, - { - "name": "libwhatsapp 2.22.16.2-15.75", - "type": "python", - "request": "launch", - "module": "ghidriff", - "console": "integratedTerminal", - "justMyCode": true, - // Don't edit env directly, they read from settings.json - // Add/delete new vars as needed - "env": { - "GHIDRA_INSTALL_DIR": "${config:GHIDRA_INSTALL_DIR}", - "GHIDRA_PROJECTS_PATH": "${config:GHIDRA_PROJECTS_PATH}", - "GHIDRA_HEADLESS": "${config:GHIDRA_HEADLESS}", - "PROJECT_NAME": "${config:PROJECT_NAME}", - "GHIDRA_BRIDGE_INSTALL_DIR": "${config:GHIDRA_BRIDGE_INSTALL_DIR}", - }, - "args": [ - "--log-level", - "DEBUG", - "android/com.whatsapp.2.22.15.75-arm64-v8a.libwhatsapp.so", - "android/com.whatsapp.2.22.16.2-arm64-v8a.libwhatsapp.so", - // "--sxs" - ] - }, - { - "name": "windows.storage massive symbols", - "type": "python", - "request": "launch", - "module": "ghidriff", - "console": "integratedTerminal", - "justMyCode": true, - // Don't edit env directly, they read from settings.json - // Add/delete new vars as needed - "env": { - "GHIDRA_INSTALL_DIR": "${config:GHIDRA_INSTALL_DIR}", - "GHIDRA_PROJECTS_PATH": "${config:GHIDRA_PROJECTS_PATH}", - "GHIDRA_HEADLESS": "${config:GHIDRA_HEADLESS}", - "PROJECT_NAME": "${config:PROJECT_NAME}", - "GHIDRA_BRIDGE_INSTALL_DIR": "${config:GHIDRA_BRIDGE_INSTALL_DIR}", - }, - "args": [ - "bins/windows.storage.dll.x64.10.0.22000.348", - "bins/windows.storage.dll.x64.10.0.22000.469", - ] - }, - ] -} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index 4c5a6fe..ac6274a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -10,14 +10,9 @@ ], // env vars "GHIDRA_INSTALL_DIR": "${env:GHIDRA_INSTALL_DIR}", - "GHIDRA_PROJECTS_PATH": "${workspaceFolder}${pathSeparator}.ghidra_projects", - "GHIDRA_HEADLESS": "${env:GHIDRA_INSTALL_DIR}${pathSeparator}support${pathSeparator}analyzeHeadless", - "PROJECT_NAME": "sample_project", - "GHIDRA_BRIDGE_INSTALL_DIR": "${workspaceFolder}${pathSeparator}.ghidra_bridge", "sarif-viewer.connectToGithubCodeScanning": "off", "liveServer.settings.port": 5501, "[python]": { "editor.defaultFormatter": "ms-python.autopep8" }, - "python.formatting.provider": "none" } \ No newline at end of file