X64dbg: x32dbg find pattern improvement suggestion

Created on 1 Aug 2017  路  6Comments  路  Source: x64dbg/x64dbg

It would be great if one could search for numbers writing in the decimal format rather than hexadecimal for convenience. For example, searching for 10 rather than 0A. You can do this on cheat engine by typing in the value in decimal or hexadecimal format and selecting the value type(binary, byte, 2 bytes, 4 bytes, 8 bytes, float, double, string, array of byte, all and grouped).

Most helpful comment

There is also this pluin: https://github.com/codecat/ClawSearch

All 6 comments

I won't change the way patterns are searched, you can however write your own conversion tools (plugin).

Omg you're quick. Ok then, thank you.

You can find some more related discussion here: https://github.com/x64dbg/x64dbg/issues/1281

As for some more explanation, the feature is searching for bytes. Obviously a different feature could be added to search for words/dwords but changing the existing feature isn't a good idea in my opinion.

There is also this pluin: https://github.com/codecat/ClawSearch

Awesome man! I think the last plugin is just what I wanted! Now when Skyrim stops crashing using x32dbg I won't have to use CE anymore(not that cheat engine is bad, it's an awesome tool as well, but I just prefer x32dbg)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ttimasdf picture ttimasdf  路  3Comments

AxDSan picture AxDSan  路  6Comments

jin-x picture jin-x  路  4Comments

SnowI5Me picture SnowI5Me  路  3Comments

arash88 picture arash88  路  4Comments