
lsmod - Copyright (C) 2007-2008 misfire <misfire@xploderfreax.de>


DESCRIPTION

lsmod shows what IOP modules are currently loaded.  It creates a list with all
modules and their attributes.

lsmod can be used to write out that list to a text file on memory card while
running a PS2 game.  I did so with TimeSplitters PAL.  For this, I recommend
calling the game's SifLoadModule() function from your code.  Keep in mind that
the right modules have to be loaded before accessing mc0.  So you should
probably load lsmod _after_ the game has loaded its native modules.


USAGE

Simply call SifLoadModule() or use ps2client.  There are no arguments yet.

ps2client -t 1 execiop host:lsmod.irx

ps2client -t 1 execiop host:lsmod.irx > modlist


LICENSE

lsmod is licensed under the AFL v2.0.  See file LICENSE.

