Skip to content

Collection of protocol, memory, and other information for the browser game diepio

License

Notifications You must be signed in to change notification settings

imptype/diepindepth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is still being worked on semi-actively, progress updates are posted in the roadmap


:DiepInDepth

Collection of protocol, memory, and other hacky information for the browser game diep.io.

What started off as an attempt to parse game leaderboards out of packets is now a collection of information about the insides of diep.io. Includes information such as packet encoding/decoding, packet protocol, memory structures, a bit of physics, wasm parsing, game code reversal, and much more.

Sections

There are 7 sections that divide up the information collected.

  1. Game Protocol (protocol/)
    Including incoming and outgoing packets, encoding/decoding, m28 server list api, and websocket connections
  2. WebAssembly Reversal (wasm/)
    Including any means necessary, asm.js conversion, specific functions, automation of reversing constants and pointers, understanding of emscripten
  3. Canvas Reversal (canvas/)
    Including shape sizes, draw sequences, scaling, and color constants
  4. Memory Management (memory/)
    Including storage of entities, tanks, the gui, and the structure and way things are stored
  5. Extras (extras/)
    Including any extra information, fun facts, misc algorithms, and any physics not provided in Spade Squad
  6. Media (media/)
    Including screenshots and other forms of media relating to our research in diep
  7. Physics (physics/)
    Including information regarding the properties and nature of entities, such as movement, collisions, and sizes

Before going too in depth into entity-related memory and protocol, it is highly recommended you read entities.md to understand how entities work.

Contributors

This repository was made possible with the help of the Diep In Depth team. Thank you to ABC, ALPH2H, Excigma, HueHanaejistla, Diep7444, Cazka, shlong, Pola, Altanis, Binary, Shädam, Nulled, Crabby, 0x1412, and CX 🙏 for their work. For discussion via discord, join the Spike Squad Discord Server where some of us are active.

If you have additional information you can / want to share, please, pull requests are welcome!

About

Collection of protocol, memory, and other information for the browser game diepio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.8%
  • C 26.2%
  • C++ 16.0%