summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2025-09-09Unflatten example: use source labels betterGlenn Smith
2025-09-09Fix and optimize triage view hash calculations for large files.Brian Potchik
2025-08-20Deprecate Workflow::Instance in favor of Workflow::Get and Workflow::GetOrCreateMark Rowe
2025-08-01Support MLIL expr mappings in C++Glenn Smith
2025-08-01Add unflatten workflow example C++ portGlenn Smith
2025-07-30[CMake] Specify CONFIGURE_DEPENDS for all file(GLOB ..)Mark Rowe
2025-07-10Fix the Triage Summary view's exports list to only update when visibleMark Rowe
2025-07-03Change 'Path' to 'Path on disk' in triage summaryAlexander Khosrowshahi
2025-07-03Add GetPathInProject() to core APIAlexander Khosrowshahi
2025-06-25Fix cxx20 compiler warnings.Alexander Taylor
2025-06-25Update CXX_STANDARD to 20.Alexander Taylor
2025-06-25Remove implicit conversions from Confidence to underlying type, these can cau...Rusty Wagner
2025-05-13[CMake] Report compatibility with 3.15 to silence deprecation warningsGlenn Smith
2025-05-13Fix BN_API_BUILD_EXAMPLES for personal buildsGlenn Smith
2025-04-25std::function<bool(size_t,size_t)> ==> ProgressFunctionGlenn Smith
2025-04-16Clean up navigable views and prioritiesGlenn Smith
2025-04-04Also include library in triage imports filter.Alexander Taylor
2025-03-31TriageView setBinaryDataNavigable based on m_byteViewPeter LaFosse
2025-03-21Fix memory leak in base address detectionBrandon Miller
2025-02-13Set default analysis level in BASE to fullBrandon Miller
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-11-25Rename 'defaultAnalysis' to 'baseAnalysis' in the Workflow system.Brian Potchik
2024-09-30Request workflow by name to silence warning (skip-ci).Brian Potchik
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
2024-05-28Solved issue #1180 by adding new APIsZichuan Li
2024-05-23Fix building background_task example plugin on headlessMason Reed
2024-05-22Add background task example pluginMason Reed
2024-05-17Update C++ example code to use BinaryNinja::Load to open a file. Fix https://...Xusheng
2024-04-25Removed unused function in base detectionBrandon Miller
2024-04-25Changed meaning of base detection results tableBrandon Miller
2024-04-25Base detection rebase navigation improvementBrandon Miller
2024-04-25Using ParseExpression to parse numeric inputsBrandon Miller
2024-04-25Simplified base address detection UIBrandon Miller
2024-04-25Hiding base detection results widgets before runBrandon Miller
2024-04-25Querying candidate base address reasonsBrandon Miller
2024-04-25Base address detection widget in Triage viewBrandon Miller
2023-12-06Add LLIL/MLIL instructions to describe integer vs. floating point argument usageRusty Wagner
2023-12-02TriageView Check for valid indexes before navigating to themPeter LaFosse
2023-11-16Special color for exported symbolsGlenn Smith
2023-11-03Add support for showing compiler information in the triage summaryPeter LaFosse