summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-07-16add scc to open source documentation, resolves #7098Jordan Wiens
2025-07-16[PseudoC] Fix handling of struct field accesses at offset 0Mark Rowe
2025-07-16Miscellaneous leak fixes in UI codeMark Rowe
2025-07-16Miscellaneous leak fixes in MachoView and ObjCProcessorMark Rowe
2025-07-16Fix leaks from the Workflow constructorMark Rowe
2025-07-16Mach-O/KernelCache warning cleanupkat
2025-07-16pseudo-c/rust: fix member index hint in field resolutionRyan Snyder
2025-07-15Finish guided analysis feature and add unit tests.Brian Potchik
2025-07-15If type references exceed the xref item limit, other references may be less t...Rusty Wagner
2025-07-15Add the ability to limit the number of results in the cross reference APIsRusty Wagner
2025-07-15Add API to get all type references at the same time to avoid duplicating workRusty Wagner
2025-07-15Added search placeholder for DSCView and KCView.Hongyu Chen
2025-07-15[WARP] Misc improvementsMason Reed
2025-07-15[WARP] Fallback to using segment information for relocatable rangesMason Reed
2025-07-15[WARP] Add network containerMason Reed
2025-07-15[Rust] Update some testsMason Reed
2025-07-15Expose analysis' system call type and name retrievalMason Reed
2025-07-15[Rust] Add `BinaryView::search` and friendsMason Reed
2025-07-15[WARP] Add more options to creating signatures in projectsMason Reed
2025-07-15[WARP] Add example of creating signatures headlessly in pythonMason Reed
2025-07-15[Rust] Misc formattingMason Reed
2025-07-15[KernelCache] Fix misc warningsMason Reed
2025-07-15[WARP] Add `IsInstructionComputedVariant` APIMason Reed
2025-07-15[WARP] Filter out LLIL_JUMP artifacts in lifted ILMason Reed
2025-07-15Fix project handle not being checked for when listing valid pluginsMason Reed
2025-07-15Fix shared cache cmake artifact in kernel cacheMason Reed
2025-07-15Move LLIL instruction retrieval into the LLIL function where it belongsMason Reed
2025-07-15add binexport to open source docsJordan Wiens
2025-07-14Reserve vector capacity when populating vectors in conversion operatorsMark Rowe
2025-07-14Disable outlining in .gnu_debugdata to prevent incorrect symbol definitions.Brian Potchik
2025-07-14Change return type of parse_types_from_string to BasicTypeParserResultAlexander Khosrowshahi
2025-07-14Remove pluginManager.communityUpdateChannel setting in favor of pluginManager...Josh Ferrell
2025-07-14Revert "Update Objective-C Workflow to use the meta workflow."Brian Potchik
2025-07-14Update Objective-C Workflow to use the meta workflow.Brian Potchik
2025-07-14[Mach-O] Handling for special library ordinals used in binding informationkat
2025-07-13[ObjC] Handle LLIL_TAILCALL instructions when analysis.objectiveC.resolveDyna...Mark Rowe
2025-07-13[ObjC] Use NamedTypeReference to refer to id / SEL / BOOLMark Rowe
2025-07-13[ObjC] Handle tail calls to objc_msgSend when applying call type adjustmentsMark Rowe
2025-07-13[ObjC] Fix an off-by-one error that would skip inlining of the first objc_msg...Mark Rowe
2025-07-13[ObjC] Use the appropriate integer size for entries in __objc_ivarMark Rowe
2025-07-12Allow constructing MLILFunction with null LLILFunction/FunctionGlenn Smith
2025-07-12Handle setting -DBN_INSTALL_DIR to the app bundle on macosGlenn Smith
2025-07-12Add support for Assemble/Compile behavior for new Mapped views.Brian Potchik
2025-07-12Fix potential crash in FeatureMap during memory map changes.Brian Potchik
2025-07-12Fix GetDataOffsetForAddress API to properly work for mapped load regions only.Brian Potchik
2025-07-12enhances expandable group to support expandable content and notJordan Wiens
2025-07-12update docs for backtick and python console, resolves #6816Jordan Wiens
2025-07-12Enhance MemoryRegionDialog with comprehensive region type support.Brian Potchik
2025-07-12Add support for unbacked memory regions directly in the memory map.Brian Potchik
2025-07-11Fix UpdateInfoFetcher lifetime issuesMark Rowe