回複:回複:C# decompile

回答: 關於 C# decompile天天古狗2005-03-15 23:43:47

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.

所有跟帖: 

回複:回複:回複:C# decompile -JustPassBy- 給 JustPassBy 發送悄悄話 (84 bytes) () 03/16/2005 postreply 09:21:29

I don't know. I don't think so -either- 給 either 發送悄悄話 (229 bytes) () 03/16/2005 postreply 11:12:44

請您先登陸,再發跟帖!