frida / frida-swift

Frida Swift bindings
Other
139 stars 37 forks source link

Add RPC and spawnable target for tests #2

Closed JohnCoates closed 5 years ago

JohnCoates commented 5 years ago

Also move to Swift 5.0

JohnCoates commented 5 years ago

I appreciate the prompt code review. I'll start making these changes

oleavr commented 5 years ago

Thanks! 🤘 This is awesome 😍

JohnCoates commented 5 years ago

To address some stuff you brought up I did quite a bit of refactoring. For example for all the needless "if let" statements, I moved it to Codable structs. Consolidated quite a bit of the magic values into CodingKeys and the like as well.

oleavr commented 5 years ago

Love it. Thanks so much doing this! ❤️

JohnCoates commented 5 years ago

You're welcome. Glad to help. I've just started controlling Frida with Swift this week and I've found it quite useful. Being able to export functions and call them from Swift is a dream come true haha. Really excited at the automation possibilities.

oleavr commented 5 years ago

Awesome! 😊 I've only done a PoC GUI in Swift, but it was really pleasant; Swift is a beautiful language.