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
/
plugin.cpp
Age
Commit message (
Expand
)
Author
2025-08-20
Deprecate Workflow::Instance in favor of Workflow::Get and Workflow::GetOrCreate
Mark Rowe
2025-08-01
Add LogForException APIs to pass stack trace information separate from the me...
Rusty Wagner
2025-07-29
Add support for declarative downstream dependencies to workflow system.
Brian Potchik
2025-05-23
Add aliases for the RTTI/VFT analysis activities.
Brian Potchik
2025-05-23
[RTTI] Fix typo in some log calls
Mason Reed
2025-05-22
[RTTI] Catch uncaught exceptions to let analysis finish in the event of an th...
Mason Reed
2025-05-02
Add core decompiler loop as a dependency of VFT analysis to ensure newly intr...
Brian Potchik
2025-04-15
Include RTTI analysis in free version
Mason Reed
2025-03-29
Remove ineffective call to UpdateAnalysis in VFT plugin.
Brian Potchik
2025-03-23
Make sure to trigger analysis updates after VFT analysis
Mason Reed
2025-03-19
Refactor and fixup MSVC and Itanium RTTI
Mason Reed
2025-03-19
Consolidate metadata for RTTI processors and a bunch of misc fixes
Mason Reed
2025-03-19
Preliminary Itanium RTTI virtual function table support
Mason Reed
2025-03-19
Itanium RTTI scaffolding
Mason Reed