Hi again... I'm changing the
sys_call_table[__NR_excecve], in the new function I do nothing, just return to
"int sys_execve(struct pt_regs regs)" doing this: return
original_sys_execve(regs), where regs is the pt_regs I receave in the new
function, but when I excecute any file I get a "Segmentation Fault" error
message
Any hint??
Israel
|