emesare / binja-msvc

Parses and symbolizes MSVC RTTI information in Binary Ninja.
MIT License
25 stars 6 forks source link

Identify heap constructors #5

Open emesare opened 1 year ago

emesare commented 1 year ago

Identifying heap constructors will greatly help in generating better class object types as member variables might be assigned in these functions.