/OpcodeDumper

SMSG JAM handler and opcode dumper for World Of Warcraft build 6.0.2.19034

Primary LanguageC#

Steps to update

a) Update JAM group name patterns if needed. The only byte that should need an update is the first one. That specific byte is right before the first character of the group name. If you find a new JAM group, add it to the JamGroup enumeration.

b) Make sure the pattern for CMSG CliPutWithMsgId did not change. Look for a ctor in a LUA API function to find one.

c) Make sure no section was added. If it was, you will need to adjust the increment on nameOffset in JamDispatch's CTOR. This is how you find it.

d) Find the BeaEngine DLL you'll need. Update bindings if needed.

e) Run the damn thing.