mirror of
https://github.com/NyaMisty/docker-wine-ida.git
synced 2026-06-21 02:26:47 +08:00
14 lines
210 B
JSON
14 lines
210 B
JSON
{
|
|
"argv": [
|
|
"/opt/wine_ida_wrap.sh",
|
|
"wine",
|
|
"C:\\IDA\\ida.exe",
|
|
"{connection_file}"
|
|
],
|
|
"display_name": "IDA32",
|
|
"language": "python",
|
|
"codemirror_mode": {
|
|
"version": 3,
|
|
"name": "ipython"
|
|
}
|
|
}
|