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

idb-import plugin causes memory leak #4

Description

@xusheng6

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions