7 lines
106 B
C
Raw Normal View History

2025-05-10 21:49:39 +08:00
extern int mali_injected;
__attribute__((constructor)) static void
_injector() {
mali_injected = 1;
}