diff options
| author | Brandon Miller <brandon@vector35.com> | 2026-06-02 09:00:15 -0400 |
|---|---|---|
| committer | Brandon Miller <brandon@vector35.com> | 2026-06-02 09:00:15 -0400 |
| commit | 5953d087a9a104e7abb63c5739091214edf2faca (patch) | |
| tree | abd95a2698f32b8e1f6ae7feaa9647cff8d218ae /examples/triage/analysisinfo.h | |
| parent | 68215ea14cfbaa4966f830d85d98f7f49b416455 (diff) | |
Add support for multiple global pointer registers
Diffstat (limited to 'examples/triage/analysisinfo.h')
| -rw-r--r-- | examples/triage/analysisinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/triage/analysisinfo.h b/examples/triage/analysisinfo.h index 4e6e6df3..658d3702 100644 --- a/examples/triage/analysisinfo.h +++ b/examples/triage/analysisinfo.h @@ -16,7 +16,7 @@ class AnalysisInfoWidget : public QWidget NavigationAddressLabel* m_gpLabel; QLabel* m_gpExtraLabel; - BinaryNinja::Confidence<BinaryNinja::RegisterValue> m_lastGPValue; + std::vector<std::pair<uint32_t, BinaryNinja::Confidence<BinaryNinja::RegisterValue>>> m_lastGPValues; void updateDisplay(); |
