.NET compilers have emitted DEP enabled binaries since .NET 2.0 SP1,
unless someone has edited your binary with editbin. ASLR compiler
switches have only just been added in .NET 4.5 (which is currently in
release preview), however if you want to compile NHibernate with this
enabled you can use the /highentropyva C# compiler switch :)

- Richard

On Jun 8, 9:59 pm, GregC <[email protected]> wrote:
> Hey,
>    In doing a security scan we noticed these important compiler
> switches weren't turned on. While they may not completely prevent a
> security breach, they certainly make it Much harder to do so.
>
>    Is there a reason these flags are off? binscope is a good tool for
> checking them.
>
> Greg

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en.

Reply via email to