Skip to content

Using WinDivert

Gskartwii edited this page Jun 9, 2020 · 1 revision

WinDivert is a packet sniffing and spoofing utility for Windows. It installs a kernelmode driver in order to run transparently and attain effortless compatibility with the debuggee. Sala can run in WinDivert mode with Roblox traffic, so that it will deserialize all incoming and outgoing traffic and reserialize it, while allowing the user to modify the packets inbetween. It is mainly intended to test the correctness of Sala's code, so no meaningful modifications are done by default. If you would like to add them, you'll have to compile Sala from source.

Usage

  1. Run Sala as administrator (this is required to use the WinDivert kernelmode driver).
  2. Choose Capture -> From WinDivert proxy...
  3. Join a Roblox game.

After joining a game, the WinDivert proxy will have two tabs. The first one is for client<->proxy communication, and the second one is for proxy<->server communication. Note that the proxy is experimental. Please report any bugs on the GitHub issue tracker.