/
githubmirror
/
metasploit-framework
Обзор
Документация
Войти
/
githubmirror
/
metasploit-framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
external/source/exploits/tpwn/import.h
34 строки
617 B
William Vu
Move tpwn source to external/source/exploits
18 авг 2015, 02:27
18 авг 2015, 02:27
d542493
Код
Авторство
О чём код?
#ifndef pwn_import_h #define pwn_import_h #include <stdio.h> #include <stdlib.h> #include <string.h> #include <stdint.h> #include <mach/mach.h> #include <mach/mach_vm.h> #include <IOKit/IOKitLib.h> #include <CoreFoundation/CoreFoundation.h> #include <IOKit/IOKitLib.h> #include <dlfcn.h> #include <string.h> #include <mach/mach_types.h> #include <mach-o/loader.h> #include <sys/types.h> #include <mach-o/nlist.h> #include <stdio.h> #include <stdlib.h> #include <stdint.h> #include <sys/mman.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include "lsym.h" #include "lsym_gadgets.h" #endif