Skip to main content
Tweeted twitter.com/#!/StackReverseEng/status/325504073619107840
added 1 characters in body
Source Link
perror
  • 19.2k
  • 29
  • 88
  • 151

I would like to be able to rewrite or reorganize an ELF binary program directly from the executable format (not at compile-time).

The only library I know to do this is elfesteem (used in Miasm). But, there must be others. So, what are the libraries or frameworks that you use to statically modify ELF executableexecutables ?

I would like to be able to rewrite or reorganize an ELF binary program directly from the executable format (not at compile-time).

The only library I know to do this is elfesteem (used in Miasm). But, there must be others. So, what are the libraries or frameworks that you use to statically modify ELF executable ?

I would like to be able to rewrite or reorganize an ELF binary program directly from the executable format (not at compile-time).

The only library I know to do this is elfesteem (used in Miasm). But, there must be others. So, what are the libraries or frameworks that you use to statically modify ELF executables ?

edited tags
Link
Ange
  • 6.7k
  • 3
  • 29
  • 62
Source Link
perror
  • 19.2k
  • 29
  • 88
  • 151

What are the available libraries to statically modify ELF executables?

I would like to be able to rewrite or reorganize an ELF binary program directly from the executable format (not at compile-time).

The only library I know to do this is elfesteem (used in Miasm). But, there must be others. So, what are the libraries or frameworks that you use to statically modify ELF executable ?

X