Re: Protection

otourdes
Date: 05/27/04


Date: Thu, 27 May 2004 17:27:28 +0200

I've already tried it. The generation works but when I launch executable, it
fails !
In my main, I affect events located in a dll. It seems the launcher does not
find them ?!

"Henning Krause" <newsgroup.no@spam.infinitec.de> a écrit dans le message de
news:%23dOI9t$QEHA.1624@TK2MSFTNGP09.phx.gbl...
> Hello,
>
> I have developed a tool to do similiar things. It puts a .NET application
> and all its dependencies as as a resource in a newly created .exe file.
This
> .exe file loads the main() method from the resourcestream and starts it.
>
> That software could be designed similar.
>
> Greetings,
> Henning Krause
> ==========================
> Visit my website: http://www.infinitec.de
> Try my free Exchange Explorer: Mistaya
> (http://www.infinitec.de/?page=products)
>
>
> <otourdes> wrote in message news:e46lUj$QEHA.396@TK2MSFTNGP12.phx.gbl...
> > Hi,
> >
> > I try ThInstall Studio product. They say :"Thinstall packages an entire
> > application suite into a single EXE file that is able to run directly
> > without decompressing to disk. Software Developers can use Thinstall to
> > protect and hide their data files from prying eyes, prevent disassembly
of
> > their EXE or DLL files"
> > And the trial version seems to work well. I can't decompile package
> > thinstall made from my exe and my dlls. (Moreover, I use reflection in
my
> > dll and no problem).
> > My question is: How do they do to prevent decompilation ???
> >
> > Thanks
> >
> >
>
>



Relevant Pages

  • Have big problem with windows control dll
    ... One project that build a windows control dll ... In the windows control c-tor is there a call to a method in the class ... So in the project referense settings for the windows control I have a ... In the exe file c-tor I have a call to a method in the class library. ...
    (microsoft.public.dotnet.languages.csharp)
  • This must be a bug in C# when using user control DLL and class library DLL
    ... One project that build a user control dll called B ... One project that build a class library dll called C ... In the exe file c-tor I have a call to a method in the class library. ... the windows control because I can drag the windows control from the toolbox ...
    (microsoft.public.dotnet.general)
  • Re: trivial question about building exe
    ... exe file, so that I can send it to another machine and it works. ... DLL, ... source files in your exe project and remove all the DLL references. ... exe file that would install the application and all its DLLs on the user's ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Is it possible to include a dll in the exe
    ... > from a custom form in the dll. ... > the code to extract your dll, you just need to extract it to the same ... > In fact I include all of the resources as embedded resources. ... >>>> with the exe file? ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: Externally Linking
    ... > I am writing an application and a dll file and I was wondering how I would ... > access functions within the exe file from the dll? ... ask on a Windows programming groups where they will be able to tell you how ...
    (comp.lang.cpp)