Code Monkey home page Code Monkey logo

mebius.old's Introduction

Mebius

  • C Function Hooker
  • Binary Patcher
  • Extension Loader

For Winmugen+

mebius.old's People

Contributors

halkazemugen avatar takexaz avatar

Watchers

 avatar

Forkers

halkazemugen

mebius.old's Issues

[ISSUE] VCRUNTIME140.dll等がない環境への対応

問題点

v0.0.5現在リリースしているDLLはVCRUNTIME140.dllおよびMSVCP140.dllを動的リンクしているが、これらはVC++再配布ランタイムパッケージをインストールしていない環境では存在しないため、そのような環境においては実行時エラーとなる。(ms-api-xxx.dllなどのucrtは、KERNEL32.dllなどと同様にOSの一部として提供されるため問題なし)

解決案

  1. VCRUNTIME140.dllおよびMSVCP140.dllを静的リンクする
  2. VCRUNTIME140.dllおよびMSVCP140.dllに依存しないように作成する(≒ STL不使用)
  3. VCRUNTIME140.dllおよびMSVCP140.dllを再配布する
  4. インストーラーを設ける
  5. 利用者に各自VC++再配布ランタイムパッケージを導入してもらうことにする

[MISC] CC0ライセンスへの移行

ライブラリ利用者、共同開発者の負担軽減のため、ライセンスをMITライセンスからCC0ライセンスへ変更する。

[ISSUE] asmjit, asmtkからの脱却

問題点

  • asmjit, asmtkはzlib licenseであり、動的リンクによる仕様に際しても著作権表示が必要になる可能性があり、利用を妨げる要因となり得る。(#4 も参照)
  • アセンブル/ディスアセンブル機能としては既にZydisを導入しているため、不必要に依存を増やしているだけの可能性がある。

解決案

  • 他のライセンスのライブラリにより代替する。
  • Zydisの機能により代替する。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.