You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pwn-college-users
Hello,
I've been trying out challenge 5 for some time now and still can't get it to execute a syscall. Im assuming we are suppose to use inc byte ptr[rip] to increase 0e05 to 0f05 but Im not sure where to start. Im still trying to learn gdb and strace so things are getting all jumbled together.
- Ted
Muhammad Saboor
unread,
Sep 8, 2020, 4:18:07 PM9/8/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pwn-college-users
I would put int3 before
"inc byte ptr[rip]"
to put breakpoints and examine what happens to the next instructions after I execute this inc byte instruction.