obhq / obliteration

Experimental free and open-source PlayStation 4 kernel
https://obliteration.net
Apache License 2.0
628 stars 18 forks source link

Possibility to run user-define elf/bin files #354

Open gandalfthewhite19890404 opened 1 year ago

gandalfthewhite19890404 commented 1 year ago

Add experimental (you can mark it as unsafe or experimental) possibility to run user-defined (in GUI like: Open->Run elf/bin) PS4 executable files. I do have some homebrews/samples as elf files.

VocalFan commented 1 year ago

+1 this as ELF files are typically used as examples of an emulator working due to their simplicity. Besides from that, it also would let us test different functions of the emulator by running an ELF meant to do a specific task.

VocalFan commented 11 months ago

@ultimaweapon Can I potentially ask for a focus on this?

ultimaweapon commented 11 months ago

This one is a problem for us because our code structure was designed for big app like game only.