MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / run

Function run

api-docs/.atom-build.js:3–14  ·  view source on GitHub ↗
(result)

Source from the content-addressed store, hash-verified

1child_process = require('child_process');
2
3function run(result)
4{
5 if (!result)
6 return;
7
8 if (process.platform == "darwin")
9 child_process.spawn("/usr/bin/open", ["build/html/index.html"])
10 else if (process.platform == "linux")
11 child_process.spawn("/usr/bin/xdg-open", ["build/html/index.html"])
12 else
13 child_process.spawn("start", ["build\\html\\index.html"])
14}
15
16if ((process.platform == "darwin") || (process.platform == "linux"))
17{

Callers 4

loadImagesWithAddrMethod · 0.85
populateSymbolsMethod · 0.85
startFunction · 0.85
addHashFieldMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected