ps4dev / elf-loader

Run ps4sdk elf files via TCP on you ps4
The Unlicense
29 stars 9 forks source link

Fix type sizes #3

Open hitodama opened 8 years ago

hitodama commented 8 years ago

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.