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

@xusheng6

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.

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