#include #include #include #include void check() { char buffer[20]; printf("Enter some text:\n"); scanf("%s", buffer); printf("You entered: %s\n", buffer); } int main() { check(); return 0; } //python3 ROPgadget/ROPgadget.py --binary Bufferoverflow/binaire --ropchain