Giter Site home page Giter Site logo

binincpp's Introduction

BinInCpp

Generate any binary file's .h&.cpp.

Usage

example:
./BinInCpp.exe 7z.exe
This will read 7z.exe and create both 7z.h and 7z.cpp.
Include 7z.h and compile 7z.cpp in your project.
Call release_7z() to release origin 7z.exe to you word folder.
It is highly command to lib the cpp file to invoid IDE being slow.

Warning

Due to stack limit,os might raise stack overflow when the embeded file is too large.
Better not to embed file that is larger than 10M.
Also if the size of embeded file is large than the main executable looks strange
and always not a good idea.

说明

为二进制文件生成 .h和.cpp 文件,用于集成到c++程序中。
由于操作系统有栈限制,需要集成的文件大小不应该大于10M。

binincpp's People

Contributors

alpsmonaco avatar

Watchers

 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.