7 lines
106 B
C
Raw Permalink Normal View History

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