6.20 Mars development
Would you like to react to this message? Create an account in a few clicks or log in to continue.

6.20 Mars development

Team Mars Custom Firmware For 6.20 OFW using TN HEN
 
HomePortalLatest imagesSearchRegisterLog in
Search
 
 

Display results as :
 
Rechercher Advanced Search
Latest topics
» Christian Louboutin bootie on sale
6.20Cfw and Iso Loader I_icon_minitimeWed Jan 23, 2013 9:07 pm by nieluda

» lady peep christian louboutin[
6.20Cfw and Iso Loader I_icon_minitimeWed Jan 23, 2013 9:06 pm by nieluda

» ]Christian Louboutin Cheap
6.20Cfw and Iso Loader I_icon_minitimeWed Jan 23, 2013 9:05 pm by nieluda

» Hermes Handtaschen
6.20Cfw and Iso Loader I_icon_minitimeSun Jan 20, 2013 11:08 pm by nieluda

» Hermes Picotin MM
6.20Cfw and Iso Loader I_icon_minitimeSun Jan 20, 2013 11:07 pm by nieluda

» Hermes Auslauf
6.20Cfw and Iso Loader I_icon_minitimeSun Jan 20, 2013 11:06 pm by nieluda

» Prada Belt
6.20Cfw and Iso Loader I_icon_minitimeTue Jan 15, 2013 9:34 pm by nieluda

» ]Gucci-Kollektion von Accessoires
6.20Cfw and Iso Loader I_icon_minitimeTue Jan 15, 2013 9:32 pm by nieluda

» Prada Belts
6.20Cfw and Iso Loader I_icon_minitimeTue Jan 15, 2013 9:31 pm by nieluda

Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search
Forum
Affiliates
free forum
 

 

 6.20Cfw and Iso Loader

Go down 
2 posters
AuthorMessage
MagiXex
Noob
Noob
MagiXex


Posts : 99
Join date : 2010-07-08
Location : Mars

6.20Cfw and Iso Loader Empty
PostSubject: 6.20Cfw and Iso Loader   6.20Cfw and Iso Loader I_icon_minitimeTue Aug 31, 2010 2:20 am

I make a Source Code
Hey take a Look at It.
Code:
Isoloader.h
#include <pspkernel.h>
#include <pspiofilemgr.h>
#include <stdio.h>
#include <stdarg.h>
#include "isomodule.h"

typedef struct Directory {
  int level;
  char name[128];
  char path[1024];
} Directory;

typedef struct File {
  char path[1024];
  char name[256];
  u32 addr;
  u32 size;
  PspIoDrvFileArg* arg;
  int fd;
  int seek_cur;
} File;

typedef struct ISO {
  char filename[2048];
  char name[256];
  Directory* dirs;
  File* files;
  int nDirs;
  int nFiles;
} ISO;

ISO* IsoLoad(SceUID fd);
File* IsoGetFile(ISO* iso, const char* filename);


void GetModuleInfo(SceUID fd);
void GetModuleImports(SceUID fd);
u32 FindImport(u32 text_addr, const char* lib, u32 nid);
void PatchImport(u32 text_addr, const char* lib, u32 nid, u32 patch);


void* geMalloc(int size);
void geFree(void* data);
void* geRealloc(void* last, int size);
void DebugPrint(const char *format, ...);
Back to top Go down
MagiXex
Noob
Noob
MagiXex


Posts : 99
Join date : 2010-07-08
Location : Mars

6.20Cfw and Iso Loader Empty
PostSubject: Re: 6.20Cfw and Iso Loader   6.20Cfw and Iso Loader I_icon_minitimeTue Aug 31, 2010 2:23 am

So isoloader.h is bigger
so i think if i can ported to Eboot

so Member Neon Pm me and Teach me How to Code this.
Back to top Go down
NightStar3
Noob
Noob



Posts : 5
Join date : 2010-09-01

6.20Cfw and Iso Loader Empty
PostSubject: Re: 6.20Cfw and Iso Loader   6.20Cfw and Iso Loader I_icon_minitimeWed Sep 01, 2010 2:13 pm

Wow, Your a bad faker.

A) You said you made it, yet you don't know how to program it? XD
B) That code is stolen from OpenIdea Iso loader.


See
Code:
#include <pspkernel.h>
#include <pspiofilemgr.h>
#include <stdio.h>
#include <stdarg.h>
#include "isomodule.h"

typedef struct Directory {
  int level;
  char name[128];
  char path[1024];
} Directory;

typedef struct File {
  char path[1024];
  char name[256];
  u32 addr;
  u32 size;
  PspIoDrvFileArg* arg;
  int fd;
  int seek_cur;
} File;

typedef struct ISO {
  char filename[2048];
  char name[256];
  Directory* dirs;
  File* files;
  int nDirs;
  int nFiles;
} ISO;

ISO* IsoLoad(SceUID fd);
File* IsoGetFile(ISO* iso, const char* filename);


void GetModuleInfo(SceUID fd);
void GetModuleImports(SceUID fd);
u32 FindImport(u32 text_addr, const char* lib, u32 nid);
void PatchImport(u32 text_addr, const char* lib, u32 nid, u32 patch);


void* geMalloc(int size);
void geFree(void* data);
void* geRealloc(void* last, int size);
void DebugPrint(const char *format, ...);


Back to top Go down
Sponsored content





6.20Cfw and Iso Loader Empty
PostSubject: Re: 6.20Cfw and Iso Loader   6.20Cfw and Iso Loader I_icon_minitime

Back to top Go down
 
6.20Cfw and Iso Loader
Back to top 
Page 1 of 1
 Similar topics
-
» 6.20 Iso Loader
» Fr33Convict's Mars Loader Art
» Half Byte Loader for 6.3X released!
» Half Byte Loader for 6.31 to be Release in a few Weeks

Permissions in this forum:You cannot reply to topics in this forum
6.20 Mars development :: Playstation Portable Hacks :: Misc :: Misc-
Jump to: