I'm attempting to load segments of an ELF file into a c++ file array. I was told to look into ELF Loaders or libelf. Can anyone tell me what these are and how I can use them to load instructions from a binary file to a C++ file? This will all be used to simulate MIPS I processor.
No comments:
Post a Comment