Search results

  1. Dread_Pirate_PJ

    Hacking Question Payload loader for iOS?

    As far as I know, since libusb is LGPL and you are using it only by linking to it, you don't have to change your license. See https://softwareengineering.stackexchange.com/questions/141847/how-does-using-a-lgpl-gem-affect-my-mit-licensed-application
  2. Dread_Pirate_PJ

    Hacking Question Payload loader for iOS?

    I was able to successfully build the latest copy of the project, but it seems the app can't detect the Switch is in APX mode. Taping "Reload" does nothing. I have a breakpoint in NXLauncher.mm line 41 and the devices array is empty. Maybe I have a bad build. @JustBrandonT can you post your ipa?
  3. Dread_Pirate_PJ

    Hacking Question Payload loader for iOS?

    In the Xcode project, scroll all the way down to Products in the navigator (the file/group tree on the left). Listed under Products are the different things you can build. Right click on libusb-1.0.0.dylib and select "Show in Finder". Then you can copy and paste the file wherever you need.
  4. Dread_Pirate_PJ

    Hacking Question Payload loader for iOS?

    To build libusb for iOS, find the Xcode project in libusb/Xcode, select the libusb target, and change the Build settings. Base SDK - Latest iOS Supported Platforms - iOS Valid architectures - arm64 armv7 armv7s
  5. Dread_Pirate_PJ

    Hacking Question Payload loader for iOS?

    The libusb-1.0.0.dylib has to be compiled for iOS. dylibs are used in Mac OS also, but a Mac OS compiled dylib won't work on an iOS device. You can't just grab it from some random Github project. The easiest way is to git clone the libusb repo and change the Xcode project to build for iOS, then...
  6. Dread_Pirate_PJ

    Hacking RELEASE SwitchBlade Another Instant CFW Payload

    What changed in the SD files? Are these just the updated latest Atmo modules from tomGER?
  7. Dread_Pirate_PJ

    Hacking Question Payload loader for iOS?

    I haven't worked on the UI, I'm waiting on the exploit code.
  8. Dread_Pirate_PJ

    Hacking [RCM Payload] Hekate - CTCaer mod

    Did you boot into Horizon OS in between the two full NAND backups made with 2.1? Booting into Horizon OS, even if you turn it off immediately after, that will make slight changes to your NAND.
  9. Dread_Pirate_PJ

    Hacking Question Payload loader for iOS?

    Once you send the payload, you ask the Switch for the status with a control request with USB_REQ_GET_STATUS, with a ridiculously large length (0x7000). That is what smashes the stack. Check the last 5 lines of code of https://github.com/DavidBuchanan314/fusee-nano/blob/master/src/exploit.c and...
  10. Dread_Pirate_PJ

    Hacking Question Payload loader for iOS?

    Yes, Xcode 9.4. Just upgraded it and Mac OS yesterday. Before yesterday I had Xcode 9.3 and Sierra, but I could not open JustBrandonT's xcodeproj.
  11. Dread_Pirate_PJ

    Hacking Question Payload loader for iOS?

    Latest Xcode on a 6S running 11.3.1
  12. Dread_Pirate_PJ

    Hacking Question Payload loader for iOS?

    @JustBrandonT and @softwareengineer I got the cables I needed and worked on the project a little bit. I have a fork of the code here: https://github.com/dreadpiratepj/iOUSB I removed all the code for detecting a rooted device and enumerating the contents of /dev, as it's not needed. Now that...
  13. Dread_Pirate_PJ

    Hacking Question Payload loader for iOS?

    I didn't have time to stop by my nearest Apple store to get a Lightning to USB adapter today, but I looked your code over, and what I see missing is putting [[NSBundle mainBundle] resourcePath] before INTERMEZZO_PATH or PAYLOAD_PATH in the fopen lines. Otherwise the code looks good. My...
  14. Dread_Pirate_PJ

    Hacking Question Payload loader for iOS?

    If you already have a USB A to USB C cable for loading hekate payloads from a PC, all you need for the iOS device is this: https://www.apple.com/shop/product/MD821AM/A/lightning-to-usb-camera-adapter There may be cheaper non-Apple brand ones from Amazon, eBay, Best Buy, Alibaba, etc. Just look...
  15. Dread_Pirate_PJ

    Hacking [RCM Payload] Hekate - CTCaer mod

    You can't create a PR without a fork.
  16. Dread_Pirate_PJ

    Hacking fusée (à la) framboise - A portable RPi Fusée Gelée rig

    If you have your own raspbian install, you can install this on there, and call it from systemd: https://github.com/DavidBuchanan314/fusee-nano/
  17. Dread_Pirate_PJ

    Hacking Question Payload loader for iOS?

    This app wouldn't be approved because IOKit is a private framework in iOS. It's not an "approved" way to access USB on iOS. But that's fine, people can get the source and make their own ipa and install it with Cydia Injector.
  18. Dread_Pirate_PJ

    Hacking Question Payload loader for iOS?

    If you use your own Apple developer certificate, it can last up to a year. Just don't distribute your ipa to anyone else or Apple could ban your developer account. auto There's Cydia Impactor, lets you sideload apps without jailbreaking.
  19. Dread_Pirate_PJ

    Hacking Question Payload loader for iOS?

    Alright, sorry for the hostility. But I still don't see why it is any of your concern what other people choose to do with their time. Do you like people telling you what to eat or what you should wear?
  20. Dread_Pirate_PJ

    Hacking fusée (à la) framboise - A portable RPi Fusée Gelée rig

    I think he means turn his rpi into a hotspot. So that you don't need to connect to some other wifi to change the payload.