Thread
all functions from frida Thread are available.
Table of contents
new
Thread.new(function() {
// do stuffs
});
spawn a new thread using posix C api pthread_create
all functions from frida Thread are available.
Thread.new(function() {
// do stuffs
});
spawn a new thread using posix C api pthread_create