PDA

View Full Version : MIPS Software Crack


rizapn
11-04-2002, 00:02
I did crack some MIPS based software (for my CASIO Cassiopeia E-115) using this (try, try, try, and voilla) method :

*) Copy the .exe file from CASIO to PC,
*) Dissassembler it using MIPSDIS
*) Use software like restorator to extract all resource inside the .exe (to know the box and message ID),
*) Find message ID which is used to display its *Limitation* (for example: expired, only 20 seconds, etc)
*) Find that ID inside the assembler code,
*) If it is found in more than 1 place, use your luck to guess and try the correct ones.
*) Put the new code (refer to MIPS Assembler Language Reference) inside the .exe file,
*) Try that new .exe using your PDA.
*) Still *limited* ? Try another assembler code !

Good luck,
RPN