frida / frida-python

Frida Python bindings
Other
766 stars 145 forks source link

Fix Setup Error On Windows #204

Closed serfend closed 2 years ago

oleavr commented 2 years ago

Thanks! Does this happen on Python 2.x or 3.x?

serfend commented 2 years ago

i tested in Python 3.10 , it seems cause by directly concat str with bytes.

oleavr commented 2 years ago

Ah. This was actually already fixed by @X5tar in dd89460c3dd3a2de54ccccfbef0ef4faea79533d. I've updated your commit to improve that fix instead, so it no longer depends on Python >= 3.6. Cheers!