skip to main
|
skip to sidebar
Software and Design
Monday, April 5, 2010
A simple self replicate code (quine)
Here is a simple self replicate C code:
main(){char* s="main(){char* s=%c%s%c;printf(s,34,s,34);}";printf(s,34,s,34);}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Programming technology
Blog Archive
►
2011
(8)
►
June
(1)
►
April
(2)
►
March
(1)
►
February
(2)
►
January
(2)
▼
2010
(48)
►
December
(6)
►
November
(3)
►
October
(3)
►
September
(4)
►
July
(2)
►
June
(2)
►
May
(7)
▼
April
(8)
summary of the assemble code map in gcc
General program bugs
Rebuild backtrace of GDB
GDB cheat sheet
Aho Corasic algorithm
code review lesson learned
Detect OpenSSL errors
A simple self replicate code (quine)
►
March
(6)
►
February
(3)
►
January
(4)
►
2009
(9)
►
October
(9)
►
2008
(3)
►
October
(2)
►
September
(1)
About Me
BL
View my complete profile
No comments:
Post a Comment