Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.
/ mkmsgf Public archive
forked from MikeyG/mkmsgf

Make Message File Utility (MKMSGF) clone and decompiler

License

Notifications You must be signed in to change notification settings

prokushev/mkmsgf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Background

So, I was bored and started playing with ArcaOS. This little trip down memory lane led to installing the current Open Watcom v2 and trying to compile my old RexxUtil project after 15+ years. Go figure, I found some issues and started fixing things. As I was fixing, I decided to test each function. I was on SysGetMessage and, as a diversion from looking at the stem functions, I remembered I had done a mkmsgf clone. I made a couple test MSG files with the mkmsgf to use with SysGetMessage and realized they were not quite correct.

Yep, down a rabbit hole. Well, I need to look at the real format of MSG files. I needed to decompile an MSG file to verify the format. In the end, there was mkmsgd. I can decompile an MSG and use the old IBM mkmsgf to recompile with most options.

See the wiki for more info: https://github.com/MikeyG/mkmsgf/wiki

References:

CPGuide - Message Management

About

Make Message File Utility (MKMSGF) clone and decompiler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.7%
  • Other 0.3%