Created
April 3, 2015 18:53
-
-
Save h0wl/9e40ebd0532c7a5d28e0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Program received signal SIGSEGV, Segmentation fault. | |
| 0x080d827a in xputchar (c=8388738) at sh.print.c:156 | |
| 156 if(iscntrl(c) && (ASC(c) < 0x80 || MB_CUR_MAX == 1)) { | |
| (gdb) x/i $eip | |
| => 0x80d827a <xputchar+234>: movzwl (%eax,%ebx,2),%edx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment