Skip to content

Reverse Engineering Tools

widberg edited this page Nov 20, 2024 · 52 revisions

This is a list of every free tool I have ever used while reverse engineering Zouna games. I like some of them more than others but they have all been useful.

Tools for general use

  • Noesis - Scriptable file visualizer, exporter, and importer
  • Ghidra - Disasembler and decompiler
  • Cutter - Disasembler and decompiler
  • CyberChef - Online scriptable data manipulator
  • 010 Editor - Scriptable hex editor
  • ImHex - Scriptable hex editor and data visualizer
  • QuickBMS - Scriptable data manipulator
  • 3D Model Researcher - Find and visualize 3D mesh data in files
  • Windows Sysinternals Strings - Find and filter strings in files
  • findstr - Find and filter strings in files
  • Signsrch - Find and identify common byte patterns in files
    • signsrch.sig - My personal signsrch.sig with a few extra signatures
  • Kuriimu2 - General-purpose game translation project manager and toolkit for authors of fan translations and game mods, it has a great raw image viewer
  • ReClassEx - Structure editor
  • Detect It Easy - Detect file types and what tools were used to build them
  • Hobbits - Scriptable hex editor and data visualizer
  • Sandboxie Plus - Run sketchy shit safely
  • Beyond Compare - Compare lots of files. It's good to see what changed on discs between regions/versions.
  • binwalk

Tools for PC games

Tools for Mac games

Tools for GameCube games

Tools for Wii games

Tools for PlayStation/PlayStation 2/PlayStation 3/PlayStation Portable games

  • 7zip or any tool capable of opening ISO files - Extract and create PlayStation disk images
  • ghidra_psx_ldr - Ghidra plugin for working with PlayStation executables

Tools for XBox 360 games

Databases

Home
FAQ

For FMTK Users and Mod Developers

Read the Docs

For FMTK Developers

Asobo BigFile Format Specification
Asobo Classes
      Animation_Z
      Binary_Z
      Bitmap_Z
      Camera_Z
      CollisionVol_Z
      Fonts_Z
      GameObj_Z
      GenWorld_Z
      GwRoad_Z
      Keyframer*_Z
      Light_Z
      LightData_Z
      Lod_Z
      LodData_Z
      Material_Z
      MaterialAnim_Z
      MaterialObj_Z
      Mesh_Z
      MeshData_Z
      Node_Z
      Omni_Z
      Particles_Z
      ParticlesData_Z
      RotShape_Z
      RotShapeData_Z
      Rtc_Z
      Skel_Z
      Skin_Z
      Sound_Z
      Spline_Z
      SplineGraph_Z
      Surface_Z
      SurfaceDatas_Z
      UserDefine_Z
      Warp_Z
      World_Z
      WorldRef_Z
Asobo File Format Idioms
Asobo CRC32
Asobo LZ Compression
Asobo Arithmetic Coding Compression
Asobo Save Game File Format Specification
Asobo Audio Formats
TotemTech/ToonTech/Zouna/ACE/BSSTech/Opal Timeline
Zouna Modding Resources
Miscellaneous

Clone this wiki locally