Files
metasploit-gs/external/source/exploits/CVE-2016-4655/set.h
T
Tim W c5039251a2 add CVE-2016-4655
rebase
2018-04-03 14:58:57 +08:00

17 lines
232 B
C

/*
* 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