aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/loader/elf.h
Commit message (Expand)AuthorAge
* Loader: Remove unnecessary pointer indirection to IOFileGravatar Yuri Kunde Schlesner2015-07-13
* Kernel: Introduce skeleton Process class to hold process dataGravatar Yuri Kunde Schlesner2015-05-08
* Loader: Guess filetype from the magic, or fallback to the extension.Gravatar Emmanuel Gil Peyrot2015-01-15
* Loader: Keep a reference to the file and pass it to the correct AppLoader, in...Gravatar Emmanuel Gil Peyrot2015-01-15
* Loader: Never forget to change is_loaded.Gravatar Emmanuel Gil Peyrot2015-01-15
* License changeGravatar purpasmart962014-12-20
* Marked AppLoader_ELF, AppLoader_NCCH, and Archive_RomFS virtual functions as ...Gravatar bunnei2014-07-04
* Marked AppLoader_ELF, AppLoader_NCCH, and Archive_RomFS classes as "final"Gravatar bunnei2014-07-04
* Loader: Refactored use of const.Gravatar bunnei2014-06-24
* Loader: Implemented AppLoader interface for abstracting application loading.Gravatar bunnei2014-06-24
* Elf: Removed unused macros, changed #include of "common.h" to just "common_ty...Gravatar bunnei2014-06-17
* Loader: Cleaned up and removed unused code, refactored ELF namespace.Gravatar bunnei2014-06-16
* Elf: Renamed modules to be consistent with new loader naming, fixed tabs -> s...Gravatar bunnei2014-06-16