picoCTF - Reverse Engineering - file-run2
Contents
Reverse Engineering - file-run2 - writeup
description
Another program, but this time, it seems to want some input. What happens if you try to run it on the command line with input “Hello!”?
Download the program here.
writeup
by simply executing the file with ./run we get
|
|
if I try to supply one argument like this: ./run 1 I get
|
|
So once I try to supply an argument like this: ./run Hello! I get
|
|