12 lines
391 B
Go
12 lines
391 B
Go
//go:build evasion && windows
|
|
|
|
// Generated by valak build.zig. Build and paste bytes here.
|
|
// Replace this with the compiled DLL bytes before building.
|
|
package valak
|
|
|
|
var embeddedDLL = []byte{
|
|
0x4d, 0x5a, 0x90, 0x00, 0x03, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00,
|
|
0xff, 0xff, 0x00, 0x00, 0xb8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
}
|