Skip to content

Commit

Permalink
Describe arguments.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertLarsen committed Oct 14, 2014
1 parent 9a17e04 commit 2d7fde4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pwnlib/shellcraft/templates/thumb/linux/listen.asm
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
listen(port,network)

Listens on a TCP port, accept a client and leave his socket in r6.
Port is the TCP port to listen on, network is either 'ipv4' or 'ipv6'.
</%docstring>
/* First create listening socket */
${mov('r7', constants.linux.thumb.SYS_socket)}
Expand Down

0 comments on commit 2d7fde4

Please sign in to comment.