Nice work! I had a look into SDK related stuff too, ran into the same issue as you with the weird FNamePool backport, after hacking on UnrealFinderTool I'd managed to get it dumping some kind of SDK (with the FNamePool handling code borrowed from https://github.com/guttir14/UnrealDumper-4.25 - that project is kinda weird though, seems to be coded as a DLL hook accessing memory directly etc but has an EXE frontend that uses OpenProcess/ReadProcessMemory/etc, didn't seem usable when I last tried it, but the code is pretty useful)
Not sure how complete my dump was though - was mostly interested in finding Exec functions to be used in the console, but couldn't find any besides the standard UE4 ones, maybe they were stripped out of release, or could be an issue with the dump, not really sure.
Sadly don't really have too much free time to work on it anymore though, but I'm glad there are others trying to look into it. In case it helps I've upped the SDKs I managed to generate here: https://mirrorace.org/m/1Kqv5 (one was during main menu, the other ingame, weirdly main menu seemed to dump more classes...). I haven't tried compiling that at all though, likely that it also needs fixes for the FNamePool stuff & UObject::FindObject.
Ehi man, thanks for the message and for the link! I will look into it. It seems it is in fact a nightmare to dump something really useful for this game, but we're working on it! If u want I higly suggest to join the OpenFF7R discord if u want to help or in general :) Bye!
4 comments
Not sure how complete my dump was though - was mostly interested in finding Exec functions to be used in the console, but couldn't find any besides the standard UE4 ones, maybe they were stripped out of release, or could be an issue with the dump, not really sure.
Sadly don't really have too much free time to work on it anymore though, but I'm glad there are others trying to look into it. In case it helps I've upped the SDKs I managed to generate here: https://mirrorace.org/m/1Kqv5 (one was during main menu, the other ingame, weirdly main menu seemed to dump more classes...). I haven't tried compiling that at all though, likely that it also needs fixes for the FNamePool stuff & UObject::FindObject.
I will look into it.
It seems it is in fact a nightmare to dump something really useful for this game, but we're working on it! If u want I higly suggest to join the OpenFF7R discord if u want to help or in general :)
Bye!