4

I'm interested in patching ELF files using IDA and the following PE utilities have proven very useful for patching PEs.

Does anyone know if there are some publicly available IDA scripts similar to Atli Mar Gudmundsson's set of PE utilities, but for ELF binaries instead of PEs? It doesn't matter if they are IDC or IDAPython.

Benny
  • 828
  • 7
  • 18

1 Answers1

2

Seems like you should consider using Hiew for this kind of purposes.

Since no one offered any solutions, I'll share the site, which represents a large number of python scripts for almost any task, so maybe one of them will be helpful.

see ya
  • 823
  • 2
  • 8
  • 20