diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-07-25 21:21:48 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-07-25 21:21:48 +0000 |
commit | 361c3ea3f99db94573f67e3fba7e9d9c95f32237 (patch) | |
tree | c1d86bc75623839e5459ec420b91f50a8f27e56f /devel/py-pefile/pkg-descr | |
parent | 3548a49064d56f96aa159550f5386abb6e0a6f05 (diff) |
Notes
Diffstat (limited to 'devel/py-pefile/pkg-descr')
-rw-r--r-- | devel/py-pefile/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/py-pefile/pkg-descr b/devel/py-pefile/pkg-descr new file mode 100644 index 000000000000..5c7b1fd9a6fd --- /dev/null +++ b/devel/py-pefile/pkg-descr @@ -0,0 +1,5 @@ +pefile is a Python module to read and work with PE files. Most of the +information in the PE Header is accessible, as well as all the sections, +section's information and data. + +WWW: http://dkbza.org/pefile.html |