[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How arguments are stored on pages linux_bprm (Kernel 2.4)



Hi,
    I have a requirement of reading command line arguments passed while invoking a binary, inside load_elf_binary(). I tried to read kernel 2.4 code but i am confused how data is stored inside the pages (linux_bprm)
Can anybody point to some document / tutorial or if possible brief me about how it is done?
 
Regards,
Dang