yck1509 / ConfuserEx

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

Does compressor work under mono? #212

Open DraTeots opened 9 years ago

DraTeots commented 9 years ago

I'm setting no protection and just compressor. I get single executable that runs fine on windows. When I start it on mono on linux (Ubuntu) I'm getting an error

Unhandled Exception:
System.NotImplementedException: The requested feature is not implemented.
  at <Module>.Main (System.String[] ) [0x00000] in <filename unknown>:0 
[ERROR] FATAL UNHANDLED EXCEPTION: System.NotImplementedException: The requested feature is not implemented.
  at <Module>.Main (System.String[] ) [0x00000] in <filename unknown>:0 

Using the latest build from CI and the latest release.

So the question is, should it work at all? Or compressor is just a windows feature?

yck1509 commented 9 years ago

Hi, It seems Mono does not implement a feature that compressor requires. I'll look into it and see what I could do about it.

SJR3t2 commented 9 years ago

Is there anything I can do to help, as I would also like to have this feature? Such as a mono --trace=all