mirror of
https://github.com/D3Ext/Hooka
synced 2026-06-08 10:49:57 +00:00
12 lines
165 B
Go
12 lines
165 B
Go
package hooka
|
|
|
|
import "github.com/D3Ext/Hooka/evasion"
|
|
|
|
func PatchEtw() error {
|
|
return evasion.PatchEtw()
|
|
}
|
|
|
|
func PatchEtw2() error {
|
|
return evasion.PatchEtw2()
|
|
}
|