Gzirry Posted June 29, 2019 Posted June 29, 2019 Anyone know how i do group search with text? Example gg.searchNumber(':text1;text2::40',gg.TYPE_BYTE')
Administrators Enyby Posted June 29, 2019 Administrators Posted June 29, 2019 Impossible. Or search text, or search bytes via group search.
Amizz Posted June 30, 2019 Posted June 30, 2019 First search text1. Goto filter and tick option show strings. Now in results u can see where the first text result ends. Now copy those bytes and save them somewhere. Now search text2 repeat the above process. Now copy the bytes again. Then copy all the bytes together and search in GG with your desired offset. Hope u understand
Administrators Enyby Posted June 30, 2019 Administrators Posted June 30, 2019 Too complicated. It is script. So he can use gg.bytes for get bytes of each part, combine all bytes in one group search request and pass it to searchNumber.
Gzirry Posted June 30, 2019 Author Posted June 30, 2019 5 hours ago, Enyby said: Too complicated. It is script. So he can use gg.bytes for get bytes of each part, combine all bytes in one group search request and pass it to searchNumber. okaay thanks
Question
Gzirry
Anyone know how i do group search with text? Example gg.searchNumber(':text1;text2::40',gg.TYPE_BYTE')
4 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.