Post: GreenPosi0n Source Code
12-17-2010, 09:19 PM #1
0xFa1z
Splicer
(adsbygoogle = window.adsbygoogle || []).push({});
Hey everybody, i thought i'd post my copy of GP's source code.

Its really amazing how orgnized these source files are and its also amazing how much work was put into them from writing the venerability to exploiting it.

Here are some first lines of GP

    
#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);
}


Also, i happend to have some early lines of SHAter, they're simple, i dont think they can give anything to apple, but ya, sorry i cant post them.


You must login or register to view this content.
(adsbygoogle = window.adsbygoogle || []).push({});
12-24-2010, 04:25 AM #2
_StAtEaMiNd_
iNSSANNEEiN-DBRAiiN
Hey im new at this coding stuff, what does this do?
12-24-2010, 09:03 AM #3
0xFa1z
Splicer
Originally posted by toledo124 View Post
Hey im new at this coding stuff, what does this do?


its the source code for the actual jailbreak process, or rather tool. If you compile it correctly, you should get The GreenPois0n exutable
12-24-2010, 09:06 AM #4
3arc
Meow.
    #define STEAKS4UCE
made me lol.

The following user thanked 3arc for this useful post:

0xFa1z
12-25-2010, 09:42 PM #5
0xFa1z
Splicer
Originally posted by 3arc View Post
    #define STEAKS4UCE
made me lol.


btw, if you wanna have a better GUI to ur NGU app, use Flash CS5
12-26-2010, 07:01 AM #6
3arc
Meow.
Originally posted by TheLegislator View Post
btw, if you wanna have a better GUI to ur NGU app, use Flash CS5


I know, I'm currently making it using iWebKit: You must login or register to view this content.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo