return 0;
}
auxv = (ElfW(auxv_t) *)malloc(getpagesize());
if (auxv == NULL)
{
perror("Unable to allocate memory for auxv");
do