You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
quick question. Does the Swift Bridge allows similar functionality to ObjC.choose, which allows accessing live instances of Obj-C classes? This is extremely useful, if constructor of a Swift class requires complex parameters (often instances of other classes). Using this functionality we could easily access properties and methods of such Swift class instances without worrying about the correct constructor calls.
thanks
The text was updated successfully, but these errors were encountered:
There's no such feature in the current API, but it would be great to have one day. Feel free to ask question if you wanna contribute by adding this feature!
Thank you, @hot3eed . I wish I had such skills to be able to add such feature. For now, I am trying to use Frida framework properly, which is hard alone especially in the Swift cases ;).
hello team,
quick question. Does the Swift Bridge allows similar functionality to ObjC.choose, which allows accessing live instances of Obj-C classes? This is extremely useful, if constructor of a Swift class requires complex parameters (often instances of other classes). Using this functionality we could easily access properties and methods of such Swift class instances without worrying about the correct constructor calls.
thanks
The text was updated successfully, but these errors were encountered: