Search found 5 matches

by b0ne
28 Apr 2007 02:49
Forum: Feature and Enhancement Requests
Topic: HxD: Search with Regex
Replies: 14
Views: 30575

I was more interested in regular expression syntax. I can't use most opensource anyway as HxD isn't opensource either. Anyway, sourcecode isn't the issue, I was more interested in design of regular expressions for binary files (and their special requirements). Sorry for the extremely delayed respon...
by b0ne
06 Mar 2007 21:14
Forum: Feature and Enhancement Requests
Topic: HxD: Plugin interface
Replies: 2
Views: 8415

HxD: Plugin interface

Maël is really going to hate me for this one.... hopefully I can present this one as just some open thinking for long term future considerations... :) A plugin interface that accepts a plugin DLL that works in a similar fashion to the plugin interfaces of Ollydbg and IDA (interactive disassembler). ...
by b0ne
06 Mar 2007 17:39
Forum: Feature and Enhancement Requests
Topic: HxD: Disable toolbar
Replies: 3
Views: 7209

HxD: Disable toolbar

I take a minimalist approach to things and think it would be great to disable the toolbar if one doesn't use it.
by b0ne
06 Mar 2007 17:12
Forum: Feature and Enhancement Requests
Topic: HxD: Search with Regex
Replies: 14
Views: 30575

The issue with this is that I allow searching streams of any size (also GBs of data) which means I have to adapt the searching (as not everything can be held in memory). Perhaps a checkbox to enable "full" regular expressions that will scan the full buffer with the understanding that it c...
by b0ne
02 Mar 2007 19:19
Forum: Feature and Enhancement Requests
Topic: HxD: Search with Regex
Replies: 14
Views: 30575

As really flexible regular expressions (with some sugar) mean that I have to roll my own implementation, expect this feature not before version 1.8 or 1.9. I've never really known a use for matching 4bits out of a byte, not that there aren't people out there who might. May I recommend using the PCR...