feat: update the list of bad functions

This commit is contained in:
raptor
2026-01-12 13:03:45 +01:00
committed by GitHub
parent d8f7203284
commit 965a79e95b
+1 -1
View File
@@ -147,7 +147,7 @@ public class Rhabdomancer extends GhidraScript
// check for insecure use of environment vars
"getenv", "setenv", "putenv", "unsetenv",
// check for insecure use of conf strings
"confstr",
"confstr", "getlogin_r", "getgroups", "gethostname", "getdomainname",
// check for insecure use of arguments
"getopt", "getopt_long",
// check for insecure use of memory allocation functions