2024-05-08 03:07:19 +03:00

6 lines
80 B
C++

#include "hook.hpp"
__attribute__((constructor)) void init_so()
{
hook();
}