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

cool stuff #1

Open
66flags opened this issue Jun 28, 2023 · 0 comments
Open

cool stuff #1

66flags opened this issue Jun 28, 2023 · 0 comments

Comments

@66flags
Copy link

66flags commented Jun 28, 2023

There’s many ways to dump p2cs from the games process.

  1. Hooking a CRT function if they use MSVC then you can hook or place a hardware breakpoint on GetSystemTimeAsFileTime and go to the return address which leads to the cheats entry point.

  2. Hook HeapAlloc or VirtualAlloc and print the return address. (Most likely used for hooking libraries unless if they use vmt or another way to hook.)

Then after you look up these addresses in memory map on x32dbg or cheat engine then just dump the memory region.

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