gmh5225 / android-kernel-driver-template
A GKI Android kernel driver(ARMv8.3) template compiled by llvm-msvc
☆34Updated 9 months ago
Alternatives and similar repositories for android-kernel-driver-template:
Users that are interested in android-kernel-driver-template are comparing it to the libraries listed below
- ☆56Updated 2 years ago
- Inject shared libraries into processes on Android (real/emulator device supported)☆95Updated 9 months ago
- A zygisk module that dumps so file from process memory☆47Updated 4 months ago
- A kernel module to read and write memory in a remote process.☆53Updated 5 months ago
- Injecting into SELinux-protected system service processes under root on Android.☆38Updated 11 months ago
- Implementation of sllvm obfuscator☆66Updated 2 years ago
- silent syscall hooking without modifying sys_call_table/handlers via patching exception handler☆127Updated 9 months ago
- Kernel mode to user mode so injection☆83Updated 4 years ago
- This is a NodeJS project for Frida to draw ESP Line and Box on a game using Canvas.☆36Updated last year
- ☆23Updated last year
- A rootkit for Android.☆48Updated 8 months ago
- Protecting ELF binaries against RE with virtualization and code packing☆14Updated last year
- a C++ library / template for patching process memory on unix systems (including android).☆53Updated last year
- 跨平台模拟执行unicorn框架基于Qemu的TCG模式(Tiny Code Generator),以无硬件虚拟化支持方式实现全系统的虚拟化,支持跨平台和架构的CPU指令模拟,本文讨论是一款笔者的实验性项目采用Windows Hypervisor Platform虚拟机模式…