summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-30Make status bar buttons themeable.Alexander Taylor
2024-01-29CMake: Include fmt with EXCLUDE_FROM_ALL to prevent installationGlenn Smith
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 TypeLib...Peter LaFosse
2024-01-12Use ExceptionWithStackTrace in rapidjsonwrapperGlenn Smith
2024-01-12Add QNAT::operator== so unordered_map worksGlenn Smith
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 warni...Xusheng
2024-01-10Automatically filter settings based on current scope selection in the setting...Brian Potchik
2024-01-10Remove IDB ImporterKyleMiles
2024-01-09DWARF Export : Fix compatibility with other tools (no longer using DWO names ...KyleMiles
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
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
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 https://...Xusheng
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 co...Rusty Wagner
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