9个版本 (4个稳定版)
3.3.3 | 2021年11月29日 |
---|---|
3.3.0 | 2021年3月8日 |
3.1.0 | 2020年10月5日 |
3.0.6 | 2020年9月3日 |
0.0.2 | 2020年5月22日 |
#42 在 #rusty
37 每月下载量
用于 in3
16MB
383K SLoC
包含(Mach-o 可执行文件,705KB) dump_syms_dwarf_data,(autotools 混淆代码,270KB) configure,(DOS 可执行文件,145KB) dump_syms.exe,(DOS 可执行文件,245KB) symupload.exe,(Windows DLL,170KB) z7_test.dll,(DOS 可执行文件,85KB) dump_syms_regtest64.exe 等更多。
in3-sys
Incubed C库的低级不安全Rust绑定。
注意:我们不建议直接使用此crate。相反,考虑使用in3-rs,它提供了一个更高级的'Rusty'接口。
要求
- Rust版本 >= 1.42.0
- 能够编译IN3 C源代码的工具链
- Ubuntu:
apt-get install build-essential
- Windows:
https://visualstudio.microsoft.com/visual-cpp-build-tools/
- Ubuntu:
- OpenSSL开发库
- Ubuntu:
apt-get install libssl-dev
- Windows: 待定
- Ubuntu:
- CMake版本 >= 3.5.1,因为我们使用
cmake
crate构建捆绑的IN3 C库- Ubuntu:
apt-get install cmake
- Windows:
https://cmake.com.cn/install/
,请确保将其添加到Windows的路径中
- Ubuntu:
- bindgen 因此需要 clang 开发库
- Ubuntu:
apt-get install clang libclang-dev llvm-dev
- Windows: 待定
- Ubuntu: