quick (and shortest?) way to coredump C with GCC (default settings)
$ : git clone https://github.com/cristeigabriel/shortest-C-coredump;
$ : cd shortest-C-coredump/;
$ shortest-C-coredump/: gcc coredump.c
$ shortest-C-coredump/: ./a.out
this example tries to call an inexistent/unreadable memory address by prototyping it to a callable function, this resulting in a coredump