./rust --pid 18131
╔══════════════════════════════════════╗
║ rustFrida v0.1.0 ║
║ ARM64 Dynamic Instrumentation ║
╚══════════════════════════════════════╝
[] 正在修补 SELinux 策略...
[] 正在附加到进程 PID: 18131 (Frida-style bootstrapper)
[✓] 成功附加到进程 18143,等待 SIGSTOP...
[✓] 进程已停止,可以操作寄存器
[✓] bootstrapper 完成: libc API 已解析
[✗] 注入失败: pidfd_getfd(pid=18131, fd=5) 失败: Function not implemented (os error 38)
js文件就一句调试
console.log(123)
./rust --pid 18131
╔══════════════════════════════════════╗
║ rustFrida v0.1.0 ║
║ ARM64 Dynamic Instrumentation ║
╚══════════════════════════════════════╝
[] 正在修补 SELinux 策略...
[] 正在附加到进程 PID: 18131 (Frida-style bootstrapper)
[✓] 成功附加到进程 18143,等待 SIGSTOP...
[✓] 进程已停止,可以操作寄存器
[✓] bootstrapper 完成: libc API 已解析
[✗] 注入失败: pidfd_getfd(pid=18131, fd=5) 失败: Function not implemented (os error 38)
js文件就一句调试
console.log(123)