You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Started Generation [Dumper-7]!
Dumper-7 by me, you & him
Searching for GObjects...
Found 'TNameEntryArray GNames' at offset 0x24ED068
Found FName::AppendString at Offset 0x208FC0
<crashed>
Another dumper found a GObjects address out of module section and changes everytime game starts (dynamic?
That dumper successfully dumped something, it should be a valid address, but it's also broken due to lacks class fields
So it seems this game's GObjects not located within the module section and allocated dynamiclly?
I've tried rewrite ObjectArray::Initdirectly point to that address and dump again, it crashed again on a different location
If you could give me some advice on how to solve this problem, I'd appreciate it.
Thank's for reading, I'm completely a newbie at reversing the Unreal engine, so please apologize if I have any dumb questions :)
The text was updated successfully, but these errors were encountered:
So what am I supposed to do with "it crashes on a different location"? Overwrite the module name for GObjects properly and attach the visual studio debugger.
Game name: Hide and Shriek (free on steam)
Unreal version: 4.12 (unsure, RE-UE4SS said it's, game exe doesnt have version
When I try to dump sdk, it crashed, and debugging shows that the error occurs at the following location
Both
GObjects
andByIndex
is nullptrCallStack:
Log:
Another dumper found a GObjects address out of module section and changes everytime game starts (dynamic?
That dumper successfully dumped something, it should be a valid address, but it's also broken due to lacks class fields
So it seems this game's GObjects not located within the module section and allocated dynamiclly?
I've tried rewrite
ObjectArray::Init
directly point to that address and dump again, it crashed again on a different locationIf you could give me some advice on how to solve this problem, I'd appreciate it.
Thank's for reading, I'm completely a newbie at reversing the Unreal engine, so please apologize if I have any dumb questions :)
The text was updated successfully, but these errors were encountered: