You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
libbs/libbs/api/decompiler_interface.py
Line 670 in 654bca4
Aside from adding the callback endpoint, at least one decompiler needs to support actually calling the endpoint.
TODO:
The text was updated successfully, but these errors were encountered: