├── AGg自动化处理工具模块 ├── AGG内核读写切换自动化工具模块.zip ├── AGG内核读写切换自动化工具模块2.0.zip └── readme.md ├── Compiled_finished_product ├── KPM-KMA-RW-DRIVER │ ├── lib5.so │ ├── lib5.so.primary │ ├── libKernelGg.so │ └── libc++_shared.so ├── driverDitNetlink_Prohook │ ├── lib5.so │ ├── lib5.so.primary │ ├── libKernelGg.so │ └── libc++_shared.so ├── driverGT1_567RTdev │ ├── lib5.so │ ├── lib5.so.primary │ ├── libKernelGg.so │ └── libc++_shared.so └── driverGT2_12RThook │ ├── lib5.so │ ├── lib5.so.primary │ ├── libKernelGg.so │ └── libc++_shared.so ├── KernelDriverKoModule ├── KPM-KMA-RW-DRIVER │ └── KPM-KMA-RW-DRIVER.zip ├── driverDitNetlink_Prohook │ └── driverDitNetlink_Prohook.zip ├── driverGT1_567RTdev │ └── driverGT1_567RTdev.zip └── driverGT2_12RThook │ └── driverGT2_12RThook.zip ├── KernelGg ├── KPM-KMA-RW-DRIVER │ ├── build.sh │ ├── jni │ │ ├── Android.mk │ │ ├── Application.mk │ │ ├── KPMdriver.h │ │ ├── driver.a │ │ ├── lib5.cpp │ │ └── lib5Attempt_to_test_the_king777_writing_style.cpp │ └── libzy │ │ ├── 101GGversion │ │ └── lib5.so.primary │ │ ├── 96version │ │ └── lib5.so.primary │ │ ├── lib5.so │ │ └── lib5.so.primary ├── driverDitNetlink_Prohook │ ├── build.sh │ ├── jni │ │ ├── Android.mk │ │ ├── Application.mk │ │ ├── driverDitNetlink_Prohook.h │ │ └── lib5.cpp │ └── libzy │ │ ├── 101GGversion │ │ └── lib5.so.primary │ │ ├── 96version │ │ └── lib5.so.primary │ │ ├── lib5.so │ │ └── lib5.so.primary ├── driverGT1_567RTdev │ ├── build.sh │ ├── jni │ │ ├── Android.mk │ │ ├── Application.mk │ │ ├── driverGT1_567RTdev.h │ │ └── lib5.cpp │ └── libzy │ │ ├── 101GGversion │ │ └── lib5.so.primary │ │ ├── 96version │ │ └── lib5.so.primary │ │ ├── lib5.so │ │ └── lib5.so.primary └── driverGT2_12RThook │ ├── build.sh │ ├── jni │ ├── Android.mk │ ├── Application.mk │ ├── driverGT2_12RThook.h │ └── lib5.cpp │ └── libzy │ ├── 101GGversion │ └── lib5.so.primary │ ├── 96version │ └── lib5.so.primary │ ├── lib5.so │ └── lib5.so.primary ├── LICENSE ├── README.md └── README_EN.md /AGg自动化处理工具模块/AGG内核读写切换自动化工具模块.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/AGg自动化处理工具模块/AGG内核读写切换自动化工具模块.zip -------------------------------------------------------------------------------- /AGg自动化处理工具模块/AGG内核读写切换自动化工具模块2.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/AGg自动化处理工具模块/AGG内核读写切换自动化工具模块2.0.zip -------------------------------------------------------------------------------- /AGg自动化处理工具模块/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/AGg自动化处理工具模块/readme.md -------------------------------------------------------------------------------- /Compiled_finished_product/KPM-KMA-RW-DRIVER/lib5.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/Compiled_finished_product/KPM-KMA-RW-DRIVER/lib5.so -------------------------------------------------------------------------------- /Compiled_finished_product/KPM-KMA-RW-DRIVER/lib5.so.primary: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/Compiled_finished_product/KPM-KMA-RW-DRIVER/lib5.so.primary -------------------------------------------------------------------------------- /Compiled_finished_product/KPM-KMA-RW-DRIVER/libKernelGg.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/Compiled_finished_product/KPM-KMA-RW-DRIVER/libKernelGg.so -------------------------------------------------------------------------------- /Compiled_finished_product/KPM-KMA-RW-DRIVER/libc++_shared.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/Compiled_finished_product/KPM-KMA-RW-DRIVER/libc++_shared.so -------------------------------------------------------------------------------- /Compiled_finished_product/driverDitNetlink_Prohook/lib5.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/Compiled_finished_product/driverDitNetlink_Prohook/lib5.so -------------------------------------------------------------------------------- /Compiled_finished_product/driverDitNetlink_Prohook/lib5.so.primary: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/Compiled_finished_product/driverDitNetlink_Prohook/lib5.so.primary -------------------------------------------------------------------------------- /Compiled_finished_product/driverDitNetlink_Prohook/libKernelGg.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/Compiled_finished_product/driverDitNetlink_Prohook/libKernelGg.so -------------------------------------------------------------------------------- /Compiled_finished_product/driverDitNetlink_Prohook/libc++_shared.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/Compiled_finished_product/driverDitNetlink_Prohook/libc++_shared.so -------------------------------------------------------------------------------- /Compiled_finished_product/driverGT1_567RTdev/lib5.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/Compiled_finished_product/driverGT1_567RTdev/lib5.so -------------------------------------------------------------------------------- /Compiled_finished_product/driverGT1_567RTdev/lib5.so.primary: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/Compiled_finished_product/driverGT1_567RTdev/lib5.so.primary -------------------------------------------------------------------------------- /Compiled_finished_product/driverGT1_567RTdev/libKernelGg.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/Compiled_finished_product/driverGT1_567RTdev/libKernelGg.so -------------------------------------------------------------------------------- /Compiled_finished_product/driverGT1_567RTdev/libc++_shared.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/Compiled_finished_product/driverGT1_567RTdev/libc++_shared.so -------------------------------------------------------------------------------- /Compiled_finished_product/driverGT2_12RThook/lib5.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/Compiled_finished_product/driverGT2_12RThook/lib5.so -------------------------------------------------------------------------------- /Compiled_finished_product/driverGT2_12RThook/lib5.so.primary: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/Compiled_finished_product/driverGT2_12RThook/lib5.so.primary -------------------------------------------------------------------------------- /Compiled_finished_product/driverGT2_12RThook/libKernelGg.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/Compiled_finished_product/driverGT2_12RThook/libKernelGg.so -------------------------------------------------------------------------------- /Compiled_finished_product/driverGT2_12RThook/libc++_shared.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/Compiled_finished_product/driverGT2_12RThook/libc++_shared.so -------------------------------------------------------------------------------- /KernelDriverKoModule/KPM-KMA-RW-DRIVER/KPM-KMA-RW-DRIVER.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/KernelDriverKoModule/KPM-KMA-RW-DRIVER/KPM-KMA-RW-DRIVER.zip -------------------------------------------------------------------------------- /KernelDriverKoModule/driverDitNetlink_Prohook/driverDitNetlink_Prohook.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/KernelDriverKoModule/driverDitNetlink_Prohook/driverDitNetlink_Prohook.zip -------------------------------------------------------------------------------- /KernelDriverKoModule/driverGT1_567RTdev/driverGT1_567RTdev.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/KernelDriverKoModule/driverGT1_567RTdev/driverGT1_567RTdev.zip -------------------------------------------------------------------------------- /KernelDriverKoModule/driverGT2_12RThook/driverGT2_12RThook.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/KernelDriverKoModule/driverGT2_12RThook/driverGT2_12RThook.zip -------------------------------------------------------------------------------- /KernelGg/KPM-KMA-RW-DRIVER/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/KernelGg/KPM-KMA-RW-DRIVER/build.sh -------------------------------------------------------------------------------- /KernelGg/KPM-KMA-RW-DRIVER/jni/Android.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/KernelGg/KPM-KMA-RW-DRIVER/jni/Android.mk -------------------------------------------------------------------------------- /KernelGg/KPM-KMA-RW-DRIVER/jni/Application.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/KernelGg/KPM-KMA-RW-DRIVER/jni/Application.mk -------------------------------------------------------------------------------- /KernelGg/KPM-KMA-RW-DRIVER/jni/KPMdriver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/KernelGg/KPM-KMA-RW-DRIVER/jni/KPMdriver.h -------------------------------------------------------------------------------- /KernelGg/KPM-KMA-RW-DRIVER/jni/driver.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/KernelGg/KPM-KMA-RW-DRIVER/jni/driver.a -------------------------------------------------------------------------------- /KernelGg/KPM-KMA-RW-DRIVER/jni/lib5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/KernelGg/KPM-KMA-RW-DRIVER/jni/lib5.cpp -------------------------------------------------------------------------------- /KernelGg/KPM-KMA-RW-DRIVER/jni/lib5Attempt_to_test_the_king777_writing_style.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/KernelGg/KPM-KMA-RW-DRIVER/jni/lib5Attempt_to_test_the_king777_writing_style.cpp -------------------------------------------------------------------------------- /KernelGg/KPM-KMA-RW-DRIVER/libzy/101GGversion/lib5.so.primary: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/KernelGg/KPM-KMA-RW-DRIVER/libzy/101GGversion/lib5.so.primary -------------------------------------------------------------------------------- /KernelGg/KPM-KMA-RW-DRIVER/libzy/96version/lib5.so.primary: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/KernelGg/KPM-KMA-RW-DRIVER/libzy/96version/lib5.so.primary -------------------------------------------------------------------------------- /KernelGg/KPM-KMA-RW-DRIVER/libzy/lib5.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/KernelGg/KPM-KMA-RW-DRIVER/libzy/lib5.so -------------------------------------------------------------------------------- /KernelGg/KPM-KMA-RW-DRIVER/libzy/lib5.so.primary: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/KernelGg/KPM-KMA-RW-DRIVER/libzy/lib5.so.primary -------------------------------------------------------------------------------- /KernelGg/driverDitNetlink_Prohook/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/KernelGg/driverDitNetlink_Prohook/build.sh -------------------------------------------------------------------------------- /KernelGg/driverDitNetlink_Prohook/jni/Android.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/KernelGg/driverDitNetlink_Prohook/jni/Android.mk -------------------------------------------------------------------------------- /KernelGg/driverDitNetlink_Prohook/jni/Application.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/KernelGg/driverDitNetlink_Prohook/jni/Application.mk -------------------------------------------------------------------------------- /KernelGg/driverDitNetlink_Prohook/jni/driverDitNetlink_Prohook.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/KernelGg/driverDitNetlink_Prohook/jni/driverDitNetlink_Prohook.h -------------------------------------------------------------------------------- /KernelGg/driverDitNetlink_Prohook/jni/lib5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/KernelGg/driverDitNetlink_Prohook/jni/lib5.cpp -------------------------------------------------------------------------------- /KernelGg/driverDitNetlink_Prohook/libzy/101GGversion/lib5.so.primary: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/KernelGg/driverDitNetlink_Prohook/libzy/101GGversion/lib5.so.primary -------------------------------------------------------------------------------- /KernelGg/driverDitNetlink_Prohook/libzy/96version/lib5.so.primary: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/KernelGg/driverDitNetlink_Prohook/libzy/96version/lib5.so.primary -------------------------------------------------------------------------------- /KernelGg/driverDitNetlink_Prohook/libzy/lib5.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/KernelGg/driverDitNetlink_Prohook/libzy/lib5.so -------------------------------------------------------------------------------- /KernelGg/driverDitNetlink_Prohook/libzy/lib5.so.primary: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/KernelGg/driverDitNetlink_Prohook/libzy/lib5.so.primary -------------------------------------------------------------------------------- /KernelGg/driverGT1_567RTdev/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/KernelGg/driverGT1_567RTdev/build.sh -------------------------------------------------------------------------------- /KernelGg/driverGT1_567RTdev/jni/Android.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/KernelGg/driverGT1_567RTdev/jni/Android.mk -------------------------------------------------------------------------------- /KernelGg/driverGT1_567RTdev/jni/Application.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/KernelGg/driverGT1_567RTdev/jni/Application.mk -------------------------------------------------------------------------------- /KernelGg/driverGT1_567RTdev/jni/driverGT1_567RTdev.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/KernelGg/driverGT1_567RTdev/jni/driverGT1_567RTdev.h -------------------------------------------------------------------------------- /KernelGg/driverGT1_567RTdev/jni/lib5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/KernelGg/driverGT1_567RTdev/jni/lib5.cpp -------------------------------------------------------------------------------- /KernelGg/driverGT1_567RTdev/libzy/101GGversion/lib5.so.primary: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/KernelGg/driverGT1_567RTdev/libzy/101GGversion/lib5.so.primary -------------------------------------------------------------------------------- /KernelGg/driverGT1_567RTdev/libzy/96version/lib5.so.primary: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/KernelGg/driverGT1_567RTdev/libzy/96version/lib5.so.primary -------------------------------------------------------------------------------- /KernelGg/driverGT1_567RTdev/libzy/lib5.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/KernelGg/driverGT1_567RTdev/libzy/lib5.so -------------------------------------------------------------------------------- /KernelGg/driverGT1_567RTdev/libzy/lib5.so.primary: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/KernelGg/driverGT1_567RTdev/libzy/lib5.so.primary -------------------------------------------------------------------------------- /KernelGg/driverGT2_12RThook/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/KernelGg/driverGT2_12RThook/build.sh -------------------------------------------------------------------------------- /KernelGg/driverGT2_12RThook/jni/Android.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/KernelGg/driverGT2_12RThook/jni/Android.mk -------------------------------------------------------------------------------- /KernelGg/driverGT2_12RThook/jni/Application.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/KernelGg/driverGT2_12RThook/jni/Application.mk -------------------------------------------------------------------------------- /KernelGg/driverGT2_12RThook/jni/driverGT2_12RThook.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/KernelGg/driverGT2_12RThook/jni/driverGT2_12RThook.h -------------------------------------------------------------------------------- /KernelGg/driverGT2_12RThook/jni/lib5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/KernelGg/driverGT2_12RThook/jni/lib5.cpp -------------------------------------------------------------------------------- /KernelGg/driverGT2_12RThook/libzy/101GGversion/lib5.so.primary: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/KernelGg/driverGT2_12RThook/libzy/101GGversion/lib5.so.primary -------------------------------------------------------------------------------- /KernelGg/driverGT2_12RThook/libzy/96version/lib5.so.primary: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/KernelGg/driverGT2_12RThook/libzy/96version/lib5.so.primary -------------------------------------------------------------------------------- /KernelGg/driverGT2_12RThook/libzy/lib5.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/KernelGg/driverGT2_12RThook/libzy/lib5.so -------------------------------------------------------------------------------- /KernelGg/driverGT2_12RThook/libzy/lib5.so.primary: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/KernelGg/driverGT2_12RThook/libzy/lib5.so.primary -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/README.md -------------------------------------------------------------------------------- /README_EN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZYPyDoki/Gg_Docking_Kernel/HEAD/README_EN.md --------------------------------------------------------------------------------