Hi,
I am trying to modify and execute the ELF loader program in the Linux kernel linux/fs/binfmt_elf.c . Though i tried compiling it using normal gcc -o binfmt_elf binfmt_elf.c , I could not successfully compile it.
Please tell me what needs to be done to be able to execute the program in user space or how to move to kernel space.
Regards,
Shivanu
