binary-file

How to read a binary file correctly

I have a Book collection that contains a list of books. I create a binary file and write this data to it. There are no proble ... } } // Читаем файл using (BinaryReader reader = new BinaryReader(File.Open(_path + "\\Books.bin", FileMode.Open))) { }

Reverse engineering

Good time of day! There is a binary file whose format is not known. At the same time, there is data that this file contains, ... Qt. Maybe it makes sense try to decompile this program, but then how to find the place in the code where this file is read?

Self-Modifying Binary)

Is it possible to create a self-modifying binary on Go? For example, the program should display how many times it was run and ... modified copy. When you run it again, it outputs the recorded number. Can I have an example of such an implementation on Go?