Modifying elf file -


I would like to add a new flag to an ELF file. This flag should then be available to the kernel in the process descriptor. My first idea was to use Freedom, but unfortunately it seems to be a bug on Ubuntu Elfedit might have been a good tool, but I have not found any version specifically for Linux in Ubuntu.

So, I'm thinking that someone can suggest me that if there is any other useful tool, add a custom flag to an ELF file?

Many thanks for your help!

People who are able to modify the kernel to take advantage of the new flag, probably do not ask How to connect the flag in Elf libraries.

So, how do you use the kernel to get this new flag? What is the purpose of the flag?

Since you are connecting with standard freedom, you can not fix the bug for Ubuntu and tell them that you have done this - although they probably need to back up the chain ).


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -