summaryrefslogtreecommitdiff
path: root/rust/src/debuginfo.rs
AgeCommit message (Expand)Author
2026-05-10[Rust] Refactor `binary_view` moduleMason Reed
2026-01-11[Rust] Enter more session scoped tracing spans for debug info and binary view...Mason Reed
2026-01-01update copyrights for 2026Jordan Wiens
2025-12-15[Rust] Return Array in more debug info functions (#7744)Mason Reed
2025-05-12[Rust] Reduce usage of `IntoCStr` in function signaturesMason Reed
2025-05-12[Rust] Rename `AsCStr` to `IntoCStr`Mason Reed
2025-05-12[Rust] More cleanup regarding `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] More cleanupMason Reed
2025-05-12[Rust] Return `String` instead of `BnString` for cases where lossy conversion...Mason Reed
2025-04-10Fix function type construction leaking in Rust APIMason Reed
2025-03-28belated copyright year updateJordan Wiens
2025-02-13Fix leaking BNDataVariableAndName when calling BNGetDebugDataVariableBy funct...Mason Reed
2025-01-25Rust refactorMason Reed
2024-07-09Rust API : Fix misc clippy warningsKyleMiles
2024-06-13Apply stack variables from DWARFJosh Ferrell
2024-05-10use the new public/private Array trait implRubens Brandao
2024-05-10hide array implementation detailsRubens Brandao
2024-05-09fix GAT CoreArrayWrapper implRubens Brandao
2024-05-09fix rust doc codeRubens Brandao
2024-05-01rust: account for changes to NameAndType bindingsRyan Snyder
2024-05-01Merge branch 'name-and-type-transparent' of github.com:rbran/binaryninja-api ...Ryan Snyder
2024-04-17remove unecessary and crash causing zeroed call initsRubens Brandao
2024-04-17use Ref to own typesRubens Brandao
2024-04-17allow DataVariable and NameAndType to be transmutableRubens Brandao
2024-01-19Add support for components in debug infoKyleMiles
2024-01-08update copyright yearJordan Wiens
2023-05-08Pass debug file along with original file to debug info parsersKyleMiles
2023-04-18Rust API : Misc Changes and ImprovementsKyleMiles
2023-03-22DebugInfo: Make datavar types have confidenceGlenn Smith
2023-01-10Remove unused impls of `AsRef<T> for T`Michael Krasnitski
2023-01-06Rust API: Additional CleanupMichael Krasnitski
2023-01-06Rust API: Clean up APIs by removing artificial mut constriantsKyleMiles
2023-01-06Rust API: Lots and lots of clippy changesKyleMiles
2023-01-06Fix update copyright year leftoverXusheng
2022-10-09Remove default load settings; Move settings `analysis.debugInfoInternal` and ...KyleMiles
2022-10-04Fix cargo warnings about unused imports; cargo fmtKyleMiles
2022-10-04Rename and move `Analysis/Database Merge Tool` to `File/Merge Databases`; Add...KyleMiles
2022-09-29DebugInfo: make parseInfo have a progress callbackGlenn Smith
2022-09-29DebugInfo: take entire Type for function instead of by-partsGlenn Smith
2022-09-29Make DebugInfo::parse failableGlenn Smith
2022-09-29[Rust API] Better name for this trait fn, more CC supportGlenn Smith
2022-09-22Add new DebugInfo APIsKyleMiles
2022-08-29Rust API : Update and add copyrightsKyleMiles
2022-07-07Revert 94649dde0d847aa2407d565632f7d2c3cdff32f5: "Add IsExternal callback to ...KyleMiles
2022-06-09Add `IsExternal` callback to debug info APIrose
2022-02-14rust: add ArrayGuard and for non-owned arraysFabian Freyer
2021-08-18Rust API : DebugInfo API FixesKyleMiles
2021-07-07DebugInfo - plugable debug information importers - C++, Rust, and Python APIsKyleMiles