Skip to content

Commit

Permalink
replace
Browse files Browse the repository at this point in the history
  • Loading branch information
joizel committed Oct 30, 2017
1 parent 72edd18 commit 9945ec2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/wargame/pwnable/lob1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,13 @@ exploit
.. code-block:: c
#include <stdio.h>
int main(int argc, char **argv)
{
char *addr;
addr = getenv(argv[1]);
printf("address %p\n", addr);
return 0;
}
int main(int argc, char **argv)
{
char *addr;
addr = getenv(argv[1]);
printf("address %p\n", addr);
return 0;
}
.. code-block:: console
Expand Down

0 comments on commit 9945ec2

Please sign in to comment.