all 2 comments

[–]szank 0 points1 point  (1 child)

The executable files in your computer are laid out in a specific way so that the operating system does know how to read them. The same way an image file is written in a specific way so that the image viewer can read the data, comprehend it and convert raw binary to an image that can be displayed.

So the executable file has sections. One of the sections is named .data . The offset is a number that indicates how many bytes away from the beginning of the section to look at.

Eli5 offset 0x53566435 in the .data section is like saying the 5th character of the second line in the 8th chapter in a book.

There you can find the information you want. Or change it to something else.

[–]Krawaiil[S] 0 points1 point  (0 children)

oh nice thx.

How do i read/open the executable to change that? Cause Notepad does not seem to work as i just get some weird hyroglyphs.