Skip to content

Instantly share code, notes, and snippets.

@h0wl
Created April 3, 2015 18:53
Show Gist options
  • Select an option

  • Save h0wl/9e40ebd0532c7a5d28e0 to your computer and use it in GitHub Desktop.

Select an option

Save h0wl/9e40ebd0532c7a5d28e0 to your computer and use it in GitHub Desktop.
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