Find in memory.
Posted: Wed Oct 19, 2011 7:13 pm
It would be nice to add in PureBasic, the search function of binary data.
That looks like this:With this function, you could find as binary data and strings of binary data.
That looks like this:
Code: Select all
Pos = FindMemory(*Data, SizeData, *Find, SizeFind [, StartPos [, EndPos]])