English 中文(简体)
谷歌 App 引擎访问 Win32 dll 吗?
原标题:Access Win32 dll on Google App Engine?

<强>BACKGROUUND:

我在一家大公司的一个小团队里工作,我目前正在对每年更新的一套混合.Net和Win32产品的许可证制度进行改造。每种产品都引用了 Win32.dll 来验证产品。我只有许可证模块的二进制文件和头文件(因此没有散列算法 ) 。 不知怎的,客户可以在我们的网站上购买软件,并在邮件中收到一个带序列键的磁盘。密钥或产品专用磁盘和钥匙可以很容易地共享。

<强 > GOALS:

  • Modify the hash input so keys are now based on major version number (done).
  • Implement a web service using App Engine (it s just me so I don t want to maintain any hardware) whereby a user can purchase a serial that is automatically generated and delivered via email.
  • Use the existing licensing module or replicate the hash/API (I would like whoever is sending out serial keys to continue to do so except for maybe a minor change to their work flow, like adding the version number).

" 强 " 问 题: "/强 "

  • Is there any way to write wrap this win32 library in a python module and use it on Google s App Engine?
  • Are there any tools to discover the hashing algorithm being used? The library exports a generatekey function?

请任何其他评论或建议为荷。

欢呼声,

汤姆

最佳回答

不, App 引擎 python 运行时间只支持纯 python 模块。 包装的本地代码模块不会工作 。

问题回答

暂无回答




相关问题
Include NUnit in my Open-Source Project Download? [closed]

I m considering two possibilities: include NUnit with the source code of an open-source project - to make it very easy for the potential contributors to run automated tests right away. I feel it is ...

Showing PDF in VC# 2k8 [closed]

I m looking for a solution to display a PDF in C#. I found the AxAcroPDFLib Control, that works very fine and is sufficient. But other people can t start my program, because they get an exception "...

Mapkit routes and google license [closed]

So, this question is not if I can do routing with mapkit. You can t with the API. So I found the clever way of using an annotation to render a route between two points. The route is based on a ...

热门标签