Markopy
Utilizing Markov Models for brute forcing attacks
cudammx.py File Reference

CUDAModelMatrix CLI wrapper. More...

Go to the source code of this file.

Classes

class  Python.CudaMarkopy.CudaModelMatrixCLI
 Python CLI wrapper for CudaModelMatrix. More...
 

Namespaces

 cudammx
 

Variables

string cudammx.ext = "so"
 
 cudammx.spec = spec_from_loader("cudamarkopy", ExtensionFileLoader("cudamarkopy", os.path.abspath(f"cudamarkopy.{ext}")))
 
 cudammx.cudamarkopy = module_from_spec(spec)
 
 cudammx.markopy = module_from_spec(spec)
 
 cudammx.mp = CudaModelMatrixCLI()
 

Detailed Description

CUDAModelMatrix CLI wrapper.

Definition in file cudammx.py.