synacktiv / frinet

Frida-based tracer for easier reverse-engineering on Android, iOS, Linux, Windows and most related architectures.
MIT License
453 stars 41 forks source link

Preserve value of thread's system error #6

Closed HexKitchen closed 4 months ago

HexKitchen commented 6 months ago

This is so that tracing does not alter the system error value of the current thread, leading to incorrect program execution. Fixes #5 .

hexa-synacktiv commented 4 months ago

Thank you for the contribution, we will use this patch until we find the root cause of the issue

hexa-synacktiv commented 4 months ago

Oops, clicked the wrong button :D This time it should work