in order to solve a binary exploitation CTF-Challenge I have to create an array of arguments to pass to a syscall. I searched a lot on the internet, but I can't find a description on how to create an array of strings with a ROP-Chain on a 64-bit machine.
Does anyone know it's done?
If you supply the stack address, it will be automatically done using pwntools ROP functionality.
Excerpt from the docs: