feat(rust): complete M5 security hardening — dynamic API, obfuscation, libloading

This commit is contained in:
2026-04-28 22:45:49 +08:00
parent 6a92f46447
commit b7f756bc2b
5 changed files with 98 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@ name = "craftlabs_auth_bitanswer"
[dependencies]
obfstr = "0.4"
sha2 = "0.10"
libloading = "0.8"
[target.'cfg(target_os = "windows")'.dependencies]
windows-sys = { version = "0.52", features = ["Win32_System_Diagnostics_Debug"], optional = true }