Thread with 8 posts

jump to expanded post

@saagar oh no, can those sections be renamed? the way touchHLE loads Mach-O files probably deviates substantially from how Apple’s code does, because I basically started by looking inside some binaries to find interesting things and worked backwards from there to figure out how to load them.

Open thread at this post

@saagar well, __la_symbol_ptr seems to be alive and well on x64 macOS, at least.

something I wonder about is why __symbol_stub4 (and __picsymbolstub4, which I omitted for simplicity) have that 4 suffix. 4 bytes per pointer? I can’t be bothered to figure it out though :)

Open thread at this post