index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
rtti
/
microsoft.cpp
Age
Commit message (
Expand
)
Author
2025-07-08
[RTTI] Fix leak of BackgroundTask
Mark Rowe
2025-07-04
[RTTI] Fix vtables straddling section boundaries causing a OOB exception
Mason Reed
2025-06-27
[RTTI] Fix itanium vft analysis adding misaligned functions for thumb2
Mason Reed
2025-06-25
Remove implicit conversions from Confidence to underlying type, these can cau...
Rusty Wagner
2025-05-23
[RTTI] Fix exception in binary with a erroneous class hierarchy descriptor
Mason Reed
2025-05-17
[RTTI] Fix crash with zeroed base class descriptor
Mason Reed
2025-05-16
Fix crash with invalid vtable info when processing MSVC vftables
Mason Reed
2025-04-08
Improve MSVC VFT analysis speed and accuracy
Mason Reed
2025-04-08
Add misc cancellation points in RTTI analysis
Mason Reed
2025-03-27
RTTI: Add background task back and make it cancellable
Mason Reed
2025-03-19
Demote timing logs in RTTI plugin to debug level
Mason Reed
2025-03-19
Handle base class VFT processing better for MSVC RTTI
Mason Reed
2025-03-19
Refactor and fixup MSVC and Itanium RTTI
Mason Reed
2025-03-19
Itanium RTTI scaffolding
Mason Reed