rainyx / rxmemscan

iOS Memory scan tool
MIT License
247 stars 122 forks source link

Group search #2

Open sterling0x1 opened 7 years ago

sterling0x1 commented 7 years ago

Is there a chance you could add group search feature?

rainyx commented 7 years ago

Sorry, i don't understand, can you explain it?

sterling0x1 commented 7 years ago

Group search is when you search multiple values in the same time. Let's say, in the shop window you have 4 items. 1st cost 50 2nd cost 70 3rd cost 100 4th cost 150 Since the values are too small to search them individually, searching all the values (50,70,100,150) within "x" byte range could result in finding all 4 prices. (Could also specify byte range, e.g.: 50,70,100,150:256)

This mem hack tool quickly became my favourite, it works like a charm in split window in iterm2 with lldb and voltron :)