This file contains hidden or 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
# Automation of this guide: | |
# https://www.reddit.com/r/cs2/comments/1apx40j/comment/kq9ay6u | |
# from u/El_Chapaux | |
Function Get-FileSize { | |
Param( | |
$length | |
) | |
If ($length -ge 1TB) { | |
return '{0:N2} TB' -f ($length / 1TB) |
This file contains hidden or 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
/* WARNING: Function: _guard_xfg_dispatch_icall_nop replaced with injection: guard_dispatch_icall */ | |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ | |
/* public: static bool __cdecl CMsiSecureRepairManager::NeedsSecureRepair(unsigned short const * | |
__ptr64,enum eSecRepairModeEnum & __ptr64) */ | |
bool __cdecl CMsiSecureRepairManager::NeedsSecureRepair(ushort *param_1,eSecRepairModeEnum *param_2) | |
{ | |
bool bVar1; |
OlderNewer