summaryrefslogtreecommitdiff
path: root/examples/triage
AgeCommit message (Collapse)Author
2025-01-23Fix CopyableLabel filename.Brian Potchik
2025-01-16Offload triage view hash calculations from the main thread.Brian Potchik
2024-12-05Add entry functions in triage viewZichuan Li
2024-09-19Fix font in triage imports listJosh Ferrell
2024-09-13Ultimate.Alexander Taylor
2024-08-11Fix crash in triage view when opening with no default calling conventionMason Reed
2024-08-06Fix crash in triage view if binary view has no default platformMason Reed
2024-08-02Support setting user global pointer valueXusheng
2024-07-18MemoryMap update with new segment model.Brian Potchik
2024-07-03Remove all places where the code checks for the view name "Debugger"Xusheng
2024-06-04BASE rebase navigation for non-mapped viewsBrandon Miller
2024-06-04Display BASE widget for all file typesBrandon Miller
Display BASE widget in Triage:Raw (all types) and Triage:Mapped
2024-04-25Removed unused function in base detectionBrandon Miller
2024-04-25Changed meaning of base detection results tableBrandon Miller
Now the results table consists of a high level report on number of hits per POI type for each candidate base address. The rebase address LineEdit is auto-populated when the user clicks on a row
2024-04-25Base detection rebase navigation improvementBrandon Miller
Now is able to correctly navigate from raw triage summary to mapped linear view when starting analysis from the identified base address
2024-04-25Using ParseExpression to parse numeric inputsBrandon Miller
2024-04-25Simplified base address detection UIBrandon Miller
Moved advanced settings to expandable group and no longer display results items until analysis completes
2024-04-25Hiding base detection results widgets before runBrandon Miller
2024-04-25Querying candidate base address reasonsBrandon Miller
Querying vector of reason information for a candidate base address using the new core API
2024-04-25Base address detection widget in Triage viewBrandon Miller
Initial implementation of base address detection UI widget in triage summary
2023-12-02TriageView Check for valid indexes before navigating to themPeter LaFosse
2023-11-16Special color for exported symbolsGlenn Smith
Imports have their own color, so exports can too
2023-11-03Add support for showing compiler information in the triage summaryPeter LaFosse
2023-09-25Remove implicit dependencies to fix new warning in latest XcodeRusty Wagner
2023-09-19Extract class CopyableLabel to an independent file. Fix ↵Xusheng
https://github.com/Vector35/binaryninja/issues/525 and https://github.com/Vector35/binaryninja-api/issues/4630
2023-09-18Search in the imports/exports in the triage view also checks the ordinal ↵Xusheng
number. Fix https://github.com/Vector35/binaryninja-api/issues/4590
2023-09-11Fix BinaryView leak on rebase when triage view is enabledPeter LaFosse
2023-08-25Use new macro, old one is deprecated.Alexander Taylor
2023-08-10Add OnNotificationBarrier callback and the ability to selectively enable ↵Brian Potchik
notification callbacks.
2023-03-16Fix triage view crashing when GetDefaultPlatform() is nullGlenn Smith
2023-02-08Remove ifdefs for Qt 5 support.Alexander Taylor
2023-01-23Warning cleanupRusty Wagner
2023-01-05added string list for triage viewop2786
2023-01-05fix for outdated addresses after rebasing in triage viewop2786
2023-01-05set address color to AddressColor for import and export treeop2786
2022-12-08Triage view: update exports list when functions changeGlenn Smith
2022-11-30Triage View: show typelib status of importsGlenn Smith
2022-11-10Include C++ standard headersChristian Blichmann
When compiling in C++ mode, the C++ standard library headers should be included instead of their C counterparts. Drive-by: - Removed include of `json/json.h` from `settings.cpp`, where it was not used
2022-11-10Fix rendering of code lines when scrolling right, fix TokenizedTextView exampleRusty Wagner
2022-09-29Add 'Libraries' group to Triage summaryPeter LaFosse
2022-08-31update triage view copying fieldsJordan Wiens
2022-07-04Default triage offset to bv entryJosh F
2022-05-04Remove remaining traces of qt5Josh F
2022-02-07Triage view: respect "prefer graph view" settingGlenn Smith
Closes #2941
2022-02-03CMake: consistency with arch/platform pluginsGlenn Smith
2022-02-02Fix examples including binaryninjaapi twice on internal buildsGlenn Smith
2022-02-02Fancier CMake: find scripts, out-of-tree example buildsGlenn Smith
2022-01-28Format All FilesKyleMiles
2021-10-19TriageView: Timestamp hexrose
2021-10-08Fix TriageView crashrose