调用so中未导出函数的两种方法

typedef void (*PrintTest)() ; LOGW("handc 00000"); void *hand = 0;//dlopen("/data/data/com.test.secure/libhts.so", RTLD_LAZY ); //我编译时so为64位,所以dlopen也需要是64位的。(同时ps -Z时进程不能是untrusted_app) void
相关文章
相关标签/搜索