summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-05-07Add "Navigate to Matching Brace"Josh Ferrell
2024-05-07Type Editor: Add "Append Field" actionGlenn Smith
2024-05-07Update Rust PR workflow to check all feature flagsKyleMiles
2024-05-07fix def_sites and use_sites 👀KyleMiles
2024-05-07Add SetVar commonil class to appropriate HLIL instructionKyleMiles
2024-05-07fix def_sites and use_sitesJordan Wiens
2024-05-06Add Minimum Comment Spacing settingJosh Ferrell
2024-05-06Highlight matching indentation lines in linear viewGlenn Smith
2024-05-06Ignore thumb mapping symbols when defining names in ELFJosh Ferrell
2024-05-06Use a flags enum for address offset displayGlenn Smith
2024-05-03Add decimal format for relative address displayGlenn Smith
2024-05-03Format added bracesMason Reed
2024-05-03Bump ABI to 61Mason Reed
2024-05-03Fix options BinaryView case on python demangler being passed incorrectlyMason Reed
2024-05-03Use LLVM demangler as a fallback for GNU and MS demanglersMason Reed
2024-05-03Revert change to api_test.pyMason Reed
2024-05-03Expose LLVM demanglerMason Reed
2024-05-03Fixed typing bug in base detection APIBrandon Miller
Also updated example script to use full analysis by default
2024-05-02Allow users to specify file name displayed in offsetsGlenn Smith
2024-05-02Fix get_functions_by_name when platform is passedJosh Ferrell
2024-05-02Add address display mode optionsGlenn Smith
2024-05-02BinaryView.get_functions_by_name retrieve regardless of platform when no ↵Mason Reed
platform passed
2024-05-01rust: account for changes to NameAndType bindingsRyan Snyder
2024-05-01Merge branch 'fix-vec-leak' of github.com:rbran/binaryninja-api into devRyan Snyder
2024-05-01Merge branch 'fix-into-raw-2' of github.com:rbran/binaryninja-api into devRyan Snyder
2024-05-01Merge branch 'fix-non-escaped' of github.com:rbran/binaryninja-api into devRyan Snyder
2024-05-01riscv: account for minor rust API updatesRyan Snyder
2024-05-01Merge branch 'name-and-type-transparent' of github.com:rbran/binaryninja-api ↵Ryan Snyder
into dev
2024-05-01Merge branch 'fix-form-input-builder' of github.com:rbran/binaryninja-api ↵Ryan Snyder
into dev
2024-05-01Merge branch 'remove-zeroed-init' of github.com:rbran/binaryninja-api into devRyan Snyder
2024-05-01Merge branch 'fix-metadata-from' of github.com:rbran/binaryninja-api into devRyan Snyder
2024-05-01Merge branch 'remove-shrink_to_fit' of github.com:rbran/binaryninja-api into devRyan Snyder
2024-05-01Merge branch 'fix-array-2' of github.com:rbran/binaryninja-api into devRyan Snyder
2024-04-30Add HLIL APIs to fetch the root or by instruction index, and expose the ↵Rusty Wagner
operation size in the Rust API
2024-04-30Add MLIL APIs for getting by instruction index, and expose the operation ↵Rusty Wagner
size in the Rust API
2024-04-30Allow fetching target instruction index in LLIL branches from the Rust APIRusty Wagner
2024-04-30Add parameter_variables API to Function in RustRusty Wagner
2024-04-30Fill out int_arg_registers and float_arg_registers in the Rust APIRusty Wagner
2024-04-30link up methods and properties in base address API docsJordan Wiens
2024-04-30Added Python example script for base detectionBrandon Miller
2024-04-30Python helpers for aborting base detectionBrandon Miller
Also updated and cleaned up documentation
2024-04-30Helpers for querying base detection hitsBrandon Miller
2024-04-30Querying base detection reasons from Python APIBrandon Miller
2024-04-30Python bindings for base address detection APIBrandon Miller
2024-04-29replace Vec into_raw_parts with BoxRubens Brandao
2024-04-26Fix display of possible values in uidf dialogJosh Ferrell
2024-04-26Generate a default name for new enum and union. Fix ↵Xusheng
https://github.com/Vector35/binaryninja-api/issues/5322
2024-04-25example python API documentation on websocketJordan Wiens
2024-04-25Fix WebsocketClient.connect when `headers` is not passedJosh Ferrell
2024-04-25Recognize uClibc MIPS ELF PLT entriesJosh Ferrell