https://github.com/twiceyuan/WXAPK
直接安装微信接收到的 APK
https://github.com/twiceyuan/WXAPK
android android-app android-application
Last synced: about 1 year ago
JSON representation
直接安装微信接收到的 APK
- Host: GitHub
- URL: https://github.com/twiceyuan/WXAPK
- Owner: twiceyuan
- License: mit
- Created: 2018-03-05T03:43:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-12T12:41:49.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T20:34:02.113Z (over 1 year ago)
- Topics: android, android-app, android-application
- Language: Kotlin
- Homepage: https://play.google.com/store/apps/details?id=com.twiceyuan.wxapk
- Size: 440 KB
- Stars: 428
- Watchers: 7
- Forks: 36
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WXAPK

在微信中直接安装接收到的 APK 文件
## 原理
微信为了提高恶意软件传播的成本,简单粗暴的在微信中传播的 APK 文件名后缀改为 .apk.1。
本 App 通过定义 apk.1 的 Intent Filter 来识别这种文件类型,分发给系统的应用安装器进行正常安装。
> [!CAUTION]
> 请自行确认收到的 APK 文件是可信任的,谨慎安装来源不明的 APK 文件
## 下载
或
[Releases](https://github.com/twiceyuan/WXAPK/releases)
## License
MIT