summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2024-05-01Merge branch 'fix-form-input-builder' of github.com:rbran/binaryninja-api int...Ryan Snyder
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 opera...Rusty Wagner
2024-04-30Add MLIL APIs for getting by instruction index, and expose the operation size...Rusty Wagner
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
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 https://github.com/Vector...Xusheng
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
2024-04-25Remove From Conf<Ref<Type>> impl for BNTypeWithConfidenceRubens Brandao
2024-04-25Removed unused function in base detectionBrandon Miller
2024-04-25Changed meaning of base detection results tableBrandon Miller
2024-04-25Base detection rebase navigation improvementBrandon Miller
2024-04-25Using ParseExpression to parse numeric inputsBrandon Miller
2024-04-25Moved TryReadPointer to core BinaryReader classBrandon Miller
2024-04-25Simplified base address detection UIBrandon Miller
2024-04-25Hiding base detection results widgets before runBrandon Miller
2024-04-25Querying candidate base address reasonsBrandon Miller
2024-04-25Base address detection widget in Triage viewBrandon Miller
2024-04-25Fix non-escaped CStrRubens Brandao
2024-04-25Automatically update the element count when the type is changed in the create...Xusheng
2024-04-24improve guide description of viewsJordan Wiens
2024-04-24improve traverse examplesJordan Wiens
2024-04-24improve traverse concepts examplesJordan Wiens
2024-04-24add binaryview to important conceptsJordan Wiens
2024-04-24Define symtab in elf raw viewJosh Ferrell
2024-04-24Do not define symbols from mapping symbolsJosh Ferrell
2024-04-24add missing documentation for interaction APIs and some normalization of phra...Jordan Wiens
2024-04-23initial advanced binary search documentationJordan Wiens
2024-04-23compress additional documentation images for more space savingsJordan Wiens
2024-04-22Fix pdb compile on Free editionGlenn Smith
2024-04-22Public release of PDB parser pluginGlenn Smith
2024-04-21Improve type hints for many __getitem__ implsJosh Ferrell