General Skills Level 3 95 points

System Call Tracing - strace Debugging

Mission

Analyze `/challenge/strace.log`, a recorded trace of the source-less program `/app/mystery_program`. Find where it `openat`s a file in a hidden directory, then read the arguments of the following `read`/`write` calls to obtain the flag.

#strace#debugging#reverse-engineering#system-calls

Clear it in 3 steps

Not started
  1. Start the environment

  2. Investigate the target

  3. Submit the flag