This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
common\netmessages.h | |
379: /** Removed for partner depot **/ | |
396: /** Removed for partner depot **/ | |
411: /** Removed for partner depot **/ | |
engine\baseclientstate.cpp | |
2792: /** Removed for partner depot **/ | |
2803: /** Removed for partner depot **/ | |
filesystem\basefilesystem.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
# patches ripcord so that you may send messages in rate limited channels | |
# and see deleted messages | |
# blah blah blah use at your own risk | |
import codecs | |
import sys | |
filename_in = "Ripcord.exe" | |
filename_out = "RipcordPatched.exe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This difference file was created by IDA | |
Ripcord.exe | |
00000000000E60AB: 74 EB | |
000000000017733F: 07 08 | |
0000000000177366: 48 60 | |
0000000000177367: E9 EB | |
0000000000177368: 40 03 | |
0000000000177369: 09 90 | |
000000000017736A: 00 90 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <chrono> | |
#include <cmath> | |
#include <iostream> | |
#include <string> | |
#include <vector> | |
constexpr uint32_t LENGTH = 120; | |
constexpr int HEIGHT = 28; | |
using Duration = |