Executable's strings lister and replacer

Find any ASCII and unicode strings inside PE and ELF executables
Download

Executable's strings lister and replacer Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Publisher Name:
  • Luigi Auriemma
  • Operating Systems:
  • Windows All
  • File Size:
  • 59 KB

Executable's strings lister and replacer Tags


Executable's strings lister and replacer Description

Executable's strings lister and replacer will find any ASCII and unicode string inside PE and ELF executables with the possibility of modifying them using any external text editor and re-injecting them in the original executable. Technically the finding of the strings works in the following way: it disassembles all the executable sections of the input file (like .text, only x86 32 bit supported) and visualizes any string or any array of strings, so any instruction like push "string" or mov eax, "string" or mov eax, "" and so on is handled perfectly. Instead the injecting of the modified strings back in the executable (ELF not supported) is performed through the adding of a new "stringz" section which contains all the new strings and the substituiting of all the pointers to those strings collected in the "finding" operation with the new ones (relocation).


Executable's strings lister and replacer Related Software