emesare / binja-msvc

Parses and symbolizes MSVC RTTI information in Binary Ninja.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move analysis to seperate thread

emesare opened this issue · comments

Right now we freeze binja when we run the RTTI scan (on larger binaries ofc)

The freezing is still an issue but performance is now adequate. Have yet to test chrome though and I suspect that will better lend itself to a separate thread.