{"id":23446574,"url":"https://github.com/abcxff/diepindepth","last_synced_at":"2025-04-13T15:23:48.190Z","repository":{"id":38081438,"uuid":"341983429","full_name":"abcxff/diepindepth","owner":"abcxff","description":"Collection of protocol, memory, and other information for the browser game diepio","archived":false,"fork":false,"pushed_at":"2023-05-01T23:07:23.000Z","size":3146,"stargazers_count":52,"open_issues_count":0,"forks_count":18,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-27T06:21:49.430Z","etag":null,"topics":["diep","diepio","memory","protocol","wasm","webassembly"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abcxff.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-24T17:41:12.000Z","updated_at":"2025-03-14T21:15:18.000Z","dependencies_parsed_at":"2024-12-23T20:36:19.102Z","dependency_job_id":"a3aaec3a-ed38-45f7-8028-fac9d51aaf0b","html_url":"https://github.com/abcxff/diepindepth","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abcxff%2Fdiepindepth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abcxff%2Fdiepindepth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abcxff%2Fdiepindepth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abcxff%2Fdiepindepth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abcxff","download_url":"https://codeload.github.com/abcxff/diepindepth/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248733440,"owners_count":21153019,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["diep","diepio","memory","protocol","wasm","webassembly"],"created_at":"2024-12-23T20:36:13.328Z","updated_at":"2025-04-13T15:23:48.162Z","avatar_url":"https://github.com/abcxff.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is no longer being worked on actively, progress updates will be low.\n\nSee [diepcustom](https://github.com/ABCxFF/diepcustom/) for recent projects (reimplementation [in a sense] of a Diep.IO backend)\n\n---\n\n# **:DiepInDepth**\n\nCollection of protocol, memory, and other hacky information for the browser game [diep.io](https://diep.io/).\n\nWhat 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.\n\n### **Sections**\n\nThere are 7 sections that divide up the information collected.\n\n1. Game Protocol ([`protocol/`](./protocol/))  \n   Including incoming and outgoing packets, encoding/decoding, m28 server list api, and websocket connections\n2. WebAssembly Reversal ([`wasm/`](./wasm/))  \n   Including any means necessary, asm.js conversion, specific functions, automation of reversing constants and pointers, understanding of emscripten\n3. Canvas Reversal ([`canvas/`](./canvas/))  \n   Including shape sizes, draw sequences, scaling, and color constants\n4. Memory Management ([`memory/`](./memory/))  \n   Including storage of entities, tanks, the gui, and the structure and way things are stored\n5. Extras ([`extras/`](./extras/))  \n   Including any extra information, fun facts, misc algorithms, and any physics not provided in [Spade Squad](http://spade-squad.com)\n6. Media ([`media/`](./media/))  \n   Including screenshots and other forms of media relating to our research in diep\n7. Physics ([`physics/`](./physics/))  \n   Including information regarding the properties and nature of entities, such as movement, collisions, and sizes\n\nBefore going too in depth into entity-related memory and protocol, it is highly recommended you read [`entities.md`](./entities.md) to understand how entities work.\n\n## **Contributors**\n\nThis repository was made possible with the help of the Diep In Depth team. Thank you to [ABC](https://github.com/ABCxFF), [ALPH2H](https://github.com/ALPH2H), [Excigma](https://github.com/Excigma), [HueHanaejistla](https://github.com/HueHanaejistla), [Diep7444](https://github.com/diepiodiscord), [Cazka](https://github.com/Cazka), [shlong](https://github.com/shlongisdookielol), [Pola](https://github.com/PiotrDabkowski), [Altanis](https://github.com/CoderSudaWuda), [Binary](https://github.com/binary-person), [Shädam](https://github.com/supahero1), [Nulled](https://github.com/Nulled), [Crabby](https://github.com/Craabby), [0x1412](https://github.com/skittles1412), and [CX](https://github.com/CX88) 🙏 for their work. For discussion via discord, join the [Spike Squad Discord Server](https://discord.gg/jRXwhnN7yQ) where some of us are active.\n\n\nIf *you* have additional information you can / want to share, please, pull requests are welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabcxff%2Fdiepindepth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabcxff%2Fdiepindepth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabcxff%2Fdiepindepth/lists"}