Add new skip option

This commit is contained in:
hyugogirubato
2024-10-18 20:26:41 +02:00
parent f1cfbf752c
commit 2a8a987766
5 changed files with 20 additions and 8 deletions
+1
View File
@@ -72,6 +72,7 @@ Cdm options:
Output directory path for extracted data.
-f <file>, --functions <file>
Path to Ghidra XML functions file.
-s, --skip Skip auto-detect of private function.
```