index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
pdb-ng
Age
Commit message (
Expand
)
Author
2026-05-26
[PDB] Fix crash when no default calling convention is registered
Mason Reed
2026-05-22
Refactor calling convention Rust API to allow default implementations
Rusty Wagner
2026-05-22
Add handling of structure returns and parameters in Windows x86/x64 calling c...
Rusty Wagner
2026-05-22
Refactor calling conventions to support correct representation of structures
Rusty Wagner
2026-05-10
[Rust] Refactor `binary_view` module
Mason Reed
2026-04-22
[PDB Import] Only adjust sp-relative locals on x86_64
Josh Ferrell
2026-04-21
[PDB Import] Collect locals and params from blocks contained in a FrameProcedure
Josh Ferrell
2026-04-21
[PDB Import] Improve recovery of sp-based locals
Josh Ferrell
2026-04-21
[PDB Import] Initial support for loading locals
Josh Ferrell
2026-04-20
[PDB Import] Fix calculation of struct bitfield member offsets
Josh Ferrell
2026-03-29
[PDB Import] Fix headless being prompted with an interaction for mismatched PDB
Mason Reed
2026-02-23
[Rust] Refactor `FileMetadata` file information
Mason Reed
2026-02-23
[Rust] Fix plugins being referenced in `cargo about` output
Mason 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-01
update copyrights for 2026
Jordan Wiens
2025-12-29
[PDB] Remove `QualifiedName` state
Mason Reed
2025-12-29
Fix vtable type name parsing
Truman Kilen
2025-12-15
Fix PDB bitfield members importing with wrong offset (#7797)
Truman Kilen
2025-12-05
[Rust] Do not clean out-of-tree dependencies for incremental builds
Mason Reed
2025-10-23
Support bitfields in type system
Mason Reed
2025-10-22
[Rust] Refactor download provider module to allow for custom implementations
Mason Reed
2025-08-21
Add support for automatically loading PDB/DWARF info from sibling files in pr...
Josh Ferrell
2025-08-20
[Rust] Misc formatting fixes
Mason Reed
2025-08-14
[Mac] Consistently specify rpaths for plug-ins
Mark Rowe
2025-08-06
[Rust] Take download callbacks by reference to avoid boxing
Mason Reed
2025-06-25
Fix compiler warnings in PDB type parser.
Alexander Taylor
2025-06-25
Update CXX_STANDARD to 20.
Alexander Taylor
2025-06-13
[Rust] Misc API additions/docs and formatting fixes
Mason Reed
2025-05-13
[CMake] Report compatibility with 3.15 to silence deprecation warnings
Glenn Smith
2025-05-12
[Rust] Reduce usage of `IntoCStr` in function signatures
Mason Reed
2025-05-12
[Rust] Misc clippy lints
Mason Reed
2025-04-10
Fix function type construction leaking in Rust API
Mason Reed
2025-03-28
belated copyright year update
Jordan Wiens
2025-02-17
Fix some misc Rust CMakeLists.txt issues
Mason Reed
2025-02-13
Add licensing check for Rust code
Mason Reed
2025-01-27
Fix building rust tests in demo mode
Mason Reed
2025-01-25
Fix incorrect immutable borrow for EnumerationBuilder
Mason Reed
2025-01-25
Bump `thiserror` and `itertools`
Mason Reed
2025-01-25
Fix statically linking PDB import plugin for demo builds
Mason Reed
2025-01-25
Rust refactor
Mason Reed