diff options
| author | Xusheng <xusheng@vector35.com> | 2024-07-01 15:28:32 +0800 |
|---|---|---|
| committer | Xusheng <xusheng@vector35.com> | 2024-07-03 12:53:53 +0800 |
| commit | 68d50bff3dd6d91a2ff3d62d5423de9276c7451a (patch) | |
| tree | 6c130169e85bafe1c683d31dd007376c5d7984db /examples/triage | |
| parent | 049653a315d5bf0178dc8501f2ab513e6c2d018b (diff) | |
Remove all places where the code checks for the view name "Debugger"
Diffstat (limited to 'examples/triage')
| -rw-r--r-- | examples/triage/baseaddress.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/triage/baseaddress.cpp b/examples/triage/baseaddress.cpp index 98592a6f..8dd1cec0 100644 --- a/examples/triage/baseaddress.cpp +++ b/examples/triage/baseaddress.cpp @@ -258,7 +258,7 @@ const std::string BaseAddressDetectionWidget::GetRebaseViewName() for (const auto& viewName : fileMetadata->GetExistingViews()) { - if (viewName != "Raw" && viewName != "Debugger") + if (viewName != "Raw") return viewName; } |
