What is an .exe file stub?

前端 未结 2 1664
天涯浪人
天涯浪人 2021-01-18 21:43

I\'m learning how to obfuscate my assembly using .NET Reactor.

One option is to "Generate a native x86 EXE file stub," whi

2条回答
  •  太阳男子
    2021-01-18 22:06

    Though your question was some time ago, I thought I'd share an answer:

    Have you ever used a Tool like Reflector, ILSpy or dotPeek? Those tools can be used to generate the source from an managed assembly. If you use that native x86 stub, those tools should tell you "Cannot open unmanaged dll" (or something similar) - according to the developer.

提交回复
热议问题