FLEX (FLEXing) #
A debugger that runs right inside your iOS app. You can poke around the UI and change variables (like flipping 'isPremium' to true) without even needing a computer.
Pro Tip: This is what people use for those 'Flex patches'—you just find a method like 'isPremium' and flip it to true.