Code Monkey home page Code Monkey logo

cp-class's Introduction

ABOUT cp-class

a library written by c language,for parsing the standard java class byte codes
C语言实现的一个解析JAVA class字节码的库。

build

you can mkdir build package in the project root path.
then cd build.
excute cmake..
then excute make
the cp-class static library will be found in "cp-class/build/src/cp_class"
进入项目根目录/cp-class
新建build目录。mkdir build
在build目录下执行CMAKE编译命令:cmake ..
然后在继续执行命令:make
项目即编译完成。
cp-class的静态库就生成了:"cp-class/build/src/cp_class"

example

when you finsh the project building.
the example runtime file can be found int "cp-class/build/src/example"
you can cd to this package and excute ./example
make sure you have edit the class file in right path.
当完成上面的编译工作后,项目自带的实例的可执行文件也已经生成了。
你可以在"cp-class/build/src/example"目录下找到。
执行命令 ./example
注意,这时候如果报未找到class文件请编辑示例代码的class文件所在目录。
cp-class/src/exmple/main.c/main::ubuntu_path

CONTACT ME

email:[email protected]

LICENSE

BSD

cp-class's People

Contributors

yanshuoshang avatar yanshuotang avatar

Stargazers

Ouka avatar  avatar  avatar deger avatar  avatar

Watchers

power avatar  avatar

Forkers

iwaster

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.