I just found that Everything 1.5 can search for hex values content. That's awesome! Thank you so much! Exactly what I need right now!
But now I have a couple of problems:
1) How can I search for a hex value specificly on the 9th and 10th bytes?
By writing this I can list all files containing the hex values 30 00, is this correct?
Code: Select all
hex:content:3000
2) I also noticed that if I write the whole row like this
Code: Select all
hex:content:"464C686406000000"
Code: Select all
hex:content:"464C6864060000002000"
Can someone explain me why?
Thanks a lot for your help