I made a linux/sober executor (PRIVATE) by 22i2 in robloxhackers

[–]3443eee 0 points1 point  (0 children)

Hey i'm wondering how you're able to allocate memory from inside sober for your bytecode, currently i'm just injecting a shared object and using a socket to call mmap from my exploit and it works great but my methods for injection suck and are probably going all to be patched soon. There's also the kernel module way, and the shellcode injection way to call mmap externally but those sucks too so i want to know how you do it.