00001 /* 00002 Copyright (C) 2015- The University of Notre Dame 00003 This software is distributed under the GNU General Public License. 00004 See the file COPYING for details. 00005 */ 00006 00007 #ifndef ELFHEADER_H 00008 #define ELFHEADER_H 00009 00010 #include <limits.h> 00011 00018 int elf_get_interp(int fd, char interp[PATH_MAX]); 00019 00026 int elf_set_interp(int fd, const char *interp); 00027 00028 #endif /* ELFHEADER_H */