Ok, sometimes we find a bug in a particular release where what's
needed is a function replaced with fixed code.

I'm wondering if it's possible to:

1) look at the kernel symbol table for a particular function in a
   particular object file (static functions would be even better?)
2) replace the first instruction in the function with a jmp to
   our newly loaded code
3) have our newly loaded code be "anonymous" meaning no symbols
   from it enter the kernel symbol namespace (i want to be able to
   re-patch a patched kernel)

Is it possible?

Are there any takers? :)

-- 
-Alfred Perlstein - [[EMAIL PROTECTED]|[EMAIL PROTECTED]]
"I have the heart of a child; I keep it in a jar on my desk."


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to