得到一个十六进制“名称” 填充发生器?
前几天我在调试时遇到了一些我以前在使用的某些嵌入式硬件上从未见过的内存和寄存器填充。 所以我开始了一个心理目录。 例如:
DEADBEEF, BAADF00D, D15EA5ED, DECEA5ED, BAA5H33P...
当您查看内存查看器时,某些东西会很突出,并且与它的内容隐约相关(删除的内存、无人区、外套......)。
这让我开始思考——是否有一个发电机可以实现这些? 类似于 l33t 名称生成器,但仅限于十六进制数字(十六进制?)。
I was debugging the other day and came across some memory- and register-fills I hadn't seen before on some embedded hardware I'm using. So I started a mental catalog. For example:
DEADBEEF, BAADF00D, D15EA5ED, DECEA5ED, BAA5H33P...
Something that sticks out when you look at the memory viewer and is vaguely related to what it's about (deleted memory, no-man's land, outerwear...).
It got me thinking - is there a generator for these? Something like a l33t name generator except limited to hex numbers (hexits?).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
BAA5H33P??
它同时包含 H 和 P?
这些不是有效的十六进制数字。
您错过了 Java 著名的 CAFEBABE
您可以阅读更多相关内容位于维基百科,包括:
CAB1E(电缆)
FACE
BEAD
C0ED
等....
BAA5H33P??
It contains both an H and a P?
Those aren't valid hex digits.
You missed Java's famous CAFEBABE
You can read more on it at Wikipedia, including :
CAB1E (cable)
FACE
BEAD
C0ED
etc, etc....
啊哈! “Hexspeak”是我在 Google 上需要的关键字。
这是一个 Python 程序,用于查找所有 Hexspeak 单词。 以及该程序所发现内容的列表。
Ah ha! "Hexspeak" was the keyword I needed for the Googles.
Here is a Python program to find all Hexspeak words. And a list of what that program found.
今天我的大脑很模糊,但这很有效。 换个口味...
My brain is fuzzy today, but this works. Alter to taste...