MJx0/iOS_UE4Dumper

Some Question

Chensem opened this issue · 2 comments

Hello , Thank for your project . i am learning from your awesome project , but i have some questions below .
Ark game using ue4 version 4.17 , i can use your tool to dump the sdk successfully . but i don't know how to find the pattern , i do the operation below .

  1. first i download the game
  2. the dumped the game and load the main binary to ida
  3. use the pattern to search the offset , can search it successfully

image

4. but if i am in black box , i can't find the pattern , because i can't find the specific strings like "duplicate harded name" , so i can't detect the offset of GUObjectArrayPtr and GNamePtr

image

so i want to know how to detect the pattern . waiting for your reply

MJx0 commented

@Chensem Unreal engine is open source. You can download the version you want and search for another string reference that may exist. There are many other references you can look for.

thanks