Dotzu icon indicating copy to clipboard operation
Dotzu copied to clipboard

Build as a .dylib?

Open hiburn8 opened this issue 8 years ago • 4 comments

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.

hiburn8 avatar Sep 11 '17 20:09 hiburn8

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.

remirobert avatar Sep 13 '17 07:09 remirobert

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

hiburn8 avatar Sep 19 '17 10:09 hiburn8

@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

johndpope avatar Sep 20 '17 07:09 johndpope

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 :(

hiburn8 avatar Feb 12 '18 12:02 hiburn8