TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

HexWalk – Hex Editor/Viewer/Analyzer

109 pointsby shaicolemanabout 1 year ago

8 comments

ukuinaabout 1 year ago
For those wondering what hex editing is useful for, here's one case: Many older video games did not checksum or encrypt their savefiles, so you could (hex-)edit them to change your current progress (campaign stage) and attributes (gold, credits, skills).
评论 #39442924 未加载
评论 #39443385 未加载
评论 #39445605 未加载
randomh3r0about 1 year ago
Very interested in the parsing parts for file-format validation. I used to use 010 editor and had written several parsers for various files but I no longer have a license for that but wish I had a way to interpret files to check against a standard like this offers. Thanks for sharing!
rkagererabout 1 year ago
FYI seems on Windows this has special installation instructions with a Python dependency. Too bad it's not just an executable binary I can drop in and run.
评论 #39454383 未加载
vvvvvvvvvvvvabout 1 year ago
Any comparison to ImHex? <a href="https:&#x2F;&#x2F;github.com&#x2F;WerWolv&#x2F;ImHex">https:&#x2F;&#x2F;github.com&#x2F;WerWolv&#x2F;ImHex</a>
评论 #39443326 未加载
vodouabout 1 year ago
Is it possible to search for a specific pattern in this (or any other) hex editor?<p>E.g., if you have some sort of container format or aggregated file where you want to search for a specific instance of a pattern (starting from any offset). I haven&#x27;t found support for this in ImHex (but I might have missed it).
评论 #39445863 未加载
ooternessabout 1 year ago
How does it compare to HxD? <a href="https:&#x2F;&#x2F;mh-nexus.de&#x2F;en&#x2F;hxd&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mh-nexus.de&#x2F;en&#x2F;hxd&#x2F;</a>
评论 #39451647 未加载
mrtesthahabout 1 year ago
Looks similar to Hex Fiend
spacecadetabout 1 year ago
cool project, Ill play with it.