I asked this question a few days ago:
How to find ANSI string in binary?
and I got a really good answer , which later turned into a more complex question: Can I use input iterators, where are the iterators waiting for transitions? that now is really not at the level that I could understand.
I'm still learning C ++, and I'm looking for an easy way to find a string in a binary.
Can someone show me simple code for a minimalist C ++ console program that looks for a string in a binary file and prints data to stdout?
Maybe you can show me
Sorry if this sounds like I'm asking someone for code, but I'm just learning C ++, and I think that maybe others could take advantage of this question if someone could post some kind of high-quality code from which it’s nice to learn.
c ++ iterator boost search binaryfiles
zsero
source share