项目作者: freesemt

项目描述 :
Library for loading an exe as a dll.
高级语言: C#
项目地址: git://github.com/freesemt/exe-as-dll-loader.git
创建时间: 2017-11-21T22:49:20Z
项目社区:https://github.com/freesemt/exe-as-dll-loader

开源协议:

下载


exe-as-dll-loader

Library for loading an exe as a dll.

Why this project?

See the blog post below.

Planned phases

In a big picture, we are planning the follwing two phases.

  1. Make embedding Python (Numpy and Matplotlib) easier in C# (we are currently here)
  2. Make it distributable with Pyinstaller (yet to be done)

References

Listed below are the pages we learned to get ideas or tools for this project.

  1. Phase1
  2. Phase2