Search.exe = Find Files with Regex
a. Used to find filenames with multi-threading and C++ based Regex
b. You can limit the threadcount but default is to use all availible threads
Scan.exe = Scan Files for Regex
a. Used to recursively find text files with multi-threading and C++ based Regex
b. You can limit the threadcount but default is to use all availible threads
Rex.exe = Find and Replace
Cipher.exe = Encrypt/Decrypt AES Pass-Codes
EpochTime.exe = Convert from Epoch Time to readable Date-Time output
l.exe = Windows version of ls
a. Used like Linux based ls
b. easier to read than dir because it allows you to see file type by color
c. You can sort via alphabetically (default) or by text size (to view more on a page)
d. dir format has color coding
e. Both linux style ls method and windows style dir method will seperate dirs and files
stty_shell.cpp
a. Use this to help automate getting an stty remote shell on your Nix remote target
b. This tool requires that your target have python installed.
alsr
a. Allows for easy viewing of your aslr sate
b. You an easily change your aslr state with this as well
UEBuild.ps1 * Builds the Game Client * Builds the Server * Builds the Editor UECook.ps1 * Cooks the Game Client * Cooks the Game Server UEDebug.ps1 * Bind to the Game Client (VS 2022) * Bind to the Server (VS 2022) UServer.ps1 a. Helps you create dedicated servers for testing b. Helps you configure client game windows on specific screens WipeProject.ps1 * Clears out all generated files and starts you off clean RenameProject.ps1 * Renames all the files required to change the name of your game * This is much more time-consuming than it sounds w/o/ the script
export PATH="/opt/Radicalware/Applications/Build/Release":$PATH
export LIBRARY_PATH="/usr/local/include":$LIBRARY_PATH export LIBRARY_PATH="/opt/Radicalware/Libraries/cpp/include":$LIBRARY_PATH export LIBRARY_PATH="/opt/Radicalware/Libraries/cpp/code/Projects":$LIBRARY_PATH
export CPATH="/opt/Radicalware/Libraries/cpp/include":$CPATH export CPATH="/opt/Radicalware/Libraries/cpp/code/Projects":$CPATH
export LD_LIBRARY_PATH="/opt/Radicalware/Tools/Release/bin":$LD_LIBRARY_PATH export LD_RUN_PATH="/opt/Radicalware/Tools/Release/bin":$LD_RUN_PATH