|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
How to make a c code "hard to read"?
Hello All,
I'm looking for software which take readable and nice writing C code and make it hard to read and understand, without ofcourse, changing the output of that code. I heard there is thing called "uglyfier" but there is anyone who know more details about that? Best Regards Amit Zur |
|
#2
|
||||
|
||||
|
1. Look at the code for The International Obfuscated C Code Contest for inspiration!
2. See this article: http://www.chameleon-systems.com/Ch.../PerlTip01.html for obfuscation tips. This is for perl and has a few perl tools, but you could easily use them for C. Hope this helps! |
|
#3
|
||||
|
||||
|
If you don't want it read, don't release it.
__________________
Jon Sagara "Me fail English? That's unpossible!" |
|
#4
|
|||
|
|||
|
i would suggest overloading the period/dot (.) operator. that always makes things quite difficult.
|
|
#5
|
||||
|
||||
|
Why would you want to make the code hard to read?
__________________
Matt |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > C Programming > How to make a c code "hard to read"? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|