Transform part of codes into native images

D

Dotnetjunky

Hello,

When compiling our programs, how can we make certain methods compiled
straight into native codes so that they cannot be decompiled ?

Thanks in advance.
 
M

Michael Giagnocavo [MVP]

With decompilers (use google). Also, don't underestimate the power of
dissassembly.

It really depends on what your goal is. "Preventing decompilation" isn't
much of a goal. The goal is most likely "preventing cracking of this
program", "preventing theft of special algorithms", etc. If you define what
you're really worried about it goes a long way.

-mike
MVP
 

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

Top