How to find multiple consecutive numbers in CE?

  • Thread starter Thread starter wiles001
  • Start date Start date
  • Views Views 558
  • Replies Replies 2

wiles001

Member
Newcomer
Joined
Jan 28, 2022
Messages
9
Reaction score
9
Trophies
0
Age
29
XP
217
Country
United States
If I know a set of data consists of consecutive numbers, 4 bytes each, for example, "10, 20, 21, 22" in a game, how should I search for them in CE? I couldn’t search by entering "10, 20, 21, 22", what’s the reason for that? I remember in the past, I could search this way u
 
If I know a set of data consists of consecutive numbers, 4 bytes each, for example, "10, 20, 21, 22" in a game, how should I search for them in CE? I couldn’t search by entering "10, 20, 21, 22", what’s the reason for that? I remember in the past, I could search this way u
Use array of bytes. You have to convert each number to their 4-byte hexadecimal value (little endian) to make up a 16-byte array.
 

Site & Scene News

Popular threads in this forum