summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-12-15[WARP] Misc cleanupMason Reed
2025-12-15[WARP] Skip non-defined function symbols when collecting constraintsMason Reed
2025-12-15[Rust] Add `Function::defined_symbol` to use when getting the default functio...Mason Reed
2025-12-15[WARP] Deduplicate matched functions within the matcher implicitlyMason Reed
2025-12-15[MachO] Fix handling of relocations for self-bound data symbolsMark Rowe
2025-12-13[WARP] Fix `warp_headless` example not linking binaryninjacore (#7787)Mason Reed
2025-12-13[Rust] Add more type library examples (#7786)Mason Reed
2025-12-12Generator: Detect flag enums and use IntFlag insteadGlenn Smith
2025-12-12Generator: Fix <4 byte signed enums with negative membersGlenn Smith
2025-12-12Python: Make raw operand conversion functions privateGlenn Smith
2025-12-12add mention of windows defenderJordan Wiens
2025-12-11Use constexpr arrays for metadata about IL instruction operandsMark Rowe
2025-12-11Specify fixed underlying types for enums exposed by coreMark Rowe
2025-12-11[ObjC] Don't override the core.function.metaAnalysis workflow descriptionMark Rowe
2025-12-11update docstring check script so we can include that in ciJordan Wiens
2025-12-11add script for validating white space in mkdocs, and many whitespace fixesJordan Wiens
2025-12-11[MIPS] Don't add a default branch type for jalrBrandon Miller
2025-12-11[MIPS] Mark `jalr[.hb] $zero, $ra` as a return instructionRong "Mantle" Bao
2025-12-11Plugin api docs typos fix (#7751)Max Stanchin
2025-12-11Remove misc stray backticks in python docs (#7776)utkonos
2025-12-11Fix misc formatting in docs (#7773)utkonos
2025-12-11[Rust] Implement data notification APIRubens Brandão
2025-12-10[Rust] Fix untyped `expr_idx` within MLIL `ILReferenceSource`Mason Reed
2025-12-10[Rust] Add APIs to retrieve type archives for a binary viewMason Reed
2025-12-10[Rust] New type for `TypeArchiveId`Mason Reed
2025-12-10[Rust] Add module comment to data rendererMason Reed
2025-12-10[Rust] Refactor `AnalysisProgress` returned from `BinaryViewExt::analysis_pro...Mason Reed
2025-12-10[Rust] Remove deprecated MLIL functionsMason Reed
2025-12-10[Rust] Impl `Display` for `FileMetadata`Mason Reed
2025-12-10[Rust] Impl `Display` for `Symbol`Mason Reed
2025-12-10[Rust] Add string reader helpers and fix `analysis_info`Mason Reed
2025-12-10[Rust] More architecture module documentation and misc cleanupMason Reed
2025-12-10[Rust] Add simple architecture testsMason Reed
2025-12-10[Rust] Make `InstructionTextToken` field `expr_index` optionalMason Reed
2025-12-10[Rust] Remove `UnusedRegisterStackInfo` and update architecture documentationMason Reed
2025-12-10[Rust] Add misc documentationMason Reed
2025-12-10[Rust] Misc cleanup for ABBMason Reed
2025-12-10[Rust] Impl `Display` for `VersionInfo`Mason Reed
2025-12-10[Rust] Move architecture module code into more reasonable filesMason Reed
2025-12-10[Rust] Remove redundant `ArchAndAddr` typeMason Reed
2025-12-10[Rust] Fix leaking list in `Function::guided_source_blocks`Mason Reed
2025-12-10[Rust] Add `LowLevelILSSARegister` type (#7745)Mason Reed
2025-12-10[Rust] Fix crash when calling `LowLevelILFunction::generate_ssa_form` without...Mason Reed
2025-12-09Fix show_message_box crashing with `None` description in Python (#7748)utkonos
2025-12-09[Rust] Fix misc formattingMason Reed
2025-12-09Python: Fix enums not being casted to their types in generatorGlenn Smith
2025-12-09[DWARF Import] Do not link functions without addresses to externsJosh Ferrell
2025-12-08Allow overriding the IL source location that is used by *ILInstruction::CopyToMark Rowe
2025-12-08[KernelCache] Wrap section creation within BeginBulkAddSegments / EndBulkAddS...Mark Rowe
2025-12-08[DSC] Wrap section creation within BeginBulkAddSegments / EndBulkAddSegmentsMark Rowe