Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1#include <unistd.h> 2#include <stdlib.h> 3 4int main(int argc, char **argv) { 5 argv[0] = "/send/me/flags"; 6 return execv("/send/me/flags", argv); 7}