Monday 30 November 2020

Unity framework support vmadder_slide

below is the code im working with im trying to get unity framework support but it crashes at launch. Any body has suggestions? uint64_t getRealOffset(uint64_t offset){ for (int i = 0; i < _dyld_image_count(); i++){ const char *image_name = _dyld_get_image_name(i); if(strcmp(image_name,"UnityFramework") == 0){ return _dyld_get_image_vmaddr_slide(i) + offset; } } return _dyld_get_image_vmaddr_slide(0) + offset; }

from iOSGods RSS Feed https://ift.tt/3mAQYZe

No comments:

Post a Comment