Copy command is useful to combine all GameGuardian's dumped files (.bin files) into one file so you no longer have to analyze files one by one. Works on both CMD and Powershell
Usage:
Code:
copy /b *.bin yournewfile.bin
If you don't like to type the command everytime, download batch file, place it in location where bin are located and double click to let it do the job for you
Download bin combiner bat
Last edited: