fix 隐藏失败的问题,并且处理了原来riru内存泄漏的问题
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
#define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
|
||||
#define PLOGE(fmt, args...) LOGE(fmt " failed with %d: %s", ##args, errno, strerror(errno))
|
||||
extern "C" {
|
||||
int riru_hide(const std::set<std::string_view> &) EXPORT;
|
||||
int riru_hide(const char *name) EXPORT;
|
||||
}
|
||||
|
||||
#endif //ZYGISK_MYINJECTOR_NEWRIRUHIDE_H
|
||||
|
||||
Reference in New Issue
Block a user