summaryrefslogtreecommitdiff
path: root/examples/triage/imports.cpp
AgeCommit message (Collapse)Author
2023-03-16Fix triage view crashing when GetDefaultPlatform() is nullGlenn Smith
2023-01-05set address color to AddressColor for import and export treeop2786
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-02-07Triage view: respect "prefer graph view" settingGlenn Smith
Closes #2941
2022-01-28Format All FilesKyleMiles
2021-08-13convert filter search boxes to be always shown and include default textJordan Wiens
2021-04-06Add support for duplicate symbol handling.Brian Potchik
2021-03-16Compatibility with Qt 6Rusty Wagner
2020-06-09Fix warningsRusty Wagner
2019-04-02Add a C++ version of the triage plugin (no Makefile yet)Rusty Wagner