Python wrapper for binutils Binary File Descriptor (BFD) library
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
Install Python BFD using setup.py (NOTE: Python 3 required):
cd bfd
python3 setup.py install --user
Simple tests can be run using python:
vagrant ssh
cd bfd/test
./test_mkdir.py
Please report any Issues and we'll be happy to look. Feel free to submit a PR with suggested changes.