editElf

fnElfEditor editElf(string path)

Edit an existing ELF file.

This loads the ELF file and returns an ElfEditor for making modifications.

Parameters

pathPath to the ELF file to edit.

Returns

An ElfEditor instance for modifying the file.

Throws

Exception if the file cannot be read or is not a valid ELF file.