English 中文(简体)
防止动态连接网[封闭式]
原标题:Securing against dynamic linking in .NET [closed]
Closed. This question needs to be more focused. It is not currently accepting answers.

我想用所附许可证来部署申请。 然而,我想防止我的磨擦很容易在视觉演播室中参考。

这样做的通常方式是什么? 我正在考虑先提出申请,以防这种情况发生,但《守则》则变得依赖结构。 然而,除窗户外,不瞄准任何其他结构/平台,在放电后确定申请似乎与我的工作相重。 是否有其他办法实现这一目标?

最佳回答

您可以在目标机器上载上载载上由Ngen.exemust <>。 有一个专用服务,安装在上面。 该网络安装了接收器。 这样做无助于保护任何方面,原议会也必须在场。

。 该网络已逐步支持发放许可证,但仅用于可设计的课程。 系统。 许可证是基类申报。 LicFileLicense 提供商是具体执行。

你可以购买第3党,东dong是不可原谅的。 无论是哪种方式,你为国际警察提供的唯一真正保护都是在法院。 在可见的地方申请版权,确保用户使用明确的许可协议,然后使用你的代码。

问题回答

《劳动法》保障。 你们可以强制实施“联系”——所有继承链条或方法或集会——这要求所有联系的议会拥有与你要求相同的强烈名称关键和其他证据。

如果你正在使用安装装置,你可以在安装过程中先天。 页: 1 服务器这样做。

你们也可以混淆。 它本身并不阻止联系,但确实难以知道损失如何,从而减少了它与其他进程的“有用性”。

如果你将你的班级范围改为“友好”





相关问题
Manually implementing high performance algorithms in .NET

As a learning experience I recently tried implementing Quicksort with 3 way partitioning in C#. Apart from needing to add an extra range check on the left/right variables before the recursive call, ...

Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How do I compare two decimals to 10 decimal places?

I m using decimal type (.net), and I want to see if two numbers are equal. But I only want to be accurate to 10 decimal places. For example take these three numbers. I want them all to be equal. 0....

Exception practices when creating a SynchronizationContext?

I m creating an STA version of the SynchronizationContext for use in Windows Workflow 4.0. I m wondering what to do about exceptions when Post-ing callbacks. The SynchronizationContext can be used ...

Show running instance in single instance application

I am building an application with C#. I managed to turn this into a single instance application by checking if the same process is already running. Process[] pname = Process.GetProcessesByName("...

How to combine DataTrigger and EventTrigger?

NOTE I have asked the related question (with an accepted answer): How to combine DataTrigger and Trigger? I think I need to combine an EventTrigger and a DataTrigger to achieve what I m after: when ...