summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2024-01-04add warning for session_data being ephemeral to docsJordan Wiens
2024-01-04Add local label symbol type to always prioritize normal local symbols over ↵Rusty Wagner
compiler generated labels
2024-01-04Add RISC-V relocations required by Linux kernel modulesRusty Wagner
2024-01-04Add GetRelocationsAt APIRusty Wagner
2024-01-04Add RISC-V architecture pluginRusty Wagner
2024-01-04Use unwrap_or_else to avoid running error path code when there isn't an errorRusty Wagner
2024-01-04Support function recognizers in Rust architecture pluginsRusty Wagner
2024-01-04Support relocations in Rust architecture pluginsRusty Wagner
2024-01-04Support patching in Rust architecture pluginsRusty Wagner
2024-01-04Support assemble callback in Rust architecture pluginsRusty Wagner
2024-01-04Support register stacks in Rust architecture pluginsRusty Wagner
2024-01-04Support intrinsics in Rust architecture pluginsRusty Wagner
2024-01-04Build fmt library as PIC. Fix ↵Xusheng
https://github.com/Vector35/binaryninja-api/issues/4859
2023-12-27Add file path tooltips to tabsJosh Ferrell
2023-12-23Add support for writable object settings that are rendered as a table.Brian Potchik
2023-12-22add more documentation about specifying the full path for install_api.pyJordan Wiens
2023-12-19add SSA to important conceptsJordan Wiens
2023-12-15Add automatic table generateion support for serialized objects in the ↵Brian Potchik
settings UI.
2023-12-14Fix object settings.Brian Potchik
2023-12-13Fix TypeContainer's instantiation of Type objectsPeter LaFosse
2023-12-11Update to Qt 6.6.1Rusty Wagner
2023-12-08Add support for main function detection in x64 Windows binariesXusheng
2023-12-06Improve partial access resolution when one of the uses is an automatically ↵Rusty Wagner
discovered register parameter
2023-12-06Add LLIL/MLIL instructions to describe integer vs. floating point argument usageRusty Wagner
2023-12-06DWARF Import : Check if functions already exist at parsed addresses and copy ↵KyleMiles
their platform info if they do. Resolves #4798
2023-12-05Fix cmake dependency for dwarf import/exportKyleMiles
2023-12-05Resolves #3714: Adds core initialization/shutdown wrapper object (to the ↵KyleMiles
Rust API) that you can initialize at the top of your script and it'll auto-cleanup at the end of your script. Also some misc doc fixes.
2023-12-04Rust API : Fix some clippy warningsKyleMiles
2023-12-04Resolves #4774: Lifetimes were causing strings to get garbage collected ↵KyleMiles
before use in SymbolBuilder::create (Rust API)
2023-12-04Replace NULL with nullptr for some default initialization.Brian Potchik