mirror of
https://github.com/ioacademy-jikim/debugging
synced 2025-06-10 01:16:12 +00:00
9 lines
495 B
Plaintext
9 lines
495 B
Plaintext
./shell: 10: ./shell: ./x86/: Permission denied
|
|
./shell: 13: ./shell: ./shell.vgtest: Permission denied
|
|
execve(0x........(./shell_badinterp), 0x........, 0x........) failed, errno 2
|
|
EXEC FAILED: I can't recover from execve() failing, so I'm dying.
|
|
Add more stringent tests in PRE(sys_execve), or work out how to recover.
|
|
./shell_binaryfile: 4: ./shell_binaryfile: Syntax error: ")" unexpected
|
|
./shell: 22: ./shell: ./shell_nosuchfile: not found
|
|
./shell: 25: ./shell: shell_nosuchfile: not found
|