Displaying 1 result from an estimated 1 matches for "obfucation".
Did you mean:
obfuscation
2009 Feb 20
0
[LLVMdev] Obfuscation/software watermarking backend
I'd like to know if there is any known project doing obfucated code
generation or software watermarking in LLVM.
The [obfucation/software watermarking] in machine instruction level usually
requires to insert dead code, constant "unfolding", computationally
intensive "opaque predicate", redundant calculation, duplicated calculation,
etc, which all make the program inefficient.
But it seems to be possible...