module CrystalGauntlet::PatchExe

Extended Modules

Defined in:

patch-exe.cr

Constant Summary

ROBTOP_SERVER_PATH = "http://www.boomlings.com/database"
SUPPORTED_EXTENSIONS = ["exe", "apk"]
SUPPORTED_PATCH_PLATFORMS = ["Windows", "Android"]

Instance Method Summary

Instance Method Detail

def check_server_length(exit_if_fail : Bool) #

[View source]
def force_rm(path : Path) #

[View source]
def full_server_path #

[View source]
def patch_exe_file(location : String, new_package_name : String | Nil) #

[View source]
def replace(from : IO, to : IO, search : Array(UInt8), replace : Array(UInt8)) #

[View source]
def robtop_server_path #

[View source]