Skip to content

Commit

Permalink
Spelling mistake fix (#2104)
Browse files Browse the repository at this point in the history
  • Loading branch information
aidnzz authored Aug 30, 2022
1 parent 87e37ee commit 6457c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwnlib/rop/rop.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
>>> hex(rop.eax.address)
'0x10000004'
Other, more complicated gdagets also happen magically
Other, more complicated gadgets also happen magically
>>> rop.ecx
Gadget(0x10000006, ['pop ecx', 'pop ebx', 'ret'], ['ecx', 'ebx'], 0xc)
Expand Down

0 comments on commit 6457c33

Please sign in to comment.