79582850

Date: 2025-04-19 21:39:19
Score: 2.5
Natty:
Report link

Looks like I got it. The Mach-O header is 32 bytes; immediately after that is a series of "load commands"; the sixth word of the header is the length of the load commands. So we can just add 32 and get the offset of the code segment.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Dan Gelder