shift-interpreter
Version:
Shift-interpreter is an experimental JavaScript meta-interpreter useful for reverse engineering and analysis. One notable difference from other projects is that shift-interpreter retains state over an entire script but can be fed expressions and statement
27 lines (26 loc) • 928 B
JSON
{
"mochaExplorer.debuggerConfig": "Debug Mocha Tests",
"mochaExplorer.env": {
"DEBUG": "shift:interpreter:*"
},
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#0c284c",
"activityBar.activeBorder": "#a51a57",
"activityBar.background": "#0c284c",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#a51a57",
"activityBarBadge.foreground": "#e7e7e7",
"statusBar.background": "#051120",
"statusBar.border": "#051120",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#0c284c",
"titleBar.activeBackground": "#051120",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.border": "#051120",
"titleBar.inactiveBackground": "#05112099",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#051120",
"debug.javascript.usePreview": false
}