mirror of
https://github.com/0xdea/ghidra-scripts
synced 2026-06-08 10:09:44 +00:00
feat: add chdir to the list of bad functions
This commit is contained in:
+1
-1
@@ -161,7 +161,7 @@ public class Rhabdomancer extends GhidraScript
|
||||
"kmalloc", "kmalloc_array", "kcalloc", "kzalloc", "mallocarray",
|
||||
"free", "_free", "kfree", // check for incorrect use, double free, use after free
|
||||
// check for file access bugs
|
||||
"mkdir", "creat",
|
||||
"mkdir", "chdir", "creat",
|
||||
"link", "linkat", "symlink", "symlinkat", "readlink", "readlinkat", "unlink", "unlinkat", "realpath", "PathAppend",
|
||||
"rename", "renameat",
|
||||
"stat", "lstat", "fstat", "fstatat",
|
||||
|
||||
Reference in New Issue
Block a user