Skip to content

knot126/Marmalade-Modding

Repository files navigation

Marmalade SDK modding

Some misc. utilities made while modding games made with the Marmalade SDK. You can probably find better tools online.

Tools

  • dump_s3e.py: Dump information about an S3E executable, including headers, the embedded config and relocation information.
  • dzextract.py: Tries to extract a .dz archive and generate a DZip configuration file. There is only limited support ATM, so using the official dzip.exe is recommended. (E.g. dzip.exe -d <dz path>)
  • disable_sig_check.py: Really basic script to patch out signature verification. Only works with Marmalade loader v4.40.0.
  • group_split.py: Split .group.bin into binary chunks.

Ghidra S3E loader

An really really really exprimental S3E loader for Ghidra is also available.

About

Some quickly made tools working with games made with the Marmalade SDK

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages