Page 1 of 1

Find in memory.

Posted: Wed Oct 19, 2011 7:13 pm
by User_Russian
It would be nice to add in PureBasic, the search function of binary data.
That looks like this:

Code: Select all

Pos = FindMemory(*Data, SizeData, *Find, SizeFind [, StartPos [, EndPos]])
With this function, you could find as binary data and strings of binary data.