#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include "libpois0n.h"
#include "libpartial.h"
#include "libirecovery.h"
#include "common.h"
#include "ramdisk.h"
#include "exploits.h"
#include "payloads.h"
#define LIMERA1N
#define STEAKS4UCE
//#define PWNAGE2
static pois0n_callback progress_callback = NULL;
static void* user_object = NULL;
int recovery_callback(irecv_client_t client, const irecv_event_t* event) {
if(progress_callback)
progress_callback(event->progress, user_object);
return 0;
}
void download_callback(ZipInfo* info, CDFile* file, size_t progress) {
if(progress_callback)
progress_callback(progress, user_object);
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.