Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
public_arhive
/
Minty-GI
mirror of
https://github.com/kindawindytoday/M
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Branch:
main
Branches
Tags
half-working-esp
main
Minty-GI
/
minty
/
Utils
/
ProtectionBypass.h
ProtectionBypass.h
79 B
Permalink
History
Raw
1
2
3
4
5
6
7
#pragma once
namespace ProtectionBypass {
void DisableVMP();
void Init();
}