yck1509 / ConfuserEx

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

w7 w8 bit problem #25

Closed OurIslam closed 10 years ago

OurIslam commented 10 years ago

once i protect a exe with max label in windows 7 or 8 my exe got crashes . but if i run that exe in xp , the exe run fine.

yck1509 commented 10 years ago

Is it x86/x64?

OurIslam commented 10 years ago

both x86

XenocodeRCE commented 10 years ago

It happen to me {win 8 x64} and the obfuscated file is runnable on VM {XP x64}

Sometimes the problem is the IL Flag which isnt unchecked / checked so I check it with CFF manually

OurIslam commented 10 years ago

i think confuserex hook all the method which uses x86 code - ptr byte code wrapper pointer , method desk address for xp .may be the method desk address he uses thats all for in win xp working fine but not working at other os i guess ,

yck1509 commented 10 years ago

Tested under Windows 7 x86/x64 and could not reproduce the error.