so i have this code and i need to change the binary file .by changing the password to grant access to user only if user enters password that would have previously been denied. so i need to read byte by byte and find the address of the byte to change and change that byte
so i understand that i need to treat the binary file as a txt file by reading it byte by byte but how to find the memory address and change it. I know that this program is probably max 10 lines but im not really familiar with c