I just committed version 1.1 of lsmod with limited IOP library support. For now, it only prints out a list of the loaded libs and some attributes. The next version will output all function imports and exports, too.
As a side note, I modified the imports.lst file in a way that you can now specify the exact version of the library you want to import functions from.
As a side note, I modified the imports.lst file in a way that you can now specify the exact version of the library you want to import functions from.
). I still have to dump the 332kb of data to Kernel, then find a point on the game where the PS2 resets IOP or does a transaction that if the disc is not in, it reboots the PS2. Then from there I keep my memory card in that has MCBOOT installed on so I can boot up ULaunchELF v4.12 to load a Kernel Dumper ELF file I wrote to dump my kernel for me to extract the 332kb of memory I dumped from the game.
Comment