All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zhang Fuxin <fxzhang@ict.ac.cn>
To: "Siders, Keith" <keith_siders@toshibatv.com>
Cc: "linux-mips@oss.sgi.com" <linux-mips@oss.sgi.com>
Subject: Re: RE: How to access kernel memory?
Date: Tue, 18 Sep 2001 23:9:53 +0800	[thread overview]
Message-ID: <200109181510.f8IFAYe00546@oss.sgi.com> (raw)

hi,Siders, Keith,
   Hehe,I can think of some usage of 'hot-patched': virus or security
daemon,binary code enhancement or some kind of transform,auto parallelize...:)
   But all this could be done through /dev/mem,in theory.


在 2001-09-18 09:59:00 you wrote:
>I have just the opposite requirement. I need to allow any running process
>and its threads to be "hot-patched" with executable code. I know you're
>thinking "why?". I can't tell you that. I can only say  it's a firm
>requirement, and I could use some helpful ideas.
>
>Keith 
>
>-> -----Original Message-----
>-> From: Zhang Fuxin [mailto:fxzhang@ict.ac.cn]
>-> Sent: Tuesday, September 18, 2001 9:53 AM
>-> To: han han
>-> Cc: linux-mips@oss.sgi.com
>-> Subject: Re: How to access kernel memory?
>-> 
>-> 
>-> hi,han han,
>->    There are several ways.For example:
>->    1.You can create a character device , implement its mmap function
>-> to map the memory block you allcated.This can be done in a little
>-> kernel module.There are some sample code before.
>->    2.via /dev/mem,/dev/kmem etc
>->    
>-> 
>-> 
>-> 
>-> 在 2001-09-18 07:35:00 you wrote:
>-> >Hi, All,
>-> >
>-> >I allocated a block of memory in the kernel space. But
>-> >I don't know how to directly access kernel space from
>-> >user space. Anyone can help me?
>-> >
>-> >Thanks in advance.
>-> >
>-> >piggie
>-> >
>-> >
>-> >__________________________________________________
>-> >Terrorist Attacks on U.S. - How can you help?
>-> >Donate cash, emergency relief information
>-> >http://dailynews.yahoo.com/fc/US/Emergency_Information/
>-> 
>-> Regards
>->             Zhang Fuxin
>->             fxzhang@ict.ac.cn
>-> 

Regards
            Zhang Fuxin
            fxzhang@ict.ac.cn

             reply	other threads:[~2001-09-18 15:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-18 15:09 Zhang Fuxin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-09-18 15:15 RE: How to access kernel memory? Siders, Keith

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200109181510.f8IFAYe00546@oss.sgi.com \
    --to=fxzhang@ict.ac.cn \
    --cc=keith_siders@toshibatv.com \
    --cc=linux-mips@oss.sgi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.