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

Windows: Add a simple window message to get the base pointer. #15748

Merged
merged 1 commit into from
Jul 29, 2022

Conversation

hrydgard
Copy link
Owner

Can be useful for various cheat program hackery, and easy to provide.

Send the window message 0xB118 with lParam == 0 to get the lower 32 bits, and with lParam ==1 to get the upper 32 bits of the pointer (if 64-bit build), using the SendMessage Win32 function.

Requested by several people in the past, but most recently NABN00B.

Can be useful for various cheat program hackery. Requested by several,
most recently NABN00B.
@hrydgard hrydgard added this to the v1.14.0 milestone Jul 29, 2022
@hrydgard hrydgard merged commit ab20315 into master Jul 29, 2022
@hrydgard hrydgard deleted the baseptr-window-message branch July 29, 2022 20:09
@NABN00B NABN00B mentioned this pull request Jul 31, 2024
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant