Skip to content

Instantly share code, notes, and snippets.

View kkirby's full-sized avatar

Kyle Kirbatski kkirby

View GitHub Profile
@kkirby
kkirby / hung.m
Last active October 11, 2023 06:19
Updated NonResponding
/**
* compile using this:
* gcc -framework Carbon -framework Foundation ./hung.m -o hung
*
* Referenced from https://apple.stackexchange.com/a/424763/260619
* Original source code https://github.com/jksoegaard/NonResponding
* Original Author: jksoegaard
**/
#import <Foundation/Foundation.h>