summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-02-05Sidebar improvementsRusty Wagner
2024-02-02Fix import_com_type_for_guid for windows x64Peter LaFosse
2024-02-02Link api against CoreServices on macJosh Ferrell
2024-02-02Add dmonJosh Ferrell
2024-02-02Rust API : Misc clippy fixesKyleMiles
2024-02-02Rust API : Add HLIL BindingsRubens Brandao
2024-02-01add header for magic console variables so we can link to themJordan Wiens
2024-02-01RISC-V: Fix disassembly of compressed JAL instructionPete Dietl
Change integer register involved via compressed JAL instruction from 0 (x0 (zero)) to 1 (x1 (ra))
2024-02-01Adds `BinaryView.check_for_string_annotation_type`; Adds ergonomic way of ↵KyleMiles
retrieving string from ConstPtr IL instructions; Resolves #4144
2024-02-01Python API : Add a more flexible/ergonomic visitor pattern called traverse ↵KyleMiles
to LLIL, MLIL, and HLIL Also cleans up some old code patterns in the old visitors
2024-01-31Fix memory leak in type browserJosh Ferrell
2024-01-30Avoid windows CreateFile conflictJosh Ferrell
2024-01-30Make status bar buttons themeable.Alexander Taylor
2024-01-29CMake: Include fmt with EXCLUDE_FROM_ALL to prevent installationGlenn Smith
Fixes Vector35/binaryninja-api#4984
2024-01-29Add creation timestamp to ProjectFileJosh Ferrell
2024-01-25Make new tab bar themable.Alexander Taylor
2024-01-26Add support for Windows local/remote kernel debuggingXusheng
2024-01-25Move NotificationsDispather header to API submodule.Brian Potchik
2024-01-24fix typo on data refs API documentationJordan Wiens
2024-01-23Bump ABI version due to projects changes.Alexander Taylor
2024-01-22Project supportJosh Ferrell
2024-01-21Update ConstantData expression repr.Brian Potchik
2024-01-19DWARF Import : Detect and resolve trivial infinite abstract origin cyclesKyleMiles
2024-01-19DWARF Import : Remove a bunch of CString overheadKyleMiles
2024-01-19Add support for components in debug infoKyleMiles
2024-01-18Standardize variable name across methods.Alexander Taylor
2024-01-18Fix a defaultkat
2024-01-18Tabbar reworkkat
2024-01-18Add __hash__ function to Component classPeter LaFosse
2024-01-15Add 'Merge Variables Here' actionPeter LaFosse
2024-01-15Add ability to merge variables from variables sidebarJon Palmisciano
2024-01-15Add APIs for getting the the base Metadata object for BinaryViews and ↵Peter LaFosse
TypeLibraries
2024-01-12Use ExceptionWithStackTrace in rapidjsonwrapperGlenn Smith
2024-01-12Add QNAT::operator== so unordered_map worksGlenn Smith
Surprised this isn't a thing yet
2024-01-12Add fmt::format for QStringGlenn Smith
2024-01-12Add search box to Merge Variables dialogPeter LaFosse
2024-01-12Add some helpers for reading guid/uuidsPeter LaFosse
2024-01-11Expose the BinaryView::ForgetUndoActions API and use avoid undo actions ↵Xusheng
warning in the debugger
2024-01-10Automatically filter settings based on current scope selection in the ↵Brian Potchik
settings UI.
2024-01-10Remove IDB ImporterKyleMiles
2024-01-09DWARF Export : Fix compatibility with other tools (no longer using DWO names ↵KyleMiles
for DWO sections)
2024-01-08update copyright yearJordan Wiens
2024-01-08Fix BinaryView::GetRelocationsAt C++ APIRusty Wagner
2024-01-08improve linux setup install docs in getting started guideJordan Wiens
2024-01-08Revert "clarify linux and demo setup"Jordan Wiens
This reverts commit 869785ff2ee9b83731b9f8451f8aa4372d74c31e.
2024-01-08Fix crash when adding segments/sections while memory map is openJosh Ferrell
2024-01-06clarify linux and demo setupJordan Wiens
2024-01-05Actually, this specific formatter is unnecessaryGlenn Smith
We don't need a formatter for Confidence<Ref<T>> when we have Confidence<T> and Ref<T> already, so this can just go.
2024-01-05Fix formatters for BinaryNinja::ConfidenceSaagar Jha
2024-01-05Add a new API to get the original image base of the binary view. Fix ↵Xusheng
https://github.com/Vector35/binaryninja-api/issues/4861