Home

Awesome

Dark Souls 3 - Reverse Engineering

This repository serves as a set of tools, resources and collected data related to reverse engineering the Dark Souls 3 game engine and netcode. The focus is on the matchmaking implementation, with the hopes of eventually creating a private matchmaking server.

What can I find in here?

The layout of the directory structure in this repository should be mostly self-explanatory for now. Each sub-directory has its own README which you can visit from the links below.

NOTE: Most of the following is still a work in progress.

If you'd like to make changes to any code here without a checkout of the repository, you can use the button below to open a temporary GitPod workspace:

Open in Gitpod

How can I help?

The work being done here is by members of the ?ServerName? souls modding discord. Check their website for an invite to the Discord server where any discussion around this happens.

I run a Ghidra server containing runtime images of the Dark Souls 3 executable. You can access it by connecting to the Ghidra repository at soulsmodding-ghidra-hosting.uksouth.cloudapp.azure.com.

If you would like write access, please ping sfix#5190 on Discord, either via DM or a ping in ?ServerName?. This server is running Ghidra 9.2, so you will need to build your own distribution or get one from Ghidra, batteries included before you can access the repository.

You can check the issues page for a list of things that are being worked on.