frida / frida-python

Frida Python bindings
Other
766 stars 145 forks source link

Fix example script.exports function with sync #236

Closed tututu-patch closed 9 months ago

tututu-patch commented 1 year ago

DeprecationWarning: Script.exports will become asynchronous in the future, use the explicit Script.exports_sync instead

script.exports_sync

oleavr commented 9 months ago

Thanks! 🙌