Skip to main content
deleted 3 characters in body
Source Link

Bourne shellx86 machine language, 1 character

You can usually make a workable executable out of one RET instruction

kill -SEGV\xC3 $$ 

note: a signal handler is not strictly an exception handler, so a signal is not an exception.

Bourne shell

kill -SEGV $$ 

note: a signal handler is not strictly an exception handler, so a signal is not an exception.

x86 machine language, 1 character

You can usually make a workable executable out of one RET instruction

\xC3 
Source Link

Bourne shell

kill -SEGV $$ 

note: a signal handler is not strictly an exception handler, so a signal is not an exception.