summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-05-12[Rust] Add `CoreRegister` name to the `Debug` implMason Reed
2025-05-12[Rust] Remove unneeded mut from Architecture trait signaturesMason Reed
2025-05-12[Rust] Support SSA form properly in low level ILMason Reed
2025-05-12[Rust] Fix misc typosMason Reed
2025-05-12[Rust] Flow graph API improvementsMason Reed
2025-05-12[Rust] Misc cleanupMason Reed
2025-05-12[Rust] Implement custom interactive handlerrbran
2025-05-12[Rust] Add doc comments for undo actionsMason Reed
2025-05-12[Rust] Implement `LanguageRepresentation` and `LineFormatter`rbran
2025-05-12[Rust] Improve `FileAccessor`Mason Reed
2025-05-12[Rust] Metadata API improvementsMason Reed
2025-05-12[Rust] Construct a `SectionBuilder` from a `Section`Mason Reed
2025-05-12[Rust] Correct impls for `Section`Mason Reed
2025-05-12[Rust] Retain core string for section stringsMason Reed
2025-05-12[Rust] Add section testsMason Reed
2025-05-12[Rust] Reduce usage of `IntoCStr` in function signaturesMason Reed
2025-05-12[Rust] Add string testsMason Reed
2025-05-12[Rust] Rename `AsCStr` to `IntoCStr`Mason Reed
2025-05-12[Rust] Misc clippy lintsMason Reed
2025-05-12[Rust] More cleanup regarding `BnString`Mason Reed
2025-05-12[Rust] Make `Section::name` return `BnString`Mason Reed
2025-05-12[Rust] Simplify usage surrounding c stringsMason Reed
2025-05-12[Rust] Simplify `BnStrCompatible` traitMason Reed
2025-05-12[Rust] Simplify enterprise initializationMason Reed
2025-05-12[Rust] Misc clippy lintsMason Reed
2025-05-12[Rust] More cleanupMason Reed
2025-05-12[Rust] Remove unused fileMason Reed
2025-05-12[Rust] Return `String` instead of `BnString` for cases where lossy conversion...Mason Reed
2025-05-12[Rust] Remove Architecture trait bound on LLIL related structuresMason Reed
2025-05-12[Rust] Pretty print LLIL sub expressionsMason Reed
2025-05-12Improve memory permissions concept section in user documentationMason Reed
2025-05-12Fix leak in LowLevelILFunction::AddLabelMapGlenn Smith
2025-05-12Fix python CoreArchitecture not loading intrinsicsGlenn Smith
2025-05-12Add setting to adjust block indicator widthGlenn Smith
2025-05-09[ObjC] Remove shared cache prefix on a log callMason Reed
2025-05-09[ObjC] Retrieve category's class name when class is an external symbolMark Rowe
2025-05-09[RTTI] Loosen section semantic sanity checks in Itanium RTTI processingMason Reed
2025-05-09[RTTI] Handle type names emitted by GCC with a leading `*`Mark Rowe
2025-05-09[RTTI] Handle cxxabi vtables being referenced via RELOC_COPYMark Rowe
2025-05-10categorize recipes and add new tab recipeJordan Wiens
2025-05-08Implement EFI resolver as a module workflowBrandon Miller
2025-05-08Update EFI resolver GUID renderer for API changesBrandon Miller
2025-05-08misc: formated code and fixed several small issuesZichuan Li
2025-05-08Move EFI Resolver to APIZichuan Li
2025-05-08Change type for TPIDR_EL0 and run the plugin automaticallyZichuan Li
2025-05-08Change types for IDTRZichuan Li
2025-05-07Update BinaryView Python context manager to actually release the BinaryView r...Brian Potchik
2025-05-07Fix AssociatedDataStore behaviorJosh Ferrell
2025-05-07Fix data tags added via API not showing in flow graphs until refreshJosh Ferrell
2025-05-07Fix compiler error with g++15Josh Ferrell