CorrM / Unreal-Finder-Tool

Useful tool to help you fetch and dump Unreal Engine 4 Games information.
GNU General Public License v3.0
431 stars 169 forks source link

Failed with gen sdk for Deadbydaylight #59

Closed MuQoe closed 4 years ago

MuQoe commented 4 years ago

change every thing also the tool cant find the correct GName address as well correct addr base+0x5283794 it just crash when start dump coreobject

MuQoe commented 4 years ago

solved still GName address is wrong @CorrM current json file need to add

{
  "name": "UStruct",
  "super": "UField",
  "vars": [
    { "pad_01": "*" },
    { "pad_02": "*" },
    { "SuperField": "UStruct*" },
    { "Children": "UField*" },
    { "PropertySize": "int" },
    { "MinAlignment": "int" },
    { "pad_1": "64" }
  ],
  "note": ""
}
CorrM commented 4 years ago

sorry, i don't have any time, so if u can debug the src and check why that's happen will be good.

MuQoe commented 4 years ago

already solved bro just add the thing to that file

MuQoe commented 4 years ago

they change the structure