mirror of
https://github.com/drasko/codezero.git
synced 2026-02-11 17:33:15 +01:00
Added env and arg passing to execve
This commit is contained in:
@@ -16,4 +16,10 @@ struct exec_file_desc {
|
||||
unsigned long bss_offset; /* File offset of bss section */
|
||||
};
|
||||
|
||||
struct args_struct {
|
||||
int argc;
|
||||
char **argv;
|
||||
int size; /* Size of strings + string pointers */
|
||||
};
|
||||
|
||||
#endif /* __EXEC_H__ */
|
||||
|
||||
Reference in New Issue
Block a user