File content not as expected when using mmap
I am trying to parse a .elf file to read it and edit it a bit using open() and mmap(). However, my code is not working as expected.
I am trying to parse a .elf file to read it and edit it a bit using open() and mmap(). However, my code is not working as expected.