Phying News
Curated security research, vulnerabilities, advisories and tools for practitioners.

Devirtualizing C++ with Binary Ninja

Summary

A Binary Ninja plugin example resolves C++ virtual calls: LLIL finds vtable pointers in constructors, register assignments are tracked, and the vtable offset computed to jump to the target function.
Published
Collected

original ↗

Related coverage

back