3
3

More than 3 years have passed since last update.

Pythonをctypesを使わずに1行でセグフォらせる

Last updated at Posted at 2020-06-29

pythonを三行でセグフォらせるがすべての始まりで、これは知らなかったです。面白いです。
pythonを2行でセグフォらせるなど、ctypesを使うものも出ています。

それとは違うタイプの死に方を思いついたので投稿します。多分Linuxでしか動かないです。

まさに自殺
import os; os.kill(os.getpid(), 11)
3
3
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3