79731012

Date: 2025-08-10 05:35:16
Score: 0.5
Natty:
Report link

Your issue is that after chroot, the binary ./test is no longer found inside the new root (.).

chroot changes the apparent root directory for the process.

Copy test into the root of the jail:

 cp ./test ./testdir/test
sudo ./penaur ./testdir

and change your c++ call:

sandbox.run("/test");
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Robin