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

Access violation reading location [...] while trying to access FNamePool and GUObjectArray #85

Open
Hati- opened this issue Apr 25, 2022 · 1 comment

Comments

@Hati-
Copy link

Hati- commented Apr 25, 2022

I'm trying to dump the game Foxhole and I'm getting an access violation exception when the dumper tries to read the memory location of FNamePool and GUObjectArray. Running as admin doesn't fix anything.
devenv_2022-04-25_22-43-46

The signatures are working and the dumper creates the folder but nothing is dumped. The game has no anti-cheat afaik.

Signatures for reference:

{//War-Win64-Shipping.exe
  &Default,
  {"\x48\x8d\x0d\x93\xf4\x3a\x03\xe8\x9e\x10\x00\x00\x4c\x8b\xc0", 15}, //GName
  {"\x48\x8d\x0d\xfd\xde\xff\x03\xe8\x60\x42\xdf\x00\x48\x8d\x0d\x89\x2b\xb7\x02\x48\x83\xc4\x28", 23},//Gobject 
  nullptr
},
@guttir14
Copy link
Owner

where is a wildcard part in your signature?

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

2 participants