Upload files to "objdump-dlx-calc-poc"

This commit is contained in:
2026-06-29 16:54:26 +00:00
parent a6c563d7ae
commit 9f50af02fa
5 changed files with 707 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
echo "CALC_HELPER_RAN $(date -u +%Y-%m-%dT%H:%M:%SZ)" >> ./calc_hit.log
/mnt/c/WINDOWS/system32/calc.exe >/dev/null 2>&1 &
exit 0