mirror of
https://github.com/ioacademy-jikim/debugging
synced 2025-06-19 05:46:11 +00:00
13 lines
409 B
Plaintext
13 lines
409 B
Plaintext
Syscall param execve(filename) points to unaddressable byte(s)
|
|
...
|
|
Address 0x........ is not stack'd, malloc'd or (recently) free'd
|
|
|
|
Syscall param execve(argv[i]) points to unaddressable byte(s)
|
|
...
|
|
Address 0x........ is not stack'd, malloc'd or (recently) free'd
|
|
|
|
Syscall param execve(envp[i]) points to unaddressable byte(s)
|
|
...
|
|
Address 0x........ is not stack'd, malloc'd or (recently) free'd
|
|
|