Code Monkey home page Code Monkey logo

dll2exe's Introduction

What is this?

This tool will embed dll files or asi files into exe. In some cases, asi/dll version info might be overriden, overwrited, and Resource Hacker might be unable to edit, or even load the final exe

This project is based on http://pefrm-units.osdn.jp/pefrmdllembed.html

Requiements (no need, already included)

eirrepo https://svn.osdn.net/svnroot/eirrepo/common peframework https://svn.osdn.net/svnroot/peframework/library asmjit https://svn.osdn.net/svnroot/eirasmjit/eirasmjit asmjitshared https://svn.osdn.net/svnroot/eirasmjit/shared

Compile

Open build/pefrmdllembed.sln with Visual Studio 2017+

HOW TO USE

  1. unpack pefrmdllembed.exe into a new folder on Desktop
  2. copy your exe into the folder
  3. copy your asi file into the folder
  4. run cmd.exe in the new folder on Desktop
  5. type into commandline: pefrmdllembed exe filename asi filename output.exe where you replace things with the proper filenames
  6. Use output.exe, asi and original exe might not be needed now.

You can inject multiple ASI files by giving more ASI filenames (but you must give output exe filename).

COMMANDLINE OPTIONS

-efix: restores the original executable entry point after embedding so that version detection of .ASI files can use it. fixes support for OLA and modloader (possibly many more). -impinj: removes DLL import dependencies by injecting the exports of the ASI directly into the import table; the ASI/DLL has to have the same name as the DLL import module -noexp: skips embedding DLL exports into the output executable -help: displays usage description

dll2exe's People

Contributors

dw5 avatar

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.