Difference between revisions of "Mass M Decompiler"

From UODemo Wiki
Jump to: navigation, search
(Created page with 'Presenting to you the Mass M Decompiler with VB.NET source code... This utility is able to create 2 sorts of output. UO-C is the output closest to the M script files. Real-C w...')
 
Line 1: Line 1:
Presenting to you the Mass M Decompiler with VB.NET source code...
+
Presenting you the Mass M Decompiler with VB.NET source code...
  
 
This utility is able to create 2 sorts of output.  UO-C is the output closest to the M script files.  Real-C was invented to make analysis easier because the output has been made compatible with the C language so cross-referencing variables and function names works without problems.
 
This utility is able to create 2 sorts of output.  UO-C is the output closest to the M script files.  Real-C was invented to make analysis easier because the output has been made compatible with the C language so cross-referencing variables and function names works without problems.
Line 5: Line 5:
 
How it works?  Very easy, extract all files from the DAT file with ''Ultima Online uodemo.dat extractor 0.1b'' [http://aluigi.altervista.org/search.php?src=ultima+online] and point the utility to the extracted scripts subdirectory.  Then press the ''Mass Decompile'' button and when the decompilation is finished press the ''Dump All'' button, this will create a ''scripts.c'' directory.
 
How it works?  Very easy, extract all files from the DAT file with ''Ultima Online uodemo.dat extractor 0.1b'' [http://aluigi.altervista.org/search.php?src=ultima+online] and point the utility to the extracted scripts subdirectory.  Then press the ''Mass Decompile'' button and when the decompilation is finished press the ''Dump All'' button, this will create a ''scripts.c'' directory.
  
Download [[File:Mass M Decompiler (Publish 1)]].
+
Publish 1 can be downloaded here: [http://uodemo.uo98.com/files/Mass%20M%20Decompiler%20(Publish%201).zip].

Revision as of 19:32, 23 June 2009

Presenting you the Mass M Decompiler with VB.NET source code...

This utility is able to create 2 sorts of output. UO-C is the output closest to the M script files. Real-C was invented to make analysis easier because the output has been made compatible with the C language so cross-referencing variables and function names works without problems.

How it works? Very easy, extract all files from the DAT file with Ultima Online uodemo.dat extractor 0.1b [1] and point the utility to the extracted scripts subdirectory. Then press the Mass Decompile button and when the decompilation is finished press the Dump All button, this will create a scripts.c directory.

Publish 1 can be downloaded here: [2].