找回密码
 立即注册
我们在使用C/C++语言编写修改其他程序代码或者搜索特征码的时候,
常常会用到这样的写法:BYTE m_code[] = { 0x8B,0x14,0x8D,0xC8,0xF1,0x69,0x00,0x52 }
而我们在CheatEngine中复制的字节往往是这样的:8B 14 8D C8 F1 69 00 52
如果手动加0x前缀是一件比较繁琐的事情,所以,我开发了这么一款工具,希望能给大家带来便利!

(When we use C/C++ language to write and modify other program codes or search for feature codes,
This is often used: BYTE m_code[] = {0x8B,0x14,0x8D,0xC8,0xF1,0x69,0x00,0x52}
And the bytes we copy in CheatEngine are often like this: 8B 14 8D C8 F1 69 00 52
If adding 0x prefix manually is a cumbersome thing, so I developed such a tool, I hope it will bring convenience to everyone!)

1629011746271.rar


上一篇:编码转换工具 支持urlcode md5 base64 escape
下一篇:VisualGDB和VisualKernel的注册