bannsec / revenge

REVerse ENGineering Environment
57 stars 5 forks source link

Enable telescoping in general process exception catch #4

Closed bannsec closed 4 years ago

bannsec commented 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;