Icebox : Virtual Machine Introspection, Tracing & Debugging

Icebox is a Virtual Machine Introspection solution that enable you to stealthily trace and debug any process (kernel or user). It’s based on project Winbagility. Files which might be helpful: INSTALL.md: how to install icebox. BUILD.md: how to build icebox. Project Organization fdp: Fast Debugging Protocol sources icebox: Icebox sources icebox: Icebox lib (core, os …

CocoaDebug : iOS Debugging Tool

CocoaDebug is an iOS debugging tool with the following features; Shake to hide or show the black bubble. (support both device and simulator)  Long press the black bubble to show UIDebuggingInformationOverlay. (Apple’s Private API, support iOS 10/11/12)  Application memory usage and FPS.  List all print() and NSLog() messages which have been written by developer in Xcode. (optional)  List of all the …