-
Have you ever wanted to peer behind the curtain and look at the actual game code of Explorers of Sky? Figure out exactly how something works, or make your own edits to the game engine? This is what pmdsky-debug was made for.
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
I initially made this project to help with reverse engineering and research, and it's led to things like a damage calculator and a dungeon layout generator. But as the SkyTemple community can attest to, it's also proven very useful for ROM hacking. Whenever you want to make fundamental changes in a ROM hack that can't be done through more basic means, your only option is to directly modify the code yourself, and it turns out that having a big collection of debug info is super useful for that. People in the community frequently use it to write assembly patches, and we even have a way to write mods in C and Rust using the debug info! It's not quite a decompilation project, but it's probably a good step towards one.
Related posts
-
Show HN: OffChess – 100k+ Offline, Ad-Free Chess Puzzles App
-
IpcArc<T>: A Design Document for Inter-Process Communication in Rust
-
Sail 0.3: a Rust-Based Spark Replacement That Runs 4x Faster at 6% the Cost
-
Announcing Project FRIDA: A Cross-Platform System Monitoring & Data Collection Framework in Rust
-
Show HN: Track the AI-generated code in your repo