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

Find the corresponding source files of top-level user datatype symbols (S_UDT) #3

Open
camden-smallwood opened this issue Jan 8, 2022 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@camden-smallwood
Copy link
Owner

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.

@camden-smallwood camden-smallwood added the help wanted Extra attention is needed label Jan 8, 2022
@camden-smallwood
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant