summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2023-10-10Add `DebugInfo.parsers`; fix DebugInfo.get_parsers to return strings instead ↵KyleMiles
of byte strings; Resolves #4652
2023-10-09Add module members to table of contents in api docsJosh Ferrell
2023-10-09Dont filter on platform when enumerating callees, issue #4672Andrew Lamoureux
2023-10-08initial platform type documentationJordan Wiens
2023-10-08remove duplicate type view docsJordan Wiens
2023-10-05Allow SidebarWidgets to provide notificaiton of closingPeter LaFosse
2023-10-04Remove BNILInstructionAttribute SrcInstructionIsAtomicAndrew Lamoureux
2023-10-04document environment variablesJordan Wiens
2023-10-02better explanation in top matter of install_api example scriptJordan Wiens
2023-10-02Default constructed ViewLocations should have an unspecified IL view type.Brian Potchik
2023-10-02Add GetEnd to Section API.Brian Potchik
2023-09-30Add two values to enum BNILInstructionAttributeAndrew Lamoureux
SrcInstructionIsAtomic for when the lifted instr is atomic SrcInstructionUsesPointerAuth when lifted instr uses aarch64 PAC, etc.
2023-09-29Fix cross reference list artifacts on horizontal scrollingRusty Wagner
2023-09-29DWARF Import : Misc code cleanup, improvements, and enabling by default changesKyleMiles
This includes: Gracefully handle missing DIE references Partially revert 7849cda Misc DWARFv5 Fixes Speed Improvements Fix crash on unexpected EOF Partially revert 0d5fe9ec8963a26361b8bf1af17e029afc87f952 and Correctly initialize DWARF Import plugin
2023-09-29better documentation for BN_USER_DIRECTORY environment variableJordan Wiens
2023-09-28correct LibraryFunctionSymbol documentationJordan Wiens
2023-09-28remove duplicate text in docsJordan Wiens
2023-09-28Minor updates for Python binding generation of UI APIRusty Wagner
2023-09-28Update to Qt 6.5.3Rusty Wagner
2023-09-28Fix demo build issue on Linux due to failure to create symlink for ↵Xusheng
libbinaryninjacore.so.1
2023-09-27Maintain subgroup selection in Settings UI.Brian Potchik
2023-09-27Optimize settings UI to minimize loading time.Brian Potchik
2023-09-26add example to batch docs on triggering plugin commandsJordan Wiens
2023-09-26Settings UI layout optimizations.Brian Potchik
2023-09-25Fix uninitialized variable warning on index resetRusty Wagner
2023-09-25Turn off warnings in third party jsoncpp codeRusty Wagner
2023-09-25Remove implicit dependencies to fix new warning in latest XcodeRusty Wagner
2023-09-24Update settings documentation.Brian Potchik
2023-09-24Add action to open settings for current binary view.Brian Potchik
2023-09-20standardize deprecation format and linkify suggestionsJordan Wiens
2023-09-20Rust API: Fix load settings not being the right load settingsGlenn Smith
There is a distinction between *default* load settings and just load settings. Rust did not have this distinction and was using the default settings for a function that was not labelled default.
2023-09-20Fix doc comment on Function.add_tagKyleMiles
2023-09-20Rust API : FFI Fix, was leaking some non-null-terminated strings to the ↵KyleMiles
core..fix passing a nullptr to `load`
2023-09-20Properly initialize m_resultAmbiguous in various address dialogsXusheng
2023-09-19Update documentation on llil mul, muludp, mulsdpAndrew Lamoureux
- size describes input operands, not outputs - mult for when only lower half of product is needed - when full product needed, must specify signed/unsigned