Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question or Feature Request] ObjC.choose #15

Open
0xElessar opened this issue Nov 30, 2023 · 2 comments
Open

[Question or Feature Request] ObjC.choose #15

0xElessar opened this issue Nov 30, 2023 · 2 comments

Comments

@0xElessar
Copy link

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

@hot3eed
Copy link
Collaborator

hot3eed commented Dec 3, 2023

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!

@0xElessar
Copy link
Author

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 ;).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants