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.

Hiew Hex Editor

194 pointsby tavisoover 1 year ago

13 comments

0xebover 1 year ago
If you like scripting, you can use my HEM extension to write more stuff in Python:<p>- <a href="https:&#x2F;&#x2F;github.com&#x2F;0xeb&#x2F;pyhiew&#x2F;tree&#x2F;main&#x2F;bin&#x2F;pyhiew">https:&#x2F;&#x2F;github.com&#x2F;0xeb&#x2F;pyhiew&#x2F;tree&#x2F;main&#x2F;bin&#x2F;pyhiew</a> - <a href="https:&#x2F;&#x2F;github.com&#x2F;0xeb&#x2F;pyhiew&#x2F;tree&#x2F;main&#x2F;bin&#x2F;pyhiew">https:&#x2F;&#x2F;github.com&#x2F;0xeb&#x2F;pyhiew&#x2F;tree&#x2F;main&#x2F;bin&#x2F;pyhiew</a> - <a href="https:&#x2F;&#x2F;0xeb.wordpress.com&#x2F;2010&#x2F;08&#x2F;21&#x2F;introducing-pyhiew&#x2F;" rel="nofollow">https:&#x2F;&#x2F;0xeb.wordpress.com&#x2F;2010&#x2F;08&#x2F;21&#x2F;introducing-pyhiew&#x2F;</a>
zithover 1 year ago
In the end of the 90s I was 11-12 years old and used this to crack a copy of the video game SiN. I didn&#x27;t really know what I was doing, but followed random tutorials for generic game cracking. They guided me through the w32dasm disassember, finding code referencing the &quot;input your cd key&quot; string, finding related jmps jumping to this part of the code, noting the address, opening up the executable in hiew and mulling them out.<p>It worked! I thought I was a genius. Now I&#x27;m amazed how I almost randomly got it right.
29athrowawayover 1 year ago
There&#x27;s a clone of Hiew called HT<p><a href="https:&#x2F;&#x2F;hte.sourceforge.net&#x2F;" rel="nofollow">https:&#x2F;&#x2F;hte.sourceforge.net&#x2F;</a><p>It&#x27;s packaged for many Linux distros, and is on Homebrew<p><pre><code> brew install ht </code></pre> To disassemble, you press F6 and pick any of the detected formats for that file.
评论 #38853132 未加载
madarsover 1 year ago
Hiew is peak ergonomics, kinda like good orthodox file managers (FAR Manager&#x2F;Total Commander). Hiew&#x27;s color scheme is, obviously, Norton Commander&#x27;s as well :-) One of the few Windows applications that make me keep a Windows VM.
pajkoover 1 year ago
Hiew is not free. Biew is a similar-looking cross platform hex editor which got renamed to beye (Binary Eye).<p><a href="https:&#x2F;&#x2F;sourceforge.net&#x2F;projects&#x2F;beye&#x2F;" rel="nofollow">https:&#x2F;&#x2F;sourceforge.net&#x2F;projects&#x2F;beye&#x2F;</a>
评论 #38851258 未加载
ruslanover 1 year ago
I had been using Hiew in early 90th on MS-DOS and OS&#x2F;2. Unfortunately it&#x27;s still MS-DOS&#x2F;Windows only thing.
spepsover 1 year ago
I now use ImHex after looking for years for a good one. It has a pattern language to provide highlighting.<p><a href="https:&#x2F;&#x2F;imhex.werwolv.net&#x2F;" rel="nofollow">https:&#x2F;&#x2F;imhex.werwolv.net&#x2F;</a>
评论 #38854257 未加载
评论 #38842898 未加载
评论 #38851009 未加载
评论 #38843893 未加载
评论 #38843084 未加载
dangover 1 year ago
One small related thread:<p><i>Hiew (Hacker&#x27;s view)</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=18898214">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=18898214</a> - Jan 2019 (1 comment)
lifthrasiirover 1 year ago
I have done several binary analyses as a hobby and never heard of Hiew and clones, how can I?!<p>(I tend to start with a standalone Python script which gets gradually customized over time. I don&#x27;t even use a hex editor myself, and I just used xxd if I did really need hexdump for initial explorations. Of course I would comment that xxd output heavily in my editor, and that seems the best moment to use Hiew and clones.)
shmerlover 1 year ago
Is there an easy way to use that DOS style font on Linux in something like Midnight Commander viewer or neovim?<p>I like that font for binary files, it&#x27;s more distinct than having a bunch of ? symbols for bytes 0-31.
评论 #38846701 未加载
smolskyover 1 year ago
LOL, shout out to SEN - I used his tool, Hiew back in 1994 for the first time. Good times.<p>P.S. I still use it from time to time - it has a nice built-in assembler for x86&#x2F;x86-x64.
evanrelfover 1 year ago
I love Dexter! &lt;3
xvilkaover 1 year ago
Everything Hiew can do, Rizin[1] can do too, and is completely free and open source[2] under LGPL3 license. Moreover, it supports more architectures, platforms, and file formats, as well as GUI in Qt - Cutter[3][4]. If something is missing in Rizin but presented in Hiew, please let us know by opening the issue with details.<p>[1] <a href="https:&#x2F;&#x2F;rizin.re" rel="nofollow">https:&#x2F;&#x2F;rizin.re</a><p>[2] <a href="https:&#x2F;&#x2F;github.com&#x2F;rizinorg&#x2F;rizin">https:&#x2F;&#x2F;github.com&#x2F;rizinorg&#x2F;rizin</a><p>[3] <a href="https:&#x2F;&#x2F;cutter.re" rel="nofollow">https:&#x2F;&#x2F;cutter.re</a><p>[4] <a href="https:&#x2F;&#x2F;github.com&#x2F;rizinorg&#x2F;cutter">https:&#x2F;&#x2F;github.com&#x2F;rizinorg&#x2F;cutter</a>
评论 #38842808 未加载
评论 #38842743 未加载
评论 #38848497 未加载
评论 #38843552 未加载
评论 #38850157 未加载
评论 #38841883 未加载
评论 #38845710 未加载
评论 #38860981 未加载
评论 #38843073 未加载