This repository has been archived on 2024-05-15. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
gijs f3705144b8 Added readme 2023-09-22 14:44:18 +02:00
README.md Added readme 2023-09-22 14:44:18 +02:00
index.js Update to 134 2023-09-22 14:37:29 +02:00
package-lock.json Update to 134 2023-09-22 14:37:29 +02:00
package.json Update to 134 2023-09-22 14:37:29 +02:00

README.md

This little tool downloads the Flyff Universe game page and splits in into several files used for decompilation and injection.

  • First it downloads the HTML from https://universe.flyff.com/play.
  • It executes the JavaScript to find out the FilemapVersion .
  • Then it downloads the game client's WASM object alongside it's Emscripten runtime JS.
  • The symbols that the game uses are exported into the Emscripten runtime JS, so this file is parsed to get as much information as possible.
  • Using these symbols, it consolidates both imports and exports into a single JSON file, which is used by fugg-fix-mapping.