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
Age
Commit message (
Expand
)
Author
2026-05-28
[RTTI] Add a fast-fail to the Itanium RTTI parser for large unbacked sections
Mason Reed
2026-04-13
[RTTI] Fix Itanium RTTI scan failing to symbolize objects with extern typeinfo
Mason Reed
2026-02-23
[RTTI] Scope loggers to the associated view
Mason Reed
2026-01-13
[RTTI] Improve virtual function discovery
Mason Reed
2026-01-07
Fix Windows build
Xusheng
2025-12-20
Fix many of the warnings that show up when compiling with GCC 15.2
Mark Rowe
2025-12-08
Introduce an RAII type for managing bulk symbol modifications
Mark Rowe
2025-12-01
[RTTI] Add more error checking for malformed PE binaries
Mason Reed
2025-12-01
[RTTI] Skip MSVC VFT sweep if we never collected any class information in the...
Mason Reed
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-30
[CMake] Specify CONFIGURE_DEPENDS for all file(GLOB ..)
Mark Rowe
2025-07-29
Add support for declarative downstream dependencies to workflow system.
Brian Potchik
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
Update CXX_STANDARD to 20.
Alexander Taylor
2025-06-25
Remove implicit conversions from Confidence to underlying type, these can cau...
Rusty Wagner
2025-05-23
Add aliases for the RTTI/VFT analysis activities.
Brian Potchik
2025-05-23
[RTTI] Fix exception in binary with a erroneous class hierarchy descriptor
Mason Reed
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-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-05-13
[CMake] Report compatibility with 3.15 to silence deprecation warnings
Glenn Smith
2025-05-09
[RTTI] Loosen section semantic sanity checks in Itanium RTTI processing
Mason Reed
2025-05-09
[RTTI] Handle type names emitted by GCC with a leading `*`
Mark Rowe
2025-05-09
[RTTI] Handle cxxabi vtables being referenced via RELOC_COPY
Mark Rowe
2025-05-02
Add core decompiler loop as a dependency of VFT analysis to ensure newly intr...
Brian Potchik
2025-04-26
Fix some RTTI information being overwritten by empty class info
Mason Reed
2025-04-26
Demangle more types in Itanium RTTI
Mason Reed
2025-04-25
Fix Itanium RTTI skipping type info with stripped root type info object
Mason Reed
2025-04-21
Fix Itanium VFT analysis crashing when possible VFT at section start boundary
Mason Reed
2025-04-21
Fix misc invalid root type info construction in Itanium RTTI
Mason Reed
2025-04-15
Include RTTI analysis in free version
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-29
Remove ineffective call to UpdateAnalysis in VFT plugin.
Brian Potchik
2025-03-27
RTTI: Add background task back and make it cancellable
Mason Reed
2025-03-27
RTTI: Get rid of useless log message
Mason Reed
2025-03-23
Fix misc crashes with Itanium RTTI and improve 32bit support
Mason Reed
2025-03-23
Make sure to trigger analysis updates after VFT analysis
Mason Reed
2025-03-20
Rename msvc_rtti plugin to rtti plugin
Mason Reed
2025-03-20
Fix misc Itanium RTTI OOB read on binary view
Mason Reed
2025-03-19
Fallback to GNU3 demangler in Itanium RTTI
Mason Reed
2025-03-19
Handle statically linked Itanium RTTI
Mason Reed
2025-03-19
Demote timing logs in RTTI plugin to debug level
Mason Reed
2025-03-19
Update RTTI README.md
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
[next]