Posted: Mon Sep 01, 2025 5:25 pm Post subject: Looking for an old post
I asked a question about searching for values higher than 255 in byte value types and I remember the solution was to enable 2-bit and 4-bit endian searches but I can't find that post. And I don't remember how to enable those searches.
If I'm hacking an emulator that keeps numbers in values of bytes how do I search for values higher than 255?
A 1-byte value can only store values between 0 and 255 inclusive. (-128 to 127 if signed)
You're probably thinking about the endianness of multibyte values. Go to Edit -> Settings -> Extra Custom Types and enable the big endian types you want. _________________
I don't know where I'm going, but I'll figure it out when I get there.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum