Skip to content

Support Typedef in deci callbacks #99

@mahaloz

Description

@mahaloz

Overview

In #98 Typedef support was introduced into LibBS for both writing and reading. However, there is no callback support right now (in any decompiler) like there is for other types.

An example is the struct change callbacks:

def struct_changed(self, struct: Struct, deleted=False, **kwargs) -> Struct:

Aside from adding the callback endpoint, at least one decompiler needs to support actually calling the endpoint.

TODO:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions