Page 1 of 1

Memory scrambeler.

Posted: Mon May 10, 2004 10:37 pm
by Lou-saydus

Code: Select all

#include <stdio.h>


main()
{
	register int x, y, z;
   char *ptr_scramb, scramb;
   scramb = 'a';

   for (x=0;x<=9999999;x++){
   	*ptr_scramb = scramb;
      ptr_scramb + 1;
   }
}
   
well i was wondering if this would work. {i really dont want to test it} :lol: