Go Back  
Reply
 
Thread Tools
Old 11-19-2011   #371
Pockets69
Senior Member
 
Pockets69's Avatar
 
Join Date: Jan 2008
Location: Lisbon, Portugal
Posts: 6,682
Likes: 2,087
Liked 2,451 Times in 1,390 Posts
Mentioned: 139 Post(s)
Tagged: 0 Thread(s)
yes it was... but yeah was just stating... so people won't be in some kind of illusion... not trying to be an ass.
__________________

<eussNL> judge: ´so why did you torrent 5 million AVI of women moaning´
<eussNL> <TizzyT> i dont judge if it sounds good i listen
Pockets69 is offline   Reply With Quote
Likes: (1)
Old 11-19-2011   #372
dcnigma
Member
 
dcnigma's Avatar
 
Join Date: Jan 2010
Location: Belgium
Posts: 51
Likes: 7
Liked 16 Times in 12 Posts
Mentioned: 9 Post(s)
Tagged: 0 Thread(s)
To the idiot that told me to verify or research or whatever... i have researched and verified that application, even before it made the frontpage... i knew what it was before you did... and talked to people that could shed some light on the matter before you even know what Osuites is... and in the end... you still don't know what it is... and what it does...

Read more: http://www.ps3hax.net/showthread.php...#ixzz1eD3ibDlw
me to pockets ;-)
Preparation
Start [Target] =>ConsoleReset [Target] =>Scan serial-No [Target] Boot [Target]
=>Install Special OS
End

But getting a bigger picture now
To get this running you need something like tinyumbrella

Last edited by dcnigma; 11-19-2011 at 09:14 PM.
dcnigma is offline   Reply With Quote
Likes: (1)
Old 11-20-2011   #373
SonyH@K&R
Member
 
SonyH@K&R's Avatar
 
Join Date: Aug 2008
Posts: 95
Likes: 2
Liked 9 Times in 6 Posts
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
I was thinking if it is possible to emulate a jig in 3.55 in lv2patcher and on pc emulate in hosts file the sony IP that the program is looking for. We can inject anything you want if you reroute the sony IP to any LAN ip like 192.168.x.x. I don't know if that's possible. I have ti-84 capable programming xD, but I'm a pc techie LOL
SonyH@K&R is offline   Reply With Quote
Old 11-20-2011   #374
Vesica
Apprentice
 
Join Date: Jan 2008
Posts: 3
Likes: 1
Liked 6 Times in 2 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Originally Posted by GregoryRasputin View Post
I never assume, though, i must commend you on assuming that i assume, also well done on your first post, i sincerely hope it wasn't too stressful for you.
I think you and the rest of the world must have a different opinion of the word assume, because you don't seem to know what it means. To quote the dictionary: "Assume means to authenticate by means of belief; to surmise; to suppose to be true, especially without proof." And here is parts of your original post
Originally Posted by GregoryRasputin View Post
because you are the type of person incapable of being educated, i know a retard that talks the same crap as you, whilst at the same time being a hypocrite.
If you somehow believe that this is not assuming, then I must assume that you assume that everything you say are facts. Which I must assume is a bit pathetic.

And thank you for commending me on my first post. I've been a member at this site for as long as you have, but I always restrain myself from posting because I don't care to add to the drama or don't have anything constructive to add. Last night was however an exception, because I was a bit drunk =)
Vesica is offline   Reply With Quote
Likes: (3)
Old 11-20-2011   #375
GregoryRasputin
 
GregoryRasputin's Avatar
 
Join Date: Jan 2008
Posts: 14,668
Likes: 8,398
Liked 14,900 Times in 5,706 Posts
Mentioned: 1383 Post(s)
Tagged: 3 Thread(s)
Originally Posted by Vesica View Post
I think you and the rest of the world must have a different opinion of the word assume, because you don't seem to know what it means. To quote the dictionary: "Assume means to authenticate by means of belief; to surmise; to suppose to be true, especially without proof." And here is parts of your original post
I see an idiot comment, i reply by posting facts, you must either be special needs or retarded, if you cannot tell the difference between one assuming and one stating fact.


Originally Posted by Vesica View Post
If you somehow believe that this is not assuming, then I must assume that you assume that everything you say are facts. Which I must assume is a bit pathetic.
All i ever do is state fact, not being able to accept that is "pathetic"

Originally Posted by Vesica View Post
I don't care to add to the drama or don't have anything constructive to add.
Well nothing has changed, you still did not have anything constructive to say, its ok, i deal with special people like you all the time, that wont ever change.


EDIT

Any more thread derailment or off topic post, will be dealt with accordingly, you have been warned, especially you Mr Sakariassen...

Last edited by GregoryRasputin; 11-20-2011 at 06:28 AM.
GregoryRasputin is online now   Reply With Quote
Likes: (1)
Old 11-20-2011   #376
Vesica
Apprentice
 
Join Date: Jan 2008
Posts: 3
Likes: 1
Liked 6 Times in 2 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Originally Posted by GregoryRasputin View Post
snip
Thank you for proving my point =) You can go ahead and ban me now
Vesica is offline   Reply With Quote
Old 11-20-2011   #377
mr_wicked
Apprentice
 
Join Date: Nov 2011
Posts: 3
Likes: 0
Liked 5 Times in 2 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
it's all about the .SIG files, isn't it?

[edit] encoding isn't working, I didn't think about it properly..
[edit2] actually I didn't think about it at all, encoding is the same as decoding, it's fixed now..
[edit3] get these noobs out of here
[edit4] open the xml in excel, you gotta love the colors! ;-)

Code:
#ifdef _WIN32
#define _CRT_SECURE_NO_WARNINGS
#endif

#include <malloc.h>
#include <stdio.h>
#include <stdlib.h>
#ifdef _WIN32
#include <io.h>
#include <fcntl.h>
#endif
#include <string.h>

int sig_crypt(char *buffer, size_t len)
{
    char *buffer_end = buffer + len;
    while (buffer < buffer_end)
    {
        if ((*buffer > 0x1f && *buffer < 0x4f) || (*buffer > 0x4f && *buffer < 0x7f))
        {
            *buffer = 0x9e - *buffer;
        }
        buffer++;
    }

    return 0;
}

static void print_usage(void)
{
    fprintf(stderr, "Usage: sig_crypt foo.sig > decrypted_foo.xml\n");
    fprintf(stderr, "  -i  '.SIG file'           : SIG file to encode/decode\n");
    fprintf(stderr, "  -h                        : print this list\n\n");
    exit(-1);
}

static void read_cmdline_params(int argc, char *argv[], char *input_filename)
{
    int i;

    strcpy(input_filename , "");

    if (argc == 1)
    {
        print_usage();
    }
    for(i = 1; i < argc; i++)
    {
        if (strcmp("-h", argv[i]) == 0)
        {
            print_usage();
        }
        else if (strcmp("-i", argv[i]) == 0)
        {
            if (i < argc - 1)
            {
                strcpy(input_filename, argv[++i]);
            }
            else
            {
                fprintf(stderr, "ERROR: No SIG input filename was entered!\n\n");
                print_usage();
            }
        }
    }
}

int main(int argc, char* argv[])
{
    FILE *fd;
    char filename[255];
    char *buffer;
    size_t result, file_size;

    read_cmdline_params(argc, argv, filename);

#ifdef _WIN32
    _setmode(_fileno(stdout), O_BINARY);
#endif

    fd = fopen(filename, "rb");
    if (!fd) 
    {
        fprintf(stderr, "File [%s] could not be opened.", filename); 
        exit(1);
    }

    fseek(fd, 0, SEEK_END);
    file_size = ftell(fd);
    rewind(fd);

    buffer =(char*) malloc(sizeof(char) * file_size);
    if (buffer == NULL) 
    {
        fprintf(stderr, "Out of memory."); 
        exit(2);
    }

    result = fread(buffer, 1, file_size, fd);
    if (result != file_size) 
    {
        fprintf(stderr, "File [%s] could not be read.", filename); 
        exit(3);
    }

    fprintf(stderr, "Encoding/Decoding..\n");

    sig_crypt(buffer, file_size);

    fwrite(buffer, 1, file_size, stdout);

    fclose(fd);
    free(buffer);

    fprintf(stderr, "Done.\n");

    return 0;
}

Last edited by mr_wicked; 11-20-2011 at 07:19 AM.
mr_wicked is offline   Reply With Quote
Likes: (2)
Old 11-20-2011   #378
butnut
Member
 
Join Date: Jul 2011
Posts: 696
Likes: 282
Liked 259 Times in 152 Posts
Mentioned: 88 Post(s)
Tagged: 0 Thread(s)
Anybody know if the eEID from a CECHC is smaller than one from a CECH-2101?
butnut is offline   Reply With Quote
Old 11-20-2011   #379
Selena85
Apprentice
 
Join Date: Nov 2011
Posts: 7
Likes: 0
Liked 0 Times in 0 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
i hope this doesn't lead to 104 pages of DRAMA

Last edited by Selena85; 11-20-2011 at 08:09 AM.
Selena85 is offline   Reply With Quote
Old 11-20-2011   #380
rpgguy999
Member
 
rpgguy999's Avatar
 
Join Date: Nov 2011
Location: Neo Arcadia
Posts: 118
Likes: 48
Liked 27 Times in 21 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Originally Posted by mr_wicked View Post
it's all about the .SIG files, isn't it?

[edit] encoding isn't working, I didn't think about it properly..
[edit2] actually I didn't think about it at all, encoding is the same as decoding, it's fixed now..
[edit3] get these noobs out of here
[edit4] open the xml in excel, you gotta love the colors! ;-)

Code:
#ifdef _WIN32
#define _CRT_SECURE_NO_WARNINGS
#endif

#include <malloc.h>
#include <stdio.h>
#include <stdlib.h>
#ifdef _WIN32
#include <io.h>
#include <fcntl.h>
#endif
#include <string.h>

int sig_crypt(char *buffer, size_t len)
{
    char *buffer_end = buffer + len;
    while (buffer < buffer_end)
    {
        if ((*buffer > 0x1f && *buffer < 0x4f) || (*buffer > 0x4f && *buffer < 0x7f))
        {
            *buffer = 0x9e - *buffer;
        }
        buffer++;
    }

    return 0;
}

static void print_usage(void)
{
    fprintf(stderr, "Usage: sig_crypt foo.sig > decrypted_foo.xml\n");
    fprintf(stderr, "  -i  '.SIG file'           : SIG file to encode/decode\n");
    fprintf(stderr, "  -h                        : print this list\n\n");
    exit(-1);
}

static void read_cmdline_params(int argc, char *argv[], char *input_filename)
{
    int i;

    strcpy(input_filename , "");

    if (argc == 1)
    {
        print_usage();
    }
    for(i = 1; i < argc; i++)
    {
        if (strcmp("-h", argv[i]) == 0)
        {
            print_usage();
        }
        else if (strcmp("-i", argv[i]) == 0)
        {
            if (i < argc - 1)
            {
                strcpy(input_filename, argv[++i]);
            }
            else
            {
                fprintf(stderr, "ERROR: No SIG input filename was entered!\n\n");
                print_usage();
            }
        }
    }
}

int main(int argc, char* argv[])
{
    FILE *fd;
    char filename[255];
    char *buffer;
    size_t result, file_size;

    read_cmdline_params(argc, argv, filename);

#ifdef _WIN32
    _setmode(_fileno(stdout), O_BINARY);
#endif

    fd = fopen(filename, "rb");
    if (!fd) 
    {
        fprintf(stderr, "File [%s] could not be opened.", filename); 
        exit(1);
    }

    fseek(fd, 0, SEEK_END);
    file_size = ftell(fd);
    rewind(fd);

    buffer =(char*) malloc(sizeof(char) * file_size);
    if (buffer == NULL) 
    {
        fprintf(stderr, "Out of memory."); 
        exit(2);
    }

    result = fread(buffer, 1, file_size, fd);
    if (result != file_size) 
    {
        fprintf(stderr, "File [%s] could not be read.", filename); 
        exit(3);
    }

    fprintf(stderr, "Encoding/Decoding..\n");

    sig_crypt(buffer, file_size);

    fwrite(buffer, 1, file_size, stdout);

    fclose(fd);
    free(buffer);

    fprintf(stderr, "Done.\n");

    return 0;
}
Could someone enlighten me, what this C code does?
Because math told us something about buffer...I don't remember now.
rpgguy999 is offline   Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



PS3Hax.net is Copyright © 2010-2013.
Use of this site is governed by our Terms of Use and Privacy Policy. All Trademarks and images are owned by their respected owners.
Posts and links are subject to each author on this forum and are no way affiliated with the operations and/or opinions of ps3hax.net
All times are GMT -5. The time now is 03:14 AM.