Skip to content

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

Notifications You must be signed in to change notification settings

arkanoid1/OpcodeDumper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%