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

fix? #17

Merged
merged 2 commits into from
Aug 9, 2024
Merged

fix? #17

merged 2 commits into from
Aug 9, 2024

Conversation

himenekocn
Copy link
Contributor

No description provided.

const byte HostStateRequest_Sig[] = "\x48\x89\x74\x24\x10\x57\x48\x83\xEC\x30\x33\xF6\x48\x8B\xFA";
#else
const byte SendNetMessage_Sig[] = "\x55\x48\x89\xE5\x41\x57\x41\x89\xCF\x41\x56\x4C\x8D\xB7\x2A\x2A\x00\x00";
const byte SendNetMessage_Sig[] = "\x55\x48\x89\xE5\x41\x57\x41\x56\x4C\x8D\xB7\x18\x76\x00\x00\x41\x55\x49\x89\xF5";
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You shouldn't be removing wildcards from the signature

@xen-000
Copy link
Collaborator

xen-000 commented Aug 9, 2024

Looks good, I'll merge this in for now and will later switch to using SourceHook for SendNetMessage

@xen-000 xen-000 merged commit 759d54b into Source2ZE:main Aug 9, 2024
3 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.

3 participants