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

Add some missing implementations #8

Merged
merged 6 commits into from
Aug 18, 2024

Conversation

otavepto
Copy link

  • Add missing implementation for these undocumented interfaces:
    • ISteamNetworkingSockets010
    • ISteamNetworkingSockets011
    • ISteamRemoteStorage015
    • ISteamUGC011
  • Proper handling for SteamNetworkingSockets007, real client returns a null pointer
  • Set the exit code in the client API CreateInterface()
  • Remove unused helper functions
  • Dev note on how to add orphan branch as submodule

The interfaces were based on reversing the vftable from the real steamclient64.dll

  1. Download any free game
  2. Use the emu to locate the call to CreateGenericInterface()
  3. Restore original files, change the requested interface name/version to whatever you like, then get the pointer from real client
  4. Using the dev guide how different versions of a steam interface are dispatched, check each function from the vftable, luckily Valve has a debug log entry for the function name so you can confirm easily if you're on the right track

@Detanup01
Copy link
Owner

Detanup01 commented Aug 18, 2024

Proper handling for SteamNetworkingSockets007, real client returns a null pointer

thats funny

@Detanup01 Detanup01 merged commit 5f78184 into Detanup01:dev Aug 18, 2024
62 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