ELFIO icon indicating copy to clipboard operation
ELFIO copied to clipboard

Loading elf from buffer

Open georgemoralis opened this issue 1 year ago • 4 comments

For example https://www.psdevwiki.com/ps4/SELF_File_Format SELF files contains elf in a specific offset , so loading from buffer might be useful for these cases .

georgemoralis avatar Dec 04 '23 10:12 georgemoralis

Please have a look at elfio::set_address_translation() and address_translator class. The API permits address transformation for loading from a buffer at arbitrary offset.

Is it what you are looking for?

serge1 avatar Dec 04 '23 17:12 serge1

hmm that might do the trick ,will check and tell you :)

georgemoralis avatar Dec 04 '23 18:12 georgemoralis

Have you had a chance to check?

serge1 avatar Dec 13 '23 08:12 serge1

not yet actually but i am adding some ps4 specific elf stuff in elfio https://github.com/shadps4-emu/ext-ELFIO

georgemoralis avatar Dec 18 '23 12:12 georgemoralis

No news for a long time. The referred repo doesn't exist anymore. Please feel free to reopen if new information is available.

serge1 avatar Mar 03 '24 14:03 serge1