commit mostly nonworking code

This commit is contained in:
Devin Zuczek
2026-08-18 15:53:45 -04:00
parent 54c97ef6d9
commit b15039ea08
29 changed files with 2797 additions and 43 deletions
+5
View File
@@ -0,0 +1,5 @@
#pragma once
// Neutralises the file-signature-check P/Invoke that calls through an unresolved native pointer and
// eventually kills the process. See src/unity/filesig_patch.c.
void PatchFileSigCheck(void);