How could i modify an EXE to run a second program
so ive figured out that EXEs are written in Binary but can be read as Hex via SweetScape so technically i should be able to write code in batch to run a second program then convert the batch file to binary then to Hex and add it to the EXE right? im no…