Where can I find linux kernel text and LKMs in memory? -


recently, want write verify integrity of (linux) kernel.

for linux kernel, runtime code determined 2 sources:

  1. the decompressed kernel image
  2. a set of loadable kernel modules(lkms)

i'm curious can find kernel image , loadable kernel lkms in kernel memory? these information, can compare kernel image , lkms stored in trusted store.

linux has virtual memory system. can't find linux kernel or lkm's in memory space of application. can't find other applications in memory space.


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -