summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-11-21fix documentation keyword current_raw_offsetJordan Wiens
2023-11-16Special color for exported symbolsGlenn Smith
Imports have their own color, so exports can too
2023-11-16Initial components UI update.Brian Potchik
2023-11-14Fix a number of leaks and bad uses of free in the apiGlenn Smith
See https://github.com/Vector35/binaryninja-api/issues/4751
2023-11-14Print more details when IL could not be loadedJosh Ferrell
2023-11-13Add fmt library to apiGlenn Smith
2023-11-10Fix ARM64 Linux buildRusty Wagner
2023-11-10Add support for object settingsJosh Ferrell
2023-11-10Add "password" setting typeJosh Ferrell
2023-11-10Update documentation for APIs that return IL Labels, fix GetLabelForAddress ↵Peter LaFosse
parameter
2023-11-09Correctly free demangled nameDan Killinger
2023-11-08Allow users to override variable complexity limitJosh Ferrell
2023-11-08Add UIDF actions to variable listJosh Ferrell
2023-11-08Variable list improvementsJosh Ferrell
- Add back header for variable list - Add warning to variable list when function exceeds configured complexity - Navigate to data variables from variable list - Add filtering to variable list
2023-11-07Stop drawing blank widgets in sidebar headers.Alexander Taylor
2023-11-07Memory Map: Allow use in a pane.Alexander Taylor
2023-11-07Revert "Add support for transient scrollbars."Alexander Taylor
This reverts commit 40642b7fc3b212066093952e4adcd77da5e18177.
2023-11-07Make non "if_available" il accessors throw ILException, create exceptions.py ↵Josh Ferrell
for custom exception types
2023-11-07Support navigating to a raw address when the data offset is double-clickedXusheng
2023-11-06Type Containers: API DocsGlenn Smith
2023-11-06Type BrowserGlenn Smith
2023-11-06Type ContainersGlenn Smith
2023-11-06Allow setting UIDF on any mlil/hlil usageJosh Ferrell
2023-11-06Fix NameList.StringSize() for empyty NameListsPeter LaFosse
2023-11-03Add typelib explorer examplePeter LaFosse
2023-11-03Add support for showing compiler information in the triage summaryPeter LaFosse
2023-11-03Fix 'Type.with_replaced_*' APIsPeter LaFosse
2023-11-03Add some guardrails around creating NamedTypeReferencesPeter LaFosse
2023-11-03Add 'parsers' property and ensure DebugInfo APIs free properly on internal ↵Peter LaFosse
errors
2023-11-02Ensure Type objects are created correctly everywhere and add guardrailPeter LaFosse
2023-11-01Style FilterEdit search bars with an icon.Alexander Taylor
2023-11-01Add support for transient scrollbars.Alexander Taylor
2023-11-01Add interaction.get_large_choice_input for large numbers of optionskat
2023-11-01Update developer mode preferences. (skip-ci)Brian Potchik
2023-10-31Add member for indicator paint option.Alexander Taylor
2023-10-28Update developer mode preferences.Brian Potchik
2023-10-25Remove unnecessary error from get_tag_type.Alexander Taylor
2023-10-25DWARF Import : Better detection and handling of malformed DWARF info; ↵KyleMiles
Resolves #4682
2023-10-24fix tip formattingJordan Wiens
2023-10-19fix parse_type_string cross-referencesJordan Wiens
2023-10-19remove copy pasta from a few python examplesJordan Wiens
2023-10-18add rebase API exampleJordan Wiens
2023-10-18add more resources to starting guideJordan Wiens
2023-10-18remove obsolete breathe bug referenceJordan Wiens
2023-10-18add missing descriptions of example pluginsJordan Wiens
2023-10-18describe auto tagsJordan Wiens
2023-10-18make print_all_types example easier to readJordan Wiens
2023-10-17BNGetVariablesForParameters register list also works for float regsRusty Wagner
2023-10-16Fix an issue with BinaryReader::ReadPointer that occured when reading ↵kat
pointers smaller than 64 bits
2023-10-11update documentation on BN_DEBUG_EXCEPTION_TRACESJordan Wiens