-
Notifications
You must be signed in to change notification settings - Fork 9
Upgrade OOVPA symbol group files #208
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4917ddb to
13a672e
Compare
ergo720
reviewed
Jul 19, 2024
ergo720
reviewed
Jul 19, 2024
ergo720
reviewed
Jul 19, 2024
ergo720
reviewed
Jul 19, 2024
ergo720
reviewed
Jul 19, 2024
13a672e to
4a7fb4a
Compare
ergo720
reviewed
Jul 21, 2024
2568904 to
b7b2901
Compare
81602d6 to
cc21074
Compare
cc21074 to
5d98655
Compare
b999211 to
a167837
Compare
Member
Author
|
Unit tests are passing for all libraries locally after correcting all of the symbol renames. |
ergo720
reviewed
Sep 23, 2024
ergo720
reviewed
Sep 23, 2024
ergo720
reviewed
Sep 23, 2024
ergo720
reviewed
Sep 23, 2024
ergo720
reviewed
Sep 23, 2024
ergo720
reviewed
Sep 23, 2024
ergo720
reviewed
Sep 23, 2024
ergo720
reviewed
Sep 23, 2024
770ef47 to
1c370eb
Compare
ergo720
reviewed
Sep 24, 2024
1c370eb to
a1b1a5b
Compare
ergo720
approved these changes
Sep 25, 2024
This was referenced Jul 14, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note
(COMPLETED)
upgrade-symbol-groupsbranch, in this pull request, is currently in major work in progress and not a final design.Note
GitHub CI build may can fail at any time, do not worry about it.Note
Some things may not be fully done due to in need for other internal changes to enable such various support.
Such as self-register symbols support.
resolve #122
Some changes to symbol names are require to functional with new upgrade system.
Currently undetermined for OFFSET swapped in prefix and suffix field.(now always use suffix)Also, some symbols may have additional/removed parameters. These symbols will need their own OOVPA revision to separate and provide correct parameters and stack size usage.
New feature for CLI tool:
DSOUND__FUN__CDirectSoundStream_GetInfo(stk pThis, stk pInfo) = 0x########.UnitTest may have not been updated with symbol name changes.
Checklist of symbol group files has been done:
Review remarks are welcome. 🙂
Pull request to
upgrade-symbol-groupsbranch for incomplete symbol group file are also welcome too.Best thing to do is look for TODO notes relative to parameters change or the like and any
/*unknown*/comments.TODO:
UPDATE: Calling conventions are added to this pull request due to ghidra-xbe's decompile doesn't understand and couldn't do a manual check for what type of calling conventions for the functions.
ghidra-xbe's future options support is now able to decompile correctly with corrected parameters and calling conventions.