Due to the abstractions chosen, some of the methods (incorrectly) unify differently sized types as input arguments (uint16_t is used when technically a uint64_t would be allowed too)
The loader (also) uses sized standard types, not Elf* types. I need to go over the types and fix them in some manner, just to clean up. It's unlikely to be important.
Due to the abstractions chosen, some of the methods (incorrectly) unify differently sized types as input arguments (uint16_t is used when technically a uint64_t would be allowed too)
The loader (also) uses sized standard types, not Elf* types. I need to go over the types and fix them in some manner, just to clean up. It's unlikely to be important.