Markopy
Utilizing Markov Models for brute forcing attacks
framework.h
Go to the documentation of this file.
1
/** @file framework.h
2
* @brief for windows dynamic library
3
* @authors Ata Hakçıl
4
*
5
*/
6
7
#
pragma
once
8
9
#
define
WIN32_LEAN_AND_MEAN
// Exclude rarely-used stuff from Windows headers
10
// Windows Header Files
11
12
#
ifdef
_WIN32
13
#
include
<
windows
.
h
>
14
#
endif
Markopy
MarkovModel
src
framework.h
Generated by
1.9.0