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
Find the corresponding source files of top-level user datatype symbols (S_UDT).
Currently, typedef are not loaded correctly due to being replaced with their underlying type at compile time. The source file and line information should be retrievable for each typedef, hower. To be determined.
The text was updated successfully, but these errors were encountered:
Currently these are being estimated by determining the module of the previously defined top-level symbol and using that same module. This is incorrect, but at least the types are included somewhere in the decompiled code at this point. Still need to determine how to find the actual source file (whether a header or source file) and put it in the appropriate location.
Find the corresponding source files of top-level user datatype symbols (
S_UDT
).Currently,
typedef
are not loaded correctly due to being replaced with their underlying type at compile time. The source file and line information should be retrievable for eachtypedef
, hower. To be determined.The text was updated successfully, but these errors were encountered: