03-07-2025, 05:58 PM
(03-07-2025, 05:03 PM)Petr Wrote: If that's what I'm thinking, it should search for a larger block of bytes inside the memory block. Something like Instr or _Intsrrev but not for a string, but in the _MEM array. I would solve it by loading the block as a string and then using Instr or _Instrrev, but I don't really know if these functions can return a value of type _Integer64.
That makes sense. Sounds like we already have the functionality, just need to know if it works with _Integer64? And if not, would it be hard to just modify the Instr and _Instrrev to support it?