Encryqed / Dumper-7

Unreal Engine SDK Generator
561 stars 144 forks source link

Fix finding ObjObjects for SNOWBREAK CZ #154

Closed XutaxKamay closed 2 weeks ago

XutaxKamay commented 2 weeks ago

If possible, even if some games obfuscate strings, it could be nice to add in case it doesn't find anything something like "%i objects are not in the root set" xref (usually lea rax), and find ObjObjects from the code itself

XutaxKamay commented 2 weeks ago

The dll crashes when ptr objects isn't found probably because it is rare to never encounter it by scanning and assumed it was never zero, we might do some checks before going init I'll do that in another pull request