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

Project creation does not handle hidden dll calls well like with xinput1_3.dll #13

Open
erebuswolf opened this issue Sep 25, 2022 · 1 comment

Comments

@erebuswolf
Copy link

Try running on c:\Windows\system32\xinput1_3.dll
The DLL has 4 unnamed functions that the tool does not handle well. Went through and had to rename a bunch of things, not 100% I did it correctly. Not sure what the right solution is for this.

@erebuswolf
Copy link
Author

erebuswolf commented Sep 25, 2022

Update. I tried creating the xinput wrapper with no modifications and tried running in in a game. It crashes on startup, so I definitely did not fix the issue by renaming the hidden functions. The game runs fine with the "real" dll the project creation made, but since the project doesn't build for me to create an edited DLL, and in fixing the build problems by renaming assembly and [NONAME] the DLL instantly crashes my target program. I can't really do much more.

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

1 participant