mirror of
https://github.com/frida/frida-python
synced 2026-06-08 14:16:17 +00:00
Avoid using unicode in the stub code
This commit is contained in:
+1
-1
@@ -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!)
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user