frida / frida-rust

Frida Rust bindings
Other
188 stars 53 forks source link

PageProtection - Added Display implementation #176

Closed Xoffio closed 3 weeks ago

Xoffio commented 3 weeks ago

This will be helpful when we do things like Process.enumerateRanges(protection|specifier) in Rust. I am using the same string form as shown in the docs

protection given as a string of the form: rwx, where rw- means “must be at least readable and writable”.

s1341 commented 3 weeks ago

Thanks!