pixel / hexedit

View and edit files in hexadecimal or in ASCII
http://rigaux.org/hexedit.html
GNU General Public License v2.0
98 stars 41 forks source link

Skip whitespace when parsing hex-strings #6

Closed rsaxvc closed 8 years ago

rsaxvc commented 8 years ago

Now "01 23" is treated the same as "0123". This allows copy-and-pasting from one hexedit into another for searching.