Jump to content
  • 0

help how to search random hex


zerocyberzevolution

Question

4 answers to this question

Recommended Posts

Posted

Currently, only one way i know possible for that.

Use 0 ~ 255 for unknown byte pattern.

and add it with known pattern.

So it will become 0~255;0~255;C8h;42h ...

Posted
46 minutes ago, saiaapiz said:

Currently, only one way i know possible for that.

Use 0 ~ 255 for unknown byte pattern.

and add it with known pattern.

So it will become 0~255;0~255;C8h;42h ...

I just know haha Thank @saiaapiz

Posted
56 minutes ago, saiaapiz said:

Currently, only one way i know possible for that.

Use 0 ~ 255 for unknown byte pattern.

and add it with known pattern.

So it will become 0~255;0~255;C8h;42h ...

hmm okay but search with example hex h C8 42 E0 C4 48 more speed search

if C8h;42h ... speed is rather slow from the search above

okay no problem 

  • Administrators
Posted
1 hour ago, saiaapiz said:

Use 0 ~ 255 for unknown byte pattern.

Better use 0~~0 with specify default type as byte.

[added 1 minute later]
25 minutes ago, zerocyberzevolution said:

if C8h;42h ... speed is rather slow from the search above

Because you compare group search without respect order and group size = 512 to ordered group search with minimal group size and respect order.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.