diff --git a/NativeInject/InjectLib b/NativeInject/InjectLib new file mode 100755 index 0000000..a956065 Binary files /dev/null and b/NativeInject/InjectLib differ diff --git a/NativeInject/readme.md b/NativeInject/readme.md new file mode 100644 index 0000000..59a191b --- /dev/null +++ b/NativeInject/readme.md @@ -0,0 +1,9 @@ +# 基于C++ 23构建的原生注入二进制 +## 使用方法 +1. chmod +x InjectLib +2. cp InjectLib .. +3. 在上级目录中 sudo ./InjectLib + +## 备注 +1. 需要为二进制程序加入完全磁盘访问权限 +2. 需要为二进制程序加入App管理权限 \ No newline at end of file diff --git a/src/ui/menu_manager.py.new b/src/ui/menu_manager.py.new deleted file mode 100644 index 21b405d..0000000 --- a/src/ui/menu_manager.py.new +++ /dev/null @@ -1 +0,0 @@ -import os