TrinityCore
|
#include "Helper.hpp"
Namespaces | |
Connection_Patcher | |
Connection_Patcher::Helper | |
Functions | |
void | Connection_Patcher::Helper::CopyDir (boost::filesystem::path const &source, boost::filesystem::path const &destination) |
void | Connection_Patcher::Helper::DownloadFile (const std::string &serverName, int port, const std::string &getCommand, std::ostream &out) |
Constants::BinaryTypes | Connection_Patcher::Helper::GetBinaryType (std::vector< unsigned char > const &data) |
std::string | Connection_Patcher::Helper::GetFileChecksum (std::vector< unsigned char > const &data) |
std::set< size_t > | Connection_Patcher::Helper::SearchOffset (std::vector< unsigned char > const &binary, std::vector< unsigned char > const &pattern) |
uint32_t | Connection_Patcher::Helper::GetBuildNumber (std::vector< unsigned char > const &binary) |