24 lines
778 B
JSON
24 lines
778 B
JSON
{
|
|
// 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": "FF_FunctionExtractor",
|
|
"type": "debugpy",
|
|
"request": "launch",
|
|
"program": "herrewebpy/firmware_forensics/function_extractor.py",
|
|
"args": [
|
|
"--binary",
|
|
"sample_data/firmwares/S7_BL31.bin",
|
|
"--architecture",
|
|
"ARM_AARCH64",
|
|
"--endian",
|
|
"little",
|
|
],
|
|
"console": "integratedTerminal",
|
|
"justMyCode": false
|
|
}
|
|
]
|
|
} |