NSO: Difference between revisions
Line 168: | Line 168: | ||
|} | |} | ||
argv_ptrarray written by official processes is at ( | * The copy of the args used with the argv array is written by official processes to actual_argdata_string+actual_argdata_size. | ||
* argv_ptrarray written by official processes is at (args_copy+actual_argdata_size) + 0x9 & ~0x7. |