Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Mxflutter | 2,679 | 2 years ago | 4 | May 18, 2020 | 5 | other | Dart | |||
基于JavaScript 的Flutter框架 mxflutter | ||||||||||
Rocoofix | 1,557 | 7 years ago | 51 | mit | Java | |||||
another hotfix framework | ||||||||||
Np Manager | 406 | a day ago | ||||||||
Apk控制流混淆;Apk-Dex2C;Res资源混淆;Dex、jar、smali文件的相互转换; Dex、Pdf文件合并; Apk、dex、jar混淆和字符串加密; Apk签名、共存、去除签名校验、对话框取消、去除VPN/代理检测; Res资源混淆; Dex、AXML、ARSC文件编辑及翻译;字符串加密(Apk、dex); 一键添加Xposed检测,一键添加弹窗、对话框; axml反编译/回编译; 一键LOG注入,一键去除所有弹窗(Toast); 一键注入字符串解密LOG,Dex文件换包名; 一键添加禁止截屏,一键添加Apk崩溃日志记录; Apk超级混淆3.0--高效率直接对dex混淆,支持混淆四大组件,支持多dex; Apk功能--DEX混淆对抗;屏幕取色器;屏幕标尺。 | ||||||||||
Mvvmarchitecture | 147 | 2 years ago | apache-2.0 | Kotlin | ||||||
MVVM 框架,采用 Kotlin+Jetpack,可自由配置功能,欢迎 star,fork,issue | ||||||||||
Mobileinsight Mobile | 59 | a year ago | 20 | other | Python | |||||
Mobile Network Intelligence Made Easy -- Android version of MobileInsight app | ||||||||||
Mobileinsight Dev | 5 | 3 years ago | 1 | apache-2.0 | ||||||
Automated Deployment for MobileInsight Development Environment | ||||||||||
Nomoats | 3 | 3 years ago | gpl-3.0 | JavaScript | ||||||
System for capturing Android traffic and labeling it with the 3rd party library responsbile | ||||||||||
Mkali | 3 | 5 years ago | mit | Python | ||||||
wrapper around alpinelinux/alpine-make-vm-image |
This project is a simple wrapper around alpinelinux/alpine-make-vm-image to more easily make Alpine Linux images. It allows configuration similar to mkosi
and caches the apk-tool as well as the packages by default so that subsequent builds are quicker. The intention is to upstream some of the changes prototyped here.
See alpine-make-vm-image; also: sudo.
Simply pull this git repo and execute ./mkali $TARGET
, where $TARGET
is a path to the directory containing your mkali.conf
. Available config options can be found at the top of the mkali
script.
The example
directory contains a simple build that includes an OpenRC service file in etc/init.d/
, a program in opt/
and an mkali.postinst
script that sets up a new user account and enables the service.
The etc/apk/
directory is needed in every build directory for now, so that apk has access to the alpine GPG keys as well as to the repositories file, in which the user can change the Alpine Linux version (usually latest-stable or edge).
Top level directories in the $TARGET
directory are recursively copied into the image before the postinst step.
VERSION
in mkali.conf
that generates repositories
file automatically from template