Skip to content

Python wrapper for binutils Binary File Descriptor (BFD) library

License

Notifications You must be signed in to change notification settings

syscall7/python-bfd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-bfd

Python wrapper for binutils Binary File Descriptor (BFD) library

Contributing

Installing prerequisites

Launching Vagrant

Launching Vagrant will create a new Ubuntu 18.04 VM in VirtualBox, then provision using Ansible:

vagrant up

Once Vagrant has provisioned the VM, you can login using:

vagrant ssh

Installing BFD package

Install Python BFD using setup.py (NOTE: Python 3 required):

cd bfd
python3 setup.py install --user

Executing tests

Simple tests can be run using python:

vagrant ssh
cd bfd/test
./test_mkdir.py

Support or Questions

Please report any Issues and we'll be happy to look. Feel free to submit a PR with suggested changes.

About

Python wrapper for binutils Binary File Descriptor (BFD) library

Resources

License

Stars

Watchers

Forks

Packages

No packages published