linker

  1. M

    Changing the runtime gid of the rtld linker

    I am looking for a way to change the gid of the dynamic linker while it is reading shared objects from the filesystem. For context, my goal is to create an environment where an unprivileged user can not read/analyze ELF files but can still execute them. This can be easily implemented for ELF...
  2. B

    MIPS GCC9 not building executable ELFs

    Hi Forum, since some days i dig into MIPS Code and try to compile it. No success in building a MIPS Qemu System, i try now to build code for MIPS with a Cross-Chain. For this i have installed mips-packages from the ports tree. mips-binutils-2 mips-gcc9 The tools popup as...
  3. andrewschools

    Compile kernel module with modified object file

    I'm not sure if this is the right forum for this sort of question. If not, forgive me. I made a change to this file: /usr/src/sys/modules/usb/usb/ng_lookup.c and have ran a make which produces many object files. The one I am concerned with is /usr/src/sys/modules/usb/usb/usb_lookup.o. Now I...
Back
Top