index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
examples
/
pdb-ng
/
src
Age
Commit message (
Expand
)
Author
2025-01-25
Rust refactor
Mason Reed
2024-11-12
Fix misc warning in rust examples
Mason Reed
2024-11-11
Add actual logger api to rust
Mason Reed
2024-11-04
Remove ability to panic on pre-initialized logger in rust
Mason Reed
2024-09-25
Respect resource settings for network.pdbAutoDownload
Josh Ferrell
2024-09-19
Add additional testing and handling for object settings.
Brian Potchik
2024-07-26
Add `VariableSourceType` type alias
Michael Krasnitski
2024-07-09
Fix rust warning
Josh Ferrell
2024-06-13
Apply stack variables from DWARF
Josh Ferrell
2024-06-10
Large PDB parsing performance improvements
Josh Ferrell
2024-06-04
PDB: Skip all the HEAD requests and just go straight to GET
Glenn Smith
2024-06-04
PDB: Server list should not be sorted
Glenn Smith
2024-06-04
PDB: Setting to control use of interaction api
Glenn Smith
2024-06-04
PDB: Option to disable parsing symbols
Glenn Smith
2024-06-04
PDB: Fix "found X types" message
Glenn Smith
2024-06-04
PDB: Ignore the formal vtable types (array of void function pointers)
Glenn Smith
2024-06-04
PDB: Prefer private symbols to public
Glenn Smith
2024-06-04
PDB: Fix confidence on demangled symbols
Glenn Smith
2024-06-04
PDB: Swap hashmap -> btreemap for determinism
Glenn Smith
2024-04-22
Public release of PDB parser plugin
Glenn Smith