I want to take a binary files and get everything between string1 and string2 and output to a .txt file or something. I want to drag many file to the .exe and it should process every files and This should work on windows 7.
I created a python script but I want to make a single .exe and it should work without extra files... (tried py2exe but it creates many file for just one program)
Can someone recommend my a program language that can make this easy, python was easy but not so good when you want to make a standalone software
.
aaaaaaaaaa
string1 outputstring string2 cccccccccccc
ddddddddddddd

