I have an executable file called re.exe, I want to read its content in the binary form and then show that content in the console. I write the following code but it doesn't show the content of the binary file in the console. What's the problem?I have an executable file called re.exe, I want