We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87e37ee commit 6457c33Copy full SHA for 6457c33
pwnlib/rop/rop.py
@@ -24,7 +24,7 @@
24
>>> hex(rop.eax.address)
25
'0x10000004'
26
27
-Other, more complicated gdagets also happen magically
+Other, more complicated gadgets also happen magically
28
29
>>> rop.ecx
30
Gadget(0x10000006, ['pop ecx', 'pop ebx', 'ret'], ['ecx', 'ebx'], 0xc)
0 commit comments