[fix] fix race condition.

This commit is contained in:
rootacite
2025-10-24 13:44:27 +08:00
parent 22173f034a
commit ea1821480f
4 changed files with 48 additions and 26 deletions

View File

@@ -7,7 +7,7 @@ edition = "2024"
dynasmrt = "4.0.1"
iced-x86 = { version = "1.21.0", features = ["code_asm"] }
libc = "0.2.177"
nix = { version = "0.30.1", features = ["ptrace", "uio"] }
nix = { version = "0.30.1", features = ["ptrace", "uio", "signal"] }
ctor = "0.6.0"
libloading = "0.8.9"