Adding base tooling for macOS bundles, and DYLD_LIBRARY_PATH bypass

This commit is contained in:
2026-03-18 15:19:28 +10:00
parent 42e67d30bc
commit d00cf292f1
4 changed files with 171 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#ifndef _MACHO_H
#define _MACHO_H
extern "C" {
int dyld_get_executable_path(char** path);
}
#endif