All Projects → strager → supermetroid

strager / supermetroid

Licence: other
Super Metroid SNES game, disassembled

Programming Languages

assembly
5116 projects

Projects that are alternatives of or similar to supermetroid

Poketcg
Disassembly of Pokémon TCG
Stars: ✭ 125 (+62.34%)
Mutual labels:  disassembly
Pokemon Reverse Engineering Tools
Tools for building and disassembling Pokémon Red and Pokémon Crystal
Stars: ✭ 249 (+223.38%)
Mutual labels:  disassembly
oracles-disasm
Disassembly of Oracle of Ages and Seasons
Stars: ✭ 125 (+62.34%)
Mutual labels:  disassembly
Replica
Ghidra Analysis Enhancer 🐉
Stars: ✭ 194 (+151.95%)
Mutual labels:  disassembly
Pokered
Disassembly of Pokémon Red/Blue
Stars: ✭ 2,924 (+3697.4%)
Mutual labels:  disassembly
asm2cfg
Python command-line tool and GDB extension to view and save x86, ARM and objdump assembly files as control-flow graph (CFG) pdf files
Stars: ✭ 42 (-45.45%)
Mutual labels:  disassembly
Papermario
Decompilation of Paper Mario
Stars: ✭ 105 (+36.36%)
Mutual labels:  disassembly
Guanciale
🥓 Grab info needed by Carbonara from executables and disassemblers databases
Stars: ✭ 14 (-81.82%)
Mutual labels:  disassembly
Android Disassembler
Disassemble ANY files including .so (NDK, JNI), Windows PE(EXE, DLL, SYS, etc), linux binaries, libraries, and any other files such as pictures, audios, etc(for fun)files on Android. Capstone-based disassembler application on android. 안드로이드 NDK 공유 라이브러리, Windows 바이너리, etc,... 리버싱 앱
Stars: ✭ 250 (+224.68%)
Mutual labels:  disassembly
crackerjack
A collection of crackmes
Stars: ✭ 37 (-51.95%)
Mutual labels:  disassembly
Smap
🔥 Shellcode Mapper
Stars: ✭ 203 (+163.64%)
Mutual labels:  disassembly
Pokegold Spaceworld
Disassembly of the Pokémon Gold and Silver 1997 Space World demo
Stars: ✭ 246 (+219.48%)
Mutual labels:  disassembly
bmod
bmod parses binaries for modification/patching and disassembles machine code sections.
Stars: ✭ 12 (-84.42%)
Mutual labels:  disassembly
Vxsig
Automatically generate AV byte signatures from sets of similar binaries.
Stars: ✭ 139 (+80.52%)
Mutual labels:  disassembly
tenda-reverse
Reverse engineering, getting root access to Tenda MW6 wifi mesh router
Stars: ✭ 90 (+16.88%)
Mutual labels:  disassembly
Pokecrystal
Disassembly of Pokémon Crystal
Stars: ✭ 1,549 (+1911.69%)
Mutual labels:  disassembly
jetpac-disassembly
JETPAC: annotated source code disassembly of this classic 8-bit game (1983, ZX Spectrum)
Stars: ✭ 36 (-53.25%)
Mutual labels:  disassembly
dragon-warrior-disassembly
NES Dragon Warrior software disassembly
Stars: ✭ 46 (-40.26%)
Mutual labels:  disassembly
rom
A disassembly of the ZX Spectrum ROM, created using SkoolKit.
Stars: ✭ 34 (-55.84%)
Mutual labels:  disassembly
binary-auditing-solutions
Learn the fundamentals of Binary Auditing. Know how HLL mapping works, get more inner file understanding than ever.
Stars: ✭ 61 (-20.78%)
Mutual labels:  disassembly

Super Metroid

This project is a disassembly of Super Metroid for the Super Famicom (SNES).

This project produces the following ROMs:

  • supermetroid-ntsc.sfc, the NTSC (Japan/USA) version of Super Metroid. SHA-1 digest: da957f0d63d14cb441d215462904c4fa8519c613

Want to help? Contribute changes to supermetroid.

Building

Build Status

Linux

Prerequisites:

  • CMake version 2.8.9 or newer (included in Nix)
  • GNU Make (included in Nix)
  • GCC or Clang (included in Nix)

Instructions:

  1. Run make from a terminal (such as GNOME Terminal or Konsole).

macOS

Prerequisites:

  • CMake version 2.8.9 or newer (included in Nix)
  • GNU Make (included in Nix and Xcode)
  • GCC or Clang (included in Nix and Xcode)

Instructions:

  1. Run make from Terminal.app.

Windows

Prerequisites:

Instructions:

  1. Open x64 Native Tools Command Prompt for VS.
  2. Navigate to this project's directory.
  3. Run nmake.

Nix

You can build on Linux and macOS using Nix.

Instructions:

  1. Run nix-shell.
  2. In the shell, run make.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].