回複:回複:C# decompile

來源: 2005-03-16 08:48:24 [舊帖] [給我悄悄話] 本文已被閱讀:

I have used dotFuscator. ALL it does it to change the variable names. The structure of the program and the values won't be changed.

e.g. if we have
key1 = "abcd" and key2 = "1234",
dotFuscator may make it look like
ac934lcvr4-239f = "abcd" and kfhg397vh3kich43 = "1234",
thus, the alogrithm is still out in the open.