yck1509 / ConfuserEx

An open-source, free protector for .NET applications
http://yck1509.github.io/ConfuserEx/
Other
3.56k stars 1.62k forks source link

Static names after rename #395

Open ghost opened 8 years ago

ghost commented 8 years ago

Confuser does not use random seed? Or what?

yck1509 commented 8 years ago

Hi, ConfuserEx does use random seed in renaming, is there any example names that you see is not random?

ghost commented 8 years ago

After control flow obfusaction name of functions always the same. I checked it ~10 times on one .exe file.

yck1509 commented 8 years ago

Control flow obfuscation would not rename the functions. If you want to rename the functions, you should use Name Protection instead.

ghost commented 8 years ago

I use control flow with rename and in result i get same functions name.

yck1509 commented 8 years ago

Are you setting the same random seed in each obfuscation? Do you have any sample that can reproduce the problem?