Skip to content

Commit

Permalink
Add elfesteem
Browse files Browse the repository at this point in the history
  • Loading branch information
romainthomas committed Apr 20, 2017
1 parent bb21e4b commit eb1c0d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/sphinx/references.rst
Expand Up @@ -41,6 +41,8 @@ ELF
+------------+------------+----------------------------------------------------------------------+
| readelf | C | https://github.com/bminor/binutils-gdb/blob/master/binutils/readelf.c|
+------------+------------+----------------------------------------------------------------------+
| elfesteem | Python | https://github.com/serpilliere/elfesteem |
+------------+------------+----------------------------------------------------------------------+


PE
Expand Down Expand Up @@ -77,6 +79,8 @@ PE
+---------------+--------------+----------------------------------------------------------------------+
| libpe | C++ | https://github.com/evilsocket/libpe/tree/master/libpe |
+---------------+--------------+----------------------------------------------------------------------+
| elfesteem | Python | https://github.com/serpilliere/elfesteem |
+---------------+--------------+----------------------------------------------------------------------+


Mach-O
Expand Down

3 comments on commit eb1c0d3

@LRGH
Copy link

@LRGH LRGH commented on eb1c0d3 May 31, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello. This one is a quite old version of elfesteem.
The most recent (who also deals with Mach-O and COFF) is at https://github.com/LRGH/elfesteem

@romainthomas
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks it's fixed with commit b14d2af

@LRGH
Copy link

@LRGH LRGH commented on eb1c0d3 May 31, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you.
I'd suggest to mention both versions in the ELF and PE sections (until miasm2 recommends the most recent version) and to add my version in the Mach-O section.

By the way, you did not list https://github.com/jjyg/metasm or https://github.com/bdcht/amoco in your references; they can manipulate ELF, PE (and Mach-O for metasm).

Please sign in to comment.