All Projects → canyie → NbInjection

canyie / NbInjection

Licence: other
PoC for inject zygote process by replacing system native bridge support

Programming Languages

C++
36643 projects - #6 most used programming language
shell
77523 projects
c
50402 projects - #5 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to NbInjection

inject
A simple Kotlin multi-platform abstraction around the javax.inject annotations.
Stars: ✭ 42 (-40%)
Mutual labels:  injection, inject
DaggerAutoInject
Inject automatically your Activities & Fragments, just with a simple annotation
Stars: ✭ 49 (-30%)
Mutual labels:  injection, inject
ttt-ext
Chrome extension to aid in finding DOMXSS by simple taint analysis of string values.
Stars: ✭ 81 (+15.71%)
Mutual labels:  injection
CrashLogger
A dll injected into process to dump stack when crashing.
Stars: ✭ 19 (-72.86%)
Mutual labels:  inject
nuxt-mail
Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.
Stars: ✭ 62 (-11.43%)
Mutual labels:  inject
cyber-gym
Deliberately vulnerable scripts for Web Security training
Stars: ✭ 19 (-72.86%)
Mutual labels:  injection
King-Tweaks
No description or website provided.
Stars: ✭ 46 (-34.29%)
Mutual labels:  magisk
TiEtwAgent
PoC memory injection detection agent based on ETW, for offensive and defensive research purposes
Stars: ✭ 135 (+92.86%)
Mutual labels:  injection
MAGNETAR
Device Performance Optimizer — Aims To Provide An Optimal Experience At Every Usage Scenario
Stars: ✭ 82 (+17.14%)
Mutual labels:  magisk
AdGuardHome magisk
去广告magisk模块,通过DNS层面过滤广告、防DNS劫持,本机流量数据或Wifi都支持,支持订阅过滤规则,可兼容VPN、免模块、翻模块、校园网、热点共享等特殊使用环境 。top大佬(酷安)
Stars: ✭ 34 (-51.43%)
Mutual labels:  magisk
refuel
Lightweight dependency injection engine and DI-driven tools.
Stars: ✭ 21 (-70%)
Mutual labels:  injection
realtek rtwifi
Realtek RTWIFI - RTL8XXXU mod
Stars: ✭ 32 (-54.29%)
Mutual labels:  injection
flutter web import js library
Import & use javascript libraries in your flutter web projects
Stars: ✭ 28 (-60%)
Mutual labels:  inject
ainur narsil
Sauron audiomod developed with many experimental tweaks to squeeze more from your device in terms of sound
Stars: ✭ 61 (-12.86%)
Mutual labels:  magisk
NodeJS-Red-Team-Cheat-Sheet
NodeJS Red-Team Cheat Sheet
Stars: ✭ 121 (+72.86%)
Mutual labels:  injection
fusion
A simple automated dependency injection library for TypeScript, supporting React class and functional components.
Stars: ✭ 18 (-74.29%)
Mutual labels:  injection
gioc
golang ioc framework
Stars: ✭ 33 (-52.86%)
Mutual labels:  inject
packiffer
lightweight cross-platform networking toolkit
Stars: ✭ 52 (-25.71%)
Mutual labels:  inject
Zenject-2019
Dependency Injection Framework for Unity3D
Stars: ✭ 2,567 (+3567.14%)
Mutual labels:  injection
magisk-frida
You are probably looking for: https://github.com/ViRb3/magisk-frida
Stars: ✭ 47 (-32.86%)
Mutual labels:  magisk

NbInjection

This is an example for replace system property "ro.dalvik.vm.native.bridge" to inject zygote process.

I have tested it on my Google Pixel 3 (Android 10, Magisk 20.4), it seems to be working well; but it maybe not compatible with all devices, if you want to use it, please modify the code according to your devices.

About its working principle, you can refer to this Chinese article.

Build

Run gradle task :module:assembleMagiskRelease from Android Studio or command line, magisk module zip will be saved to module/build/outputs/magisk/.

Discussion

License

MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].