You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
10 lines
126 B
C++
10 lines
126 B
C++
#include <lsplt.hpp>
|
|
|
|
#include "logging.h"
|
|
|
|
extern "C"
|
|
void entry(void* handle) {
|
|
LOGD("Injector handle: %p", handle);
|
|
|
|
}
|