Recent content by jsuareza

  1. J

    Optimizing a string search in binary data

    Hi, I have a MEMPTR variable containing binary data (including null characters) and I want to find a certain string inside this data. The problem is that I cant use GET-STRING AND INDEX because of the null characters. As you can see in the code below if I use INDEX I get a 0 position for my...
Back
Top