Finding unknown text strings in a code block

ZXNet echo conference «code.zx»

From Alexandr Sinyakov To All 17 February 2007

Hello, Strunov Str> Does anyone know an algorithm for automatically finding unknowns Str> text lines in a code block? That is, we launch this algorithm, and Str> it outputs the address and length of the text string. Str> It is clear that it is not possible to determine with 100% probability, but that’s all Str> same... (find something, I don’t know what?). The most common algorithm is to take a byte and check that this is a letter. If there are several of these in a row - a line. False there will be triggers.

From Vyacheslav Strunov To All 17 February 2007

Hello, All Does anyone know an algorithm for automatically finding unknown text messages? lines in a code block? That is, we run this algorithm, and the output address is and the length of the text string. It is clear that it is not possible to determine with 100% probability, but still...

From Stanislav Lomakin To All 17 February 2007

Hello, SAM style After a simple check for characters, you can use filters for a specific language (characteristic combinations of letters, length of adjacent words, etc)