Atlas - README
Home / lib / rootGuard Lines: 1 | Size: 551 bytes [Download] [Show on GitHub] [Search similar files] [Raw] [Raw (proxy)][FILE BEGIN]1Root Guard 2=========== 3 4What is Root Guard? 5---------------------- 6Root Guard is a simple library to quickly inject a root user check into C/C++ sbin 7programs. It does several checks to determine if the program is being run by the 8root user or even by a user with root privileges. 9Since just checking the UID isnt always enough, Root Guard performs multiple 10checks. 11 12Root Guard can be used anywhere as a static binary. 13 14rg <COMMAND> 15 16This works in the same way as sudo does, you can even run sudo with it to check 17for root privileges. 18 19sudo rg whoami[FILE END](C) 2025 0x4248 (C) 2025 4248 Media and 4248 Systems, All part of 0x4248 See LICENCE files for more information. Not all files are by 0x4248 always check Licencing.