We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85e0379 commit 93b3974Copy full SHA for 93b3974
ropper/ropchain/arch/ropchainx86_64.py
@@ -652,7 +652,7 @@ def create(self, options):
652
raise RopChainError('No argument support for execve commands')
653
654
self._printMessage('ROPchain Generator for syscall execve:\n')
655
- self._printMessage('\nwrite command into data section\nrax 0xb\nrdi address to cmd\nrsi address to null\nrdx address to null\n')
+ self._printMessage('\nwrite command into data section\nrax 0x3b\nrdi address to cmd\nrsi address to null\nrdx address to null\n')
656
chain = self._printHeader()
657
gadgets = []
658
can_create_command = False
0 commit comments