description: ------------ lui is a kernel mod which allows you to disassemble instructions at a given address. it has been tested with ps2linux standard kernel (v2.2.1) lui supports: - general CPU Instructions - SPECIAL Instruction Class - REGIMM Instruction Class - COP0 Instruction Class including BC0 and C0 MMI Instruction Classes, COP1/COP2 Instruction Classes are _NOT_ supported build: ------ if you don't like the precompiled module you can build lui simply by typing $ make to install lui type $ make install and lui will be copied to /lib/modules/2.2.1/misc usage: ------ change to luis directory, become superuser and type: $ insmod lui.o addr=<0xsomething> words= if you like lui you could copy him to /lib/modules/2.2.1/misc/ and than call him wherever you want with $ insmod lui addr=<0xsomething> words= to restart lui you have to remove him first - type: $ rmmod lui CAUTION: -------- this module is _dangerous_! it could hang and/or crash your system beyond repair. don't use lui until you know exactly what you're doing. contact: -------- visit http://www.neoscientists.org/~blue/ps2linux.html or mail to 'blue' at this site