Search results

  1. F

    proc_rwmem help

    Hi all, I'm trying to read process memory other than the current process in kernel. I was told to use the proc_rwmem function, however I can't get it working properly. At first, I'm trying to read how many elements the environment variables vector has. To do this I tried this: char...
  2. F

    Help with linprocfs small patch

    Hi, Could anyone help me with this small patch? I don't know why it doesn't show the proper environment for the process. It seems to show the current process' environment. /* * Filler function for proc/pid/environ */ static int linprocfs_doprocenviron(PFS_FILL_ARGS) { int i...
Back
Top