How it works briefly: when the launcher is started, you can copy a game to the PS3 HDD. It will create a folder on the hard disk and copy the Game files over (it's NOT an "ISO" Loader, it just launches the PS3 Game's files), identical to the way PSN's demos are installed.
The games are then launched using a relevant call, such as sceNpDrmProcessExitSpawn or sys_game_process_exitspawn2 (depending on location) and the loader then passes control off to the game, where it is run from.
Cioè
Quando é avviato il programma, potete copiare un gioco ps3 su HDD. Il launcher creerà una cartella sull'hard disk e copierà al suo interno i file del gioco (non é un ISO loader, lancia solamente i file del gioco PS3), proprio come accade per i giochi scaricati dal PSN
I giochi son quindi avviati tramite un relevant call, come sceNpDrmProcessExitSpawn o sys_game_process_exitspawn2, e il loader lascia il controllo al gioco, ormai avviato