cs1ime / AndroidSuperInjectLinks
Injecting into SELinux-protected system service processes under root on Android.
☆40Updated last year
Alternatives and similar repositories for AndroidSuperInject
Users that are interested in AndroidSuperInject are comparing it to the libraries listed below
Sorting:
- Another LLVM-obfuscator based on LLVM-17. A fork of Arkari☆74Updated last year
- A GKI Android kernel driver(ARMv8.3) template compiled by llvm-msvc☆38Updated last year
- 跨平台模拟执行unicorn框架基于Qemu的TCG模式(Tiny Code Generator),以无硬件虚拟化支持方式实现全系统的虚拟化,支持跨平台和架构的CPU指令模拟,本文讨论是一款笔者的实验性项目采用Windows Hypervisor Platform虚拟机模式…☆67Updated last year
- an obfuscator based on LLVM which can obfuscate the program execution trajectory☆104Updated 4 years ago
- 使用 Intel 虚拟化特性实现应用层HOOK☆61Updated 3 months ago
- 内核硬件调试器模块,rootkit操作 dump☆35Updated 3 years ago
- ☆57Updated 3 years ago
- Implementation of sllvm obfuscator☆66Updated 2 years ago
- TypeScript and Frida UE4dumper. Use C++ to get offset. Modular and easy to maintain☆30Updated 9 months ago
- Frida's setHardwareWatchpoint tutorial☆48Updated 7 months ago
- Getting better stacks and backtraces in Frida☆38Updated 11 months ago
- ☆29Updated last year
- 本工具用于解决ollvm编译出来的Linux驱动文件,加载进内核会报错“please compile with -fno-common”的问题☆35Updated 4 years ago
- Control Flow Flattening Deobfuscator for Obfuscator-LLVM as a plugin for IDA Pro.☆34Updated last month
- silent syscall hooking without modifying sys_call_table/handlers via patching exception handler☆131Updated last year
- 非编译时代码混淆,包括代码块拆分、代码乱序、常量加密、代码变异、抹除jcc、局部混淆等,主要提供框架以及思路☆31Updated 2 years ago
- Inject shared libraries into processes on Android (real/emulator device supported)☆99Updated last year
- Kernel mode to user mode so injection☆90Updated 4 years ago
- The tool can be used to eliminate redundant instructions in a basic block.☆81Updated last year
- 去除BR混淆 Deobfuscation BR☆74Updated 11 months ago
- Exploit vulnerabilities in NeacSafe64.sys to achieve privilege escalation and kernel-mode shellcode execution☆9Updated 2 months ago
- a code virtualizer based on angr☆29Updated 2 years ago
- 一个仅使用2字节修改实现内核任意函数hook的方法。