Skip to content
forked from iGio90/GDumper

SC packet dumper and proto parser + encryption

License

Notifications You must be signed in to change notification settings

SC-DevTeam/GDumper

 
 

Repository files navigation

A set of utilities to dump, decrypt and parse Supercell games protocol. Big thanks to Royale-Proxy for the bytebuffer extension and working base.

Dumpers, fuzzers and extra tools are gitignored just because i want to make sure whose gonna put hands on them. Feel free to come here https://discord.gg/hTVhy3V and get a copy

REQUIREMENTS

  • Python3
  • Frida (http://frida.re) (running on Android and bindings pip3 install frida)

USAGE

  • python3 dumper.py to print help

TODO

  • Replace manual edit of game type in proxy.js.
/**
   * Game Map
   * 0: bb
   * 1: coc
   * 2: cr
   */
  const definitions = new Definitions(1);

About

SC packet dumper and proto parser + encryption

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 86.0%
  • Python 14.0%