What ELF types do kernel itself and kernel modules have?
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
https://linux-audit.com/elf-binaries-on-linux-understanding-and-analysis/
says
The type field tells us what the purpose of the file is. There are a
few common file types.CORE (value 4)
DYN (Shared object file), for libraries (value 3)
EXEC (Executable file), for binaries (value 2)
REL (Relocatable file), before linked into an executable file (value 1)
...
A common misconception is that ELF files are just for binaries or
executables. We already have seen they can be used for partial pieces
(object code). Another example is shared libraries or even core dumps
(those core or a.out files). The ELF specification is also used on
Linux for the kernel itself and Linux kernel modules.
What ELF types do kernel itself and kernel modules have?
Could you give some examples for the files of kernel itself and kernel modules?
Thanks.
linux linux-kernel kernel-modules elf
add a comment |Â
up vote
0
down vote
favorite
https://linux-audit.com/elf-binaries-on-linux-understanding-and-analysis/
says
The type field tells us what the purpose of the file is. There are a
few common file types.CORE (value 4)
DYN (Shared object file), for libraries (value 3)
EXEC (Executable file), for binaries (value 2)
REL (Relocatable file), before linked into an executable file (value 1)
...
A common misconception is that ELF files are just for binaries or
executables. We already have seen they can be used for partial pieces
(object code). Another example is shared libraries or even core dumps
(those core or a.out files). The ELF specification is also used on
Linux for the kernel itself and Linux kernel modules.
What ELF types do kernel itself and kernel modules have?
Could you give some examples for the files of kernel itself and kernel modules?
Thanks.
linux linux-kernel kernel-modules elf
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
https://linux-audit.com/elf-binaries-on-linux-understanding-and-analysis/
says
The type field tells us what the purpose of the file is. There are a
few common file types.CORE (value 4)
DYN (Shared object file), for libraries (value 3)
EXEC (Executable file), for binaries (value 2)
REL (Relocatable file), before linked into an executable file (value 1)
...
A common misconception is that ELF files are just for binaries or
executables. We already have seen they can be used for partial pieces
(object code). Another example is shared libraries or even core dumps
(those core or a.out files). The ELF specification is also used on
Linux for the kernel itself and Linux kernel modules.
What ELF types do kernel itself and kernel modules have?
Could you give some examples for the files of kernel itself and kernel modules?
Thanks.
linux linux-kernel kernel-modules elf
https://linux-audit.com/elf-binaries-on-linux-understanding-and-analysis/
says
The type field tells us what the purpose of the file is. There are a
few common file types.CORE (value 4)
DYN (Shared object file), for libraries (value 3)
EXEC (Executable file), for binaries (value 2)
REL (Relocatable file), before linked into an executable file (value 1)
...
A common misconception is that ELF files are just for binaries or
executables. We already have seen they can be used for partial pieces
(object code). Another example is shared libraries or even core dumps
(those core or a.out files). The ELF specification is also used on
Linux for the kernel itself and Linux kernel modules.
What ELF types do kernel itself and kernel modules have?
Could you give some examples for the files of kernel itself and kernel modules?
Thanks.
linux linux-kernel kernel-modules elf
linux linux-kernel kernel-modules elf
asked 3 mins ago
Tim
24.2k67233423
24.2k67233423
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f476149%2fwhat-elf-types-do-kernel-itself-and-kernel-modules-have%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password