Markopy
Utilizing Markov Models for brute forcing attacks
|
DLLMain for dynamic windows library. More...
Go to the source code of this file.
DLLMain for dynamic windows library.
class for the final Markov Model, constructed from nodes and edges. Each atomic piece of the generation result is stored in a node, while edges contain the relation weights. Extending: To extend the class, implement the template and inherit from it, as "class MyModel : public Markov::Model<char>". For a complete demonstration of how to extend the class, see MarkovPasswords.
Whole model can be defined as a list of the edges, as dangling nodes are pointless. This approach is used for the import/export operations. For more information on importing/exporting model, check out the github readme and wiki page.
Definition in file dllmain.cpp.