TresCom Forums http://www.trescomforum.org/ |
|
Memory scrambeler. http://www.trescomforum.org/viewtopic.php?f=20&t=1976 |
Page 1 of 1 |
Author: | Lou-saydus [ Mon May 10, 2004 10:37 pm ] |
Post subject: | Memory scrambeler. |
Code: #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} ![]() |
Page 1 of 1 | All times are UTC |
Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |