I'm doing some iOS development, and there's a tool I'd like to use for debugging. Unfortunately, the tool was not compiled to be compatible with iOS9 (dylibs used on iOS9 must be linked with sealign,4000 or they will not load). The app developer is horrendously slow to reply to use requests, so while I wait I'm investigating if I can find an alternative.I'm doing some iOS development, and there's a t