summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)Author
2026-02-23[Rust] Misc documentation and cleanupMason Reed
2026-02-23[BNTL] Misc improvementsMason Reed
2026-02-23[BNTL Utils] Fix misc clippy lintsMason Reed
2026-02-23Add BNTL utility pluginMason Reed
2026-02-23[Python] Add missing `TypeLibrary.duplicate` APIMason Reed
2026-02-23[Rust] Refactor `FileMetadata` file informationMason Reed
2026-02-23[Rust] Fix plugins being referenced in `cargo about` outputMason Reed
2026-02-22[WARP] Allow containers to be constructed programmatically (#7952)Mason Reed
2026-02-10Fix rpath of workflow_objc on macOSMark Rowe
2026-02-06Add regex and case sensitivity options to FilterEditJosh Ferrell
2026-02-06[DWARF Import] Do not wrap pointer types in named type referencesJosh Ferrell
2026-01-14Allow controlling which address is used for instructions created when inlinin...Mark Rowe
2026-01-13[RTTI] Improve virtual function discoveryMason Reed
2026-01-11[DWARF] Fix misc missing imports from `log` => `tracing`Mason Reed
2026-01-11[Rust] Update examples to use tracingMason Reed
2026-01-11[Rust] Enter more session scoped tracing spans for debug info and binary view...Mason Reed
2026-01-11[Rust] Replace `log` with `tracing`Mason Reed
2026-01-08[DWARF Import] Fix potential hang when encountering some unhandled DW_AT_loca...Josh Ferrell
2026-01-07Fix Windows buildXusheng
2026-01-01update copyrights for 2026Jordan Wiens
2025-12-29[PDB] Remove `QualifiedName` stateMason Reed
2025-12-29Fix vtable type name parsingTruman Kilen
2025-12-20Fix many of the warnings that show up when compiling with GCC 15.2Mark Rowe
2025-12-15Fix PDB bitfield members importing with wrong offset (#7797)Truman Kilen
2025-12-15[WARP] Allow multi-round matching to resolve matching function dependenciesMason Reed
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-13[WARP] Fix `warp_headless` example not linking binaryninjacore (#7787)Mason Reed
2025-12-11[ObjC] Don't override the core.function.metaAnalysis workflow descriptionMark Rowe
2025-12-10[Rust] Move architecture module code into more reasonable filesMason Reed
2025-12-09[Rust] Fix misc formattingMason Reed
2025-12-09[DWARF Import] Do not link functions without addresses to externsJosh Ferrell
2025-12-08Introduce an RAII type for managing bulk symbol modificationsMark Rowe
2025-12-05[Rust] Do not clean out-of-tree dependencies for incremental buildsMason Reed
2025-12-05[Rust] Fix misc clippy lints and warningsMason Reed
2025-12-05[Rust] Bump pinned version to 1.91.1Mason Reed
2025-12-01[ObjC] Support removing reference counting operations in more places in the s...Mark Rowe
2025-12-01[WARP] Consult type library function objects when matched function has no exp...Mason Reed
2025-12-01[RTTI] Add more error checking for malformed PE binariesMason Reed
2025-12-01[RTTI] Skip MSVC VFT sweep if we never collected any class information in the...Mason Reed
2025-11-28[DWARF] Fix loading Fat Mach-O debug filesJosh Ferrell
2025-11-25[WARP] Stop propagating skipped file error when processing archivesMason Reed
2025-11-25[WARP] Fix leaking binary view on empty viewsMason Reed
2025-11-19[DWARF] Improve logging when loading fails, remove extra bv creationJosh Ferrell
2025-11-19[DWARF] Fix incorrect error messages for empty lexical blocksJosh Ferrell
2025-11-19Allow loading supplementary dwarf debug info from path in .gnu_debugaltlinkJosh Ferrell
2025-11-16[DWARF] Fix crash in dwarf export with detached NTR vtable data variableMason Reed
2025-11-16[WARP] Fix unused rerun matcher checkbox when loading file on diskMason Reed