| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A static library, wrapper for mhyprot vulnerable driver, execute exploits and tests
All of operations above will be executed using vulnerable driver, with ring-0 privilege.
Basically we need to be access-granted by the system using process handle, but we do not even need it.
Tested on:
#include "libmhyprot.h"libmhyprot::mhyprot_init() -> boolYou can use templates to call functions as follows:
using namespace libmhyprot;
read_kernel_memory(addr, buf, size); /*or*/ read_kernel_memory<T>(addr);
read_process_memory(pid, addr, buf, size); /*or*/ read_process_memory<T>(pid, addr);
write_process_memory(pid, addr, buf, size); /*or*/ write_process_memory<T>(pid, addr, val);Please note that if you did not call this, the vulnerable driver will remains on your system.
libmhyprot::mhyprot_unload() -> void| Back | FazBrowse Home | New Git URL |