Thread: Finding Opcodes
View Single Post
  #37  
Old 07-25-2008, 12:50 AM
MNWatchdog
Hill Giant
 
Join Date: Feb 2006
Posts: 179
Default

As long as Sony doesnt change compilers or their C code for handling Opcodes, you could make what ya might call templates that could easily find any opcodes.

You take the current client, look at the hex before and after the opcode and build these templates to quickly search for new opcodes.

Template for a opcode would be like HH HH HH ?? ?? HH HH, where HHs are the common hex codes and the ?? are the unknown/possible opcodes.

Then you search the new client using these templates.
Reply With Quote