/
githubmirror
/
metasploit-framework
Обзор
Документация
Войти
/
githubmirror
/
metasploit-framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
external/source/exploits/CVE-2016-4655/set.h
16 строк
232 B
Tim W
add CVE-2016-4655
03 апр 2018, 09:58
03 апр 2018, 09:58
c503925
Код
Авторство
О чём код?
/* * set.h - High-level handler to set boot nonce * * Copyright (c) 2017 Siguza & tihmstar */ #ifndef SET_H #define SET_H #include <stdbool.h> bool set_generator(const char *gen); bool dump_apticket(const char *to); #endif