Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

idb-import plugin causes memory leak #4

Open
xusheng6 opened this issue Aug 22, 2022 · 0 comments
Open

idb-import plugin causes memory leak #4

xusheng6 opened this issue Aug 22, 2022 · 0 comments

Comments

@xusheng6
Copy link
Member

idb-import plugin is causing memory leak on BinaryNinjaCore::BinaryView object. I put a breakpoint on the dtor BinaryView::~BinaryView(), and I close the last tab of a binary. If the idb-import plugin is enabled, then the dtor is not called; if I disable the idb-import plugin, then the dtor gets called as expected. It seems like the plugin is causing a memory leak. I am not sure whether this is caused by the plugin itself, or the rust binding.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant