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

Dumper does not produce valid SDK #95

Open
oparkerj opened this issue Sep 11, 2022 · 2 comments
Open

Dumper does not produce valid SDK #95

oparkerj opened this issue Sep 11, 2022 · 2 comments

Comments

@oparkerj
Copy link

I wanted to list the issues that the dumper caused when it created the SDK. (By the way, this is the only SDK dumper that dumped without errors first try just by adding my game to the list).

  1. Engine classes are generated out of order. Quite a few of the engine structs reference structs that are defined further down in the file. I can manually reorder the structs, but it takes a while to do.
  2. Not all structs are generated. For example, TArray or TMap are completely missing, but so are a lot of others.
  3. Some game functions have invalid names. Some of the functions and fields in the game contain dashes, which are not valid in function names.
@oparkerj
Copy link
Author

My solution to the above issue was to write an external program that merges all the headers into one working header with missing classes included.

The only remaining issue is other strange behavior: Offsets for functions are only correct for built in classes. Any of the structs that are obviously unique to the game have the same offset for every single function across every struct.

@zimzika
Copy link

zimzika commented Jun 14, 2023

My solution to the above issue was to write an external program that merges all the headers into one working header with missing classes included.

The only remaining issue is other strange behavior: Offsets for functions are only correct for built in classes. Any of the structs that are obviously unique to the game have the same offset for every single function across every struct.

you can share with me?

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

No branches or pull requests

2 participants