Skip to content

Utility library for parsing of *.gef files, used primarily in pygef

License

Notifications You must be signed in to change notification settings

cemsbv/gef-file-to-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gef-file-to-map

PyPI version

Utility library for parsing of .gef files, written for pygef.

Run locally

# 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 gef_to_map
>>> gef_to_map(open('./tests/test.gef').read())

About

Utility library for parsing of *.gef files, used primarily in pygef

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages