ue4genny icon indicating copy to clipboard operation
ue4genny copied to clipboard

Injecting a dll causes the program to crash

Open romanholidaypancakes opened this issue 2 years ago • 1 comments

I have changed the following offsets: GUOBJECTARRAY_PAT , FNAME_TOSTRING_PAT,UOBJECT_PROCESSEVENT_INDEX Maybe I found the wrong offset for the song? Are there any tutorials on this?

Regarding UOBJECT_PROCESSEVENT_INDEX: there are too many references, which one should I choose? image

thanks

romanholidaypancakes avatar Aug 20 '22 12:08 romanholidaypancakes

still fails. Can you provide a tutorial on ShooterGame? This can benefit anyone getting started with the project, thanks.

romanholidaypancakes avatar Sep 15 '22 09:09 romanholidaypancakes

crash at GetClass. I found the correct GUOBJECTARRAY_PAT, but still crashes, ue4.27.2 (shootgame).

>	ue4genny.dll!UObjectBase::GetClass() Line 126	C++
 	ue4genny.dll!get_full_name(UObjectBase * obj) Line 43	C++
 	ue4genny.dll!find_uobject(const char * obj_full_name) Line 70	C++
 	ue4genny.dll!UEnum::GetPrivateStaticClass() Line 32	C++
 	ue4genny.dll!UEnum::StaticClass() Line 2004	C++
 	ue4genny.dll!UObjectBaseUtility::IsA<UEnum>() Line 546	C++
 	ue4genny.dll!DCast<UEnum *,UObjectBase *>(UObjectBase * In) Line 14	C++
 	ue4genny.dll!generate() Line 583	C++

romanholidaypancakes avatar Nov 19 '22 08:11 romanholidaypancakes

hi, can anyone with experience using this project help me out, it would be greatly appreciated.

romanholidaypancakes avatar Jan 08 '23 02:01 romanholidaypancakes

I've read some articles pointing to incorrect struct offsets, but I'm always using the same engine version.

romanholidaypancakes avatar Jan 09 '23 10:01 romanholidaypancakes