Skip to content
This repository has been archived by the owner on Jun 13, 2019. It is now read-only.

Build as a .dylib? #40

Open
hiburn8 opened this issue Sep 11, 2017 · 4 comments
Open

Build as a .dylib? #40

hiburn8 opened this issue Sep 11, 2017 · 4 comments

Comments

@hiburn8
Copy link

hiburn8 commented Sep 11, 2017

I'm a security consultant and regularly test pre-build iOS binaries for security issues. This looks like another great tool to add to the kit-bag for testing the networking of apps... although, i cannot for the life of me figure out how to build this as a dynamic library. I know XCode no longer has the options for dynamic frameworks enabled so this would require some command-line voodoo. I've looked at modifying this https://github.com/danylokostyshyn/flex-dylib-build-script
But this no longer works anyway so i'm a bit lost. Any help would be appreciated. Thanks.

@remirobert
Copy link
Owner

It's very interesting, that's a use case I haven't think of.
I don't know if that's possible, especially with swift.

I will definitely check that. During that time if you find any resource that can help me to figure it out, reply to that issue.

@hiburn8
Copy link
Author

hiburn8 commented Sep 19, 2017

Thanks for the response, i've just seen it. Still not having much luck, although i would still be keen to get it working.

@johndpope
Copy link

johndpope commented Sep 20, 2017

@hiburn8 - you may want to probably checkout revealapp.com
there's a lot of hacks to inject their dylib into prebuilt apps.
https://gist.github.com/search?utf8=%E2%9C%93&q=reveal+dylib&ref=searchresults

@hiburn8
Copy link
Author

hiburn8 commented Feb 12, 2018

True. But reveal doesnt have on-device inspection, it relies on a mac app to actually view stuff. And the main thing i like about Dotzu is the networking inspector, which reveal cant do. My understanding is Reveal is just for looking at app view hierarchies, mostly for UI development :(

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

No branches or pull requests

3 participants