#include <pwd.h>
#include <fnmatch.h>
#include <regex.h>
#if defined(__GLIBC__) || defined(__UCLIBC__)
#include <alloca.h>
#endif
#include <sys/mman.h>
#include "elf.h"