tree: ffd253a26ff307200b831b8ec2979ca6a457d909 [path history] [tgz]
  1. capdl/
  2. examples/
  3. tests/
  4. .gitignore
  5. README.md
  6. requirements.txt
python-capdl-tool/README.md

Python CapDL module

A Python module for providing CapDL support.

Note: to use the ELF file functionality you will need pyelftools installed. If you don‘t have this and don’t need this functionality just don't import anything that imports ELF.py.

  • capdl/ — The source code of the module
  • examples/ — Some examples of how to use this module
  • tests/ — Some basic tests of the functionality