summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2025-05-07[Rust] Fix a pre-existing formatting issue CI is complaining aboutMark Rowe
2025-05-07[Rust] Add Function::variable_typeMark Rowe
2025-05-06Memory map UI improvementsMason Reed
2025-05-06[SharedCache] Add activities to core.function.metaAnalysis rather than a new ...Mark Rowe
2025-05-07Correct typos in Function.add_tag docs. Fixes #6796Malware Utkonos
2025-05-06[SharedCache]"Fix" possible deadlock when loading images from the UIMason Reed
2025-05-06Add cast to partial var accesses in pseudo C/RustBrandon Miller
2025-05-05Fix order of constructor arguments in VariableNameAndType.from_identifier and...Galen Williamson
2025-05-04Add a setting to disable creating a backing memory region for SVD regionsMason Reed
2025-05-04[Rust] Fix a pre-existing formatting issueMark Rowe
2025-05-04[Rust] Avoid leaking a reference within {Medium,High}LevelILFunction::ssa_formMark Rowe
2025-05-03[SharedCache] Avoid reading header fields outside of the bounds of the headerDaniel Roethlisberger
2025-05-02add important concept documentation on IL existingJordan Wiens
2025-05-02[SharedCache] Have VirtualMemoryReader get the address size from the underlyi...Mark Rowe