Hacker News new | ask | show | jobs
by eequah9L 3028 days ago
I suspect that these languages just end up deferring to the system() library function in libc. LD_PRELOAD or other linker trick would then let you override it with a do-nothing or complain-loudly replacement.