Native compilation

  • Thread starter Thread starter VBAdev
  • Start date Start date
V

VBAdev

Hi all,
I'm looking for a tool to compile .net assemblies to native code to
protect a product from decompilation.
I already considered Remotsoft linker and minideploy tool. Can you
suggest me any other product?
TIA
Marco Paci
 
VBAdev said:
Hi all,
I'm looking for a tool to compile .net assemblies to native code to
protect a product from decompilation.
I already considered Remotsoft linker and minideploy tool. Can you
suggest me any other product?

Yes. An obfuscater.

Alun Harford
 
VBAdev said:
Hi all,
I'm looking for a tool to compile .net assemblies to native code to
protect a product from decompilation.
I already considered Remotsoft linker and minideploy tool. Can you
suggest me any other product?

Compiling into native code doesn't protect from reverse engineering, it
only makes it a bit harder.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top