上传者: a2831942318
|
上传时间: 2021-11-26 16:06:44
|
文件大小: 21KB
|
文件类型: RAR
注入安卓服务或APK neweglSwapBuffers
用法:
injector com.target.apk /data/local/tmp/libmy.so
injector /system/bin/surfaceflinger /data/local/tmp/libmy64bit.so
static EGLBoolean neweglSwapBuffers(EGLDisplay dpy, EGLSurface surf) {
LOGE("hookSuccess");
if (NULL == original) {
LOGE("failed to get original eglSwapBuffers");
return EGL_FALSE;
}
glClearColor ( 1. , 0. , 0. , 1); // background color
return original(dpy, surf);
}