diff options
| author | Mason Reed <mason@vector35.com> | 2025-07-04 13:29:18 -0400 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2025-07-04 13:29:18 -0400 |
| commit | 5c2f42a8f33d79e99bec373ad046f91bae6be60b (patch) | |
| tree | a4c315d468e94d2ec5910a9117d1e231ba0deb9d /view/sharedcache/ui/dsctriage.cpp | |
| parent | cc92c1678ab80fa42711b6a75553d3a2d2975c83 (diff) | |
[SharedCache] Enqueue pointer sweep on image/region load
This is enabled as is, there might need to be some restrictions later on, does not seem to have an unreasonable impact analysis time
Diffstat (limited to 'view/sharedcache/ui/dsctriage.cpp')
| -rw-r--r-- | view/sharedcache/ui/dsctriage.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/sharedcache/ui/dsctriage.cpp b/view/sharedcache/ui/dsctriage.cpp index 32a8e97c..fc0e3a5a 100644 --- a/view/sharedcache/ui/dsctriage.cpp +++ b/view/sharedcache/ui/dsctriage.cpp @@ -132,6 +132,7 @@ void DSCTriageView::loadImagesWithAddr(const std::vector<uint64_t>& addresses, b // Run analysis. this->m_data->AddAnalysisOption("linearsweep"); + this->m_data->AddAnalysisOption("pointersweep"); this->m_data->UpdateAnalysis(); } }); |
