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

Implement symbol detection using the ".XTLID" section #59

Merged
merged 1 commit into from
Mar 20, 2024

Conversation

thrimbor
Copy link
Member

This implements symbol detection by using https://github.com/XboxDev/xtlid to decode the contents of the .XTLID section. It also sets the correct data types.

Not all retail XBEs have that section - it seems to have been introduced by a later XDK version and only be present when other debug info (PDB reference) is also there - so it should be seen as complementary to other methods (such as XbSymbolDatabase).

Requires xsltproc to build.

@mborgerson
Copy link
Member

Nice!

@mborgerson mborgerson merged commit 49e2071 into XboxDev:master Mar 20, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants