Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.
/ mffer Public archive

Marvel Future Fight exploration & reporting

License

Notifications You must be signed in to change notification settings

therealchjones/mffer

Repository files navigation

mffer

Marvel Future Fight exploration & reporting

mffer is no longer being developed. This github repository is archived.

This project develops software that creates and updates the mffer webapp.

Marvel Future Fight (MFF) is a mobile game for Android and iOS created with Java, C#, Unity, and IL2CPP. It uses multiple common services for authentication and proprietary servers for data storage and communication.

mffer facilitates analysis of the Marvel Future Fight application and provides access to the data it uses for game play. The mffer project and its maintainer are not affiliated with Marvel Future Fight, its creators and owners, or their affiliates.

The project includes:

  • a shell script to obtain the Marvel Future Fight program files
  • a shell script to decompile and analyze the program files
  • a command line program to obtain and parse the data files, analyze the data, and output information in an open and usable format
  • a web app to present and use the game data

More information about using and developing mffer is available at https://dev.mffer.org.