Closed hexploitable closed 9 months ago
glib has an implementation of them, but it is private and can be consulted for its implementation. win32: g_system_thread_set_name posix: g_system_thread_set_name
glib has an implementation of them, but it is private and can be consulted for its implementation. win32: g_system_thread_set_name posix: g_system_thread_set_name
Thanks, I'll check this out - been meaning to get back to this PR!
Exposes thread names via
Process.enumerateThreads
.Currently implemented:
Tested on iOS and Android, but not macOS + Linux yet.