Thread

all functions from frida Thread are available.

Table of contents

  1. new

new

Thread.new(function() {
    // do stuffs
});

spawn a new thread using posix C api pthread_create