Messages in this thread |  | | Date | Wed, 04 Oct 2000 09:32:47 -0400 | From | Brian Gerst <> | Subject | Re: execve replacement. |
| |
Abel Muñoz Alcaraz wrote: > > Hi everybody, > > I have replaced the execve() kernel API with my own implementation but it > doesn't work well.
"it doesn't work well" is a bit vague...
I am guessing that you are getting an unresolved symbol. Modifying the system call table is not and probably never will be available for modules. The syscall table is very architecture dependant, and is not exported to modules.
--
Brian Gerst - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |