After adding support for importing nodejs modules inside frida scripts, waiting for attach/detach operations to finish times out with synchronous APIs. Adding async option to these APIs or exposing separate endpoints to interact with frida session asynchronously will provide a better user experience.
After adding support for importing nodejs modules inside frida scripts, waiting for attach/detach operations to finish times out with synchronous APIs. Adding async option to these APIs or exposing separate endpoints to interact with frida session asynchronously will provide a better user experience.