summaryrefslogtreecommitdiff
path: root/python/basedetection.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/basedetection.py')
-rw-r--r--python/basedetection.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/basedetection.py b/python/basedetection.py
index 655f017b..f3cc3eb9 100644
--- a/python/basedetection.py
+++ b/python/basedetection.py
@@ -161,7 +161,7 @@ class BaseAddressDetection:
def detect_base_address(
self,
arch: Optional[str] = "",
- analysis: Optional[str] = Literal["basic", "controlFlow", "full"],
+ analysis: Optional[Literal["basic", "controlFlow", "full"]] = "full",
min_strlen: Optional[int] = 10,
alignment: Optional[int] = 1024,
low_boundary: Optional[int] = 0,