Loading...
1
2
3
4
5
6
7
8
9

#include <mach-o/loader.h>

extern struct mach_header __dso_handle;

const struct mach_header* foo()
{
    return &__dso_handle;
}