summaryrefslogtreecommitdiff
path: root/python/examples/raw_binary_base_detection.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/examples/raw_binary_base_detection.py')
-rw-r--r--python/examples/raw_binary_base_detection.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/examples/raw_binary_base_detection.py b/python/examples/raw_binary_base_detection.py
index 76268fbe..b584903c 100644
--- a/python/examples/raw_binary_base_detection.py
+++ b/python/examples/raw_binary_base_detection.py
@@ -47,7 +47,7 @@ def _parse_args() -> argparse.Namespace:
parser.add_argument("path", help="path to the position-dependent raw firmware binary or directory")
parser.add_argument("--debug", action="store_true", help="enable debug logging")
parser.add_argument("--reasons", action="store_true", help="show reasons for base address selection")
- parser.add_argument("--analysis", type=str, help="analysis level", default="basic")
+ parser.add_argument("--analysis", type=str, help="analysis level", default="full")
parser.add_argument("--arch", type=str, default="", help="architecture of the binary")
return parser.parse_args()