跳转到主要内容

解析 .gef 文件的实用库

项目描述

gef-file-to-map

解析 .gef 文件的实用库,为 pygef 编写。

本地运行

# Install maturin inside a Python environment
python3 -m venv .env
source .env/bin/activate
pip install maturin

# Create a Python package from the Rust code
maturin develop

# Open a GEF file locally
python

>>> from gef_file_to_map import parse
>>> gef_to_map(open('./tests/test.gef').read())

项目详情


下载文件

下载适合您平台的文件。如果您不确定选择哪个,请了解更多关于 安装包 的信息。

源代码分发

gef_file_to_map-0.1.0.tar.gz (33.9 kB 查看哈希值)

上传时间: 源代码

构建分发

gef_file_to_map-0.1.0-cp37-abi3-win_amd64.whl (119.4 kB 查看哈希值)

上传时间: CPython 3.7+ Windows x86-64

gef_file_to_map-0.1.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB 查看哈希值)

上传时间: CPython 3.7+ manylinux: glibc 2.17+ x86-64

gef_file_to_map-0.1.0-cp37-abi3-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (474.5 kB 查看哈希值)

上传时间 CPython 3.7+ macOS 10.9+ universal2 (ARM64, x86_64) macOS 10.9+ x86_64 macOS 11.0+ ARM64

由以下机构支持