Skip to content

swisscheez2/ahl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License Copyleft Do whatever you want except if your from china

ahl

Simple AntiDebugging and HWID header lib in c++

to do: add

//antidebug and hwid header library by Manucod

// simple

// header only

// API

CodeGarbage: //CODEGARBAGEINIT() and CODEGARBAGE();

AntiDebugging: //AhlIsDebuggerPresent(bool check) // bool will be true if debugger was found

String Obfuscation: // (beware basic) // XorStr( s ) // XorStrW(s)

///HWID API

void GetHostInfo(std::string& result); // gets Host Info in Plaintext void GetGUID(std::string& result);// gets hashed Globally Unique Identifier of the current System. ///

/// DISK

Serial

/// CPU

GHZ

Cores

/// GRAPHICSCARD

Model Name

/// RAM

Amount (Physical)

/// /// MOTHERBOARD /// not yet /// /// ///

About

Simple AntiDebugging and HWID lib in c++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages