8000 GitHub - jmpoep/umium: Class containing Anti-RE, Anti-Debug and Anti-Hook methods. Made for C++/CLI
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jmpoep/umium

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Umium

Umium is a security-focused anti-debugging and anti-reverse engineering library designed for high-resilience Windows applications. It uses a combination of undocumented Windows NT system functions and advanced runtime modifications to detect and neutralize debugging, memory tampering, or sandboxing attempts.

appveyor-ci appveyor-ci



Usage

#include "umium.hpp"

int main(void)
{
  umium->start();
  /* ... */
}

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

💵 Want to buy me a Coffee?

 - Donate BTC at `3HGhL4ygYrMMhncpWCGDJg9DbKSndgNiGX`
 - Donate ETH at `0x531ea7dcd99bed442a92c985f853dc6892876c40`
 - Donate LTC at `LXFmz25B36d3XcergMd4ttCjXPX9FnYTn6`
 - Donate TRX at `TExNFUbP8W6eCZqB31AKLSVQFCqDLjYmr9`

About

Class containing Anti-RE, Anti-Debug and Anti-Hook methods. Made for C++/CLI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%
0