summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-02-07use generic versionmartin
2024-02-07add function set_can_return_auto and set_can_return_usermartin
2024-02-06New Tab Redesignkat
- Adds some fixes for Animation, an Update info support class and other small things required
2024-02-06UI Animation Subsystemkat
2024-02-06Prevent crash in BinaryView.get_external_locationsJosh Ferrell
2024-02-06Fix project settings.Brian Potchik
2024-02-05Fix undefined behavior on closeJosh Ferrell
2024-02-05When using focus sidebar actions, obey toggle mode optionsRusty Wagner
2024-02-05Make find widget work better in vertical formatRusty Wagner
2024-02-05Use per view type context sensitivity for most sidebar widgets to ↵Rusty Wagner
significantly reduce resource usage when multiple panes are open
2024-02-05Improve focus handling in sidebarsRusty Wagner
2024-02-05Use new splitter in panesRusty Wagner
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