Skip to content

Instantly share code, notes, and snippets.

@victor-pavlychko
victor-pavlychko / main.c
Created September 15, 2022 20:16 — forked from darconeous/main.c
Example using struct dyld_all_image_infos
/* Example using struct dyld_all_image_infos */
#include <stdio.h>
#include <dlfcn.h>
#include <mach-o/dyld_images.h>
#include <mach-o/dyld.h>
#include <mach-o/dyld_priv.h>
int