JiangNight
JiangNight
Hello, I used your project and loaded the imgui floating window (also an open source project), I used egl to create the canvas, my jni got root permissions, but I...
bool read_process_memory(pid_t pid, uintptr_t addr, void *buffer, size_t size) { struct task_struct *task; struct mm_struct *mm; struct pid *pid_struct; phys_addr_t pa; pid_struct = find_get_pid(pid); if (!pid_struct) { return false; }...
### 问题描述 / Describe the bug > 下面描述使用AI进行优化 因为本人描述可能不太清晰+不擅长表达 请谅解 ### 问题 1: TUN 虚拟网卡模式无法正常工作 #### 场景 A - 非 root 启动: 1. 点击 TUN 模式安装按钮 2. 右上角提示"安装成功" 3. ❌...