XNU Image Fuzzer 1.8.2
Documentation for XNU Image Fuzzer
|
Core and external libraries necessary for the fuzzer functionality. More...
#include <AppDelegate.h>
Instance Methods | |
(void) | - transitionToFuzzedImagesViewController |
(BOOL) | - application:didFinishLaunchingWithOptions: [implementation] |
Properties | |
UIWindow * | window |
Core and external libraries necessary for the fuzzer functionality.
This section includes the necessary headers for the Foundation framework, UIKit, Core Graphics, standard input/output, standard library, memory management, mathematical functions, Boolean type, floating-point limits, and string functions. These libraries support image processing, UI interaction, and basic C operations essential for the application.
Definition at line 36 of file AppDelegate.h.
|
implementation |
Definition at line 38 of file AppDelegate.m.
- (void) transitionToFuzzedImagesViewController |
Definition at line 38 of file AppDelegate.m.
|
readwritenonatomicstrong |
Definition at line 37 of file AppDelegate.h.