Nugget
Bare-metal libraries and examples for the original PlayStation
Loading...
Searching...
No Matches
Classes | Macros | Functions
hostfuzz.c File Reference
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "bsdec.h"
Include dependency graph for hostfuzz.c:

Classes

struct  Outcome
 

Macros

#define CANARY   0xa5a5
 
#define SLACK   256 /* halfwords of canary either side of the output window */
 
#define MAX_IN   (1 << 20)
 
#define MAX_HW   65536
 

Functions

int main (int argc, char **argv)
 

Macro Definition Documentation

◆ CANARY

#define CANARY   0xa5a5

◆ MAX_HW

#define MAX_HW   65536

◆ MAX_IN

#define MAX_IN   (1 << 20)

◆ SLACK

#define SLACK   256 /* halfwords of canary either side of the output window */

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)