2025-05-10 21:49:39 +08:00

7 lines
106 B
C

extern int mali_injected;
__attribute__((constructor)) static void
_injector() {
mali_injected = 1;
}