Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ndrewh authored Jun 3, 2024
1 parent e5f3e22 commit 967d289
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ p.mem[0x100000:0x100008] = b"\x00" * 8
# Read registers
p.regs.rax # (int)

# Write registers
p.regs.rax = 0x1337133713371337

# Get process base
p.maps["libc.so.6"] # (int)

Expand Down

0 comments on commit 967d289

Please sign in to comment.