So I'm making an exe tool for my OS. And for other people. But I don't want them to be able to modify the contents of the EXE as shown in the image. Can anyone give me any advice on how to hide this stuff?
The resources of a PE File are part of the internal structure (header) of the executable. so you can't hide them or make read-only. only you can check if the resources was modified
The resources of a PE File are part of the internal structure (header) of the executable. so you can't hide them or make read-only. only you can check if the resources was modified