diff options
Diffstat (limited to 'libraries/libelf/README')
-rw-r--r-- | libraries/libelf/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/libelf/README b/libraries/libelf/README new file mode 100644 index 0000000000..7bc623f697 --- /dev/null +++ b/libraries/libelf/README @@ -0,0 +1,4 @@ +Libelf lets you read, modify or create ELF files in an +architecture-independent way. The library takes care of +size and endian issues, e.g. you can process a file for +SPARC processors on an Intel-based system.
\ No newline at end of file |