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
The new user-extension points allow changing the type inferred for allocas, arguments and global variables, which make it the ideal way to let debug info enrich the decompilation, similar to how we automatically infer the type for main
The text was updated successfully, but these errors were encountered:
The new user-extension points allow changing the type inferred for
alloca
s, arguments and global variables, which make it the ideal way to let debug info enrich the decompilation, similar to how we automatically infer the type formain
The text was updated successfully, but these errors were encountered: