From c8c46420aab6de2ea20512a7f3b0a2db7d5ba68f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Andr=C3=A9=20Vadla=20Ravn=C3=A5s?= Date: Mon, 6 Jan 2014 00:49:31 +0100 Subject: [PATCH] Avoid using unicode in the stub code --- src/frida/tracer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frida/tracer.py b/src/frida/tracer.py index a369124..1703ed0 100644 --- a/src/frida/tracer.py +++ b/src/frida/tracer.py @@ -275,7 +275,7 @@ class Repository(object): def _create_stub_handler(self, function): return """\ /* - * Auto-generated by Frida — please modify to match the signature of %(name)s. + * Auto-generated by Frida. Please modify to match the signature of %(name)s. * This stub is somewhat dumb. Future verions of Frida could auto-generate * based on OS API references, manpages, etc. (Pull-requests appreciated!) *