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.

Running out of hex words?

40 pointsby rschildmeijerover 14 years ago
deadbeaf and cafebabe is so 2010

7 comments

jrockwayover 14 years ago
I think malloc implementations that zero memory should be required to switch to 0xa110ca7ed0 instead. Imagine a debugging session where you wonder, "is this memory allocated?" and then you type "x 5" and you get "a1 10 ca 7e d0". "Yes," you will be able to reply to yourself, "it is allocated."
评论 #2102326 未加载
douglasfshearerover 14 years ago
The following paper may be of interest, it takes this idea considerably further:<p>"Specifically, we demonstrate a technique for automatically producing English Shellcode, transforming arbitrary shell- code into a representation that is superficially similar to English prose."<p><a href="http://www.cs.jhu.edu/~sam/ccs243-mason.pdf" rel="nofollow">http://www.cs.jhu.edu/~sam/ccs243-mason.pdf</a>
zaphoydover 14 years ago
IPv6 will provide another market for readable hex words<p>host www.v6.facebook.com www.v6.facebook.com has IPv6 address 2620:0:1cfe:face:b00c::3
forgotusernameover 14 years ago
Another simple approach seen in many places (e.g. Nucleus OS) is using ASCII characters. That way, you get a unique identifier and as you get quicker at recognising them, you also get to immediately ASCII character values in hex, which is great for e.g. looking at coredumps..<p><pre><code> &#62;&#62;&#62; 'SEMA'.encode('hex') '53454d41'</code></pre>
ComputerGuruover 14 years ago
Very incomplete list. His algorithm skips multiple permutations of the same word.<p>Doesn't even have popular ones like d34d, c4f3, b33f, and <i>believe it or not</i> 1337!
评论 #2100625 未加载
评论 #2100516 未加载
评论 #2100546 未加载
rschildmeijerover 14 years ago
5ca1ab1e, ca11ab1e. to mention a few
labriaover 14 years ago
d34dc0de is my favourite one, not on this list =(
评论 #2101025 未加载