SasukeK93 / d3

Diablo 3 RE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository contains my work on reverse engineering D3

extract_protobins.py

A small IDA script to extract the compact binary representations of the protocol buffers definition files from executables. In Diable 3, the required files are included in "Diablo III.exe" and "battle.net.dll" and can be extracted by running the script from within IDA on both databases.

decompile_protobins.py

This script turns the .protobin binary representations of the protocol buffers back into plain text .proto files. Requires the Google Protocol Buffers Python library.

Usage: decompile_protobins.py in_folder out_folder

server

This folder contains my attempts at implementing parts of the server and client. There is no intention to get a fully-working server or client working.

About

Diablo 3 RE


Languages

Language:C# 99.9%Language:Python 0.1%