C 语言实现的解析 Java class 字节码的库 cp-class

码农软件 · 软件分类 · 其他开发相关 · 2019-10-16 23:12:47

软件介绍

关于cp-class

C语言实现的一个解析JAVA class字节码的库。

编译

进入项目根目录/cp-class
新建build目录。mkdir build
在build目录下执行CMAKE编译命令:cmake ..
然后在继续执行命令:make
项目即编译完成。
cp-class的静态库就生成了:"cp-class/build/src/cp_class"

示例

当完成上面的编译工作后,项目自带的实例的可执行文件也已经生成了。
你可以在"cp-class/build/src/example"目录下找到。
执行命令 ./example
注意,这时候如果报未找到class文件请编辑示例代码的class文件所在目录。
cp-class/src/exmple/main.c/main::ubuntu_path

本文地址:https://codercto.com/soft/d/16921.html

jQuery

jQuery

Earle Castledine、Craig Sharkie / SitePoint / 2010-02-28 / USD 39.95

jQuery: Novice to Ninja is a compilation of best-practice jQuery solutions to meet the most challenging JavaScript problems. In this question-and-answer book on jQuery, you'll find a cookbook of ready......一起来看看 《jQuery》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具