Skip to content

Commit

Permalink
add sample debug config
Browse files Browse the repository at this point in the history
  • Loading branch information
clearbluejar committed Oct 10, 2023
1 parent e09a737 commit 90351ef
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
// 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": "ghidriff module run: ntos ",
"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
"args": [
"bins/ntoskrnl.exe.x64.10.0.22621.1105",
"bins/ntoskrnl.exe.x64.10.0.22621.1194",
]
},
]
}

0 comments on commit 90351ef

Please sign in to comment.