q (original) (raw)
consider the following program:
int main(int argc, char *argv[]) {
char buf[256];
strcpy(buf, argv[1]);
exit(1);
}
is this code exploitable? supposedly it is, but because of the exit it doesnt seem like i ever get control of eip, i had it segfaulting at some point in time, but i put it down for a while and now i cant figure out what i was doing and have started to doubt its exploitability, any idea's anyone?
I have found what I think is a bug in the GNU stdlib functions atoi(), atol(), and strtol(). I'm using: gcc (Ubuntu 4.4.3-4ubuntu5.1) 4.4.3 For…
I'd really like an online teacher/tutor/guider for c? I'm struggling really hard with it and I would love to know if anybody would like to help me.…
а существует ли способ откомпеллировать прогу, написанную на SML (Standart ML of New Jersey) и превратить ее в файл на Си? Спасите...