Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Typedef in deci callbacks #99

Open
3 tasks
mahaloz opened this issue Aug 5, 2024 · 0 comments
Open
3 tasks

Support Typedef in deci callbacks #99

mahaloz opened this issue Aug 5, 2024 · 0 comments

Comments

@mahaloz
Copy link
Member

mahaloz commented Aug 5, 2024

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:

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

No branches or pull requests

1 participant