Closed bannsec closed 4 years ago
Reminder for myself to re-enable telescoping in my process exception handling. Currently, there's a bug in Frida where try/catch is not properly handled in Process.setExceptionHandler:
https://github.com/frida/frida/issues/1193
Once that's fixed, I should only have to uncomment the line in js/exception_handler.js and update tests.
//details.context = timeless_snapshot(details, false).context;
Reminder for myself to re-enable telescoping in my process exception handling. Currently, there's a bug in Frida where try/catch is not properly handled in Process.setExceptionHandler:
https://github.com/frida/frida/issues/1193
Once that's fixed, I should only have to uncomment the line in js/exception_handler.js and update tests.