搜索资源列表
pe_decoder
- 在《软件加密技术》这本书里看过PE文件各部分的详细解释之后,我也有了一个自己写PE文件分析器的的想法。虽然好的分析器不在少数,但对于一堆十六进制数,有些朋友可能不明白它代表什么意思。如果在程序里就可以将这些01序列转换成可以直接看懂得信息,那至少用户可以省去以后去查表的麻烦。怀着这样的想法,我仔细的研究了书中分析器PEInfo的源代码,我发现它没有提供信息转换的功能。 通过研究发现,PEInfo是通过PE文件在内存中的映象来获取文件信息的,我在想是否还有别的方法可以绕过将文件映象到内
JinZhi
- VC++ 编写的二进制、八进制、十进制、十六进制之间相互转换代码。-VC++ written in binary, octal, decimal, hexadecimal conversion code between.
base64
- base64编解码源码,绝对可用。二机制十六进制转换-base64 encode/decode in use
CONVERT
- 一个十六进制与十进制的转换程序,方法简便,很有实用性,非常具有参考价值。-A hex and decimal conversion process is simple, very practical, very useful.
Orca_chs
- Orca(Msi文件编辑器) Orca 是一款由微软提供的用于 Windows Installer 数据库表编辑器。可用来编辑 Windows Installer 数据库文件 (.msi) 文件,合并模块 (.msm) 文件,补丁 (.msp) 文件,内部一致性计算程序 (.cub) 文件和补丁创建属性 (.pcp) 文件。是修改和本地化 Windows Installer 数据库的最佳辅助工具。 主要特点有: - 可以任意添加、删除、导入、导出和重新构架数据表; - 可以任意
CRC
- CRC校验,输入为十六进制,每字节程序自动加空格分开,计算结果为2字节十六进制。对输入框的输入和删除都是针对之后一个字符。输入的字母自动转换为大写。-CRC, the input to hex, each byte of the program automatically add a space to separate the results for the 2-byte hexadecimal. The input of the input box and delete a character
NEW11
- 打开一个数据文件,dat或者txt都可以,显示在左边编辑框,并将其转换为二进制,十进制,八进制,十六进制任意进制的数据并显示到右边的列表框,然后保存到自己的路径下面。-Open a data file, dat or txt can be displayed on the left of the edit box, and convert it to binary, decimal, octal, hexadecimal, binary data and display any to the r
HexConvert
- 十六进制转换测试程序,在串口编程中经常使用到十六进制数据格式-Hex conversion test program
Test
- vs2005中经过测试的,确实能用的十六进制和unicode互相转换的源码。大家可以下来看看。-vs2005 testing,chang16tounicode.
MFC_zhan
- 本系统是用栈写的进制转换器,进制转换,从十进制到二进制,八进制,十六进制-The system stack write hex converter, hex conversion from decimal to binary, octal, hexadecimal
covert
- 批量将多条数字转换为二进制,八进制,十六进制。比windows自带的好很多-covert lots of the decimal system to others systems automatically
ASCII-To-Hex
- ASCII码转换为十六进制数码,Windows X86 32 API-ASCII code to Hexdecimal Code converter
jinzhi-2--8-16--change
- 二进制,十进制,十六进制进行相互转换,非常好用,欢迎下载-Binary, decimal, hexadecimal, mutual conversion, very easy to use, welcome to download
StatisticalCalculator
- 带有度分秒转换功能的高级科学计算器,还有十六进制、十进制、八进制、二进制之间的互相转换功能,函数与反三角函数、开方等。-Accurate conversion capabilities with advanced degrees scientific calculator, as well as hexadecimal, decimal, octal, binary among the conversion features, functions and inverse trigonometri
StatisticalCalculator
- 带有度分秒转换功能的高级科学计算器,还有十六进制、十进制、八进制、二进制之间的互相转换功能,函数与反三角函数、开方等。补充了字体文件与说明。 -Accurate conversion capabilities with advanced degrees scientific calculator, as well as hexadecimal, decimal, octal, binary among the conversion features, functions and invers
16to10
- 运行该程序后,人们只要输入任意十六进制数,就可以转换成相应的十进制数。 希望此程序VC爱好者有所帮助。 本人手中有许多程序的VC源代码 如果哪位网友需要某种功能的程序,本人可代为提供。 如果哪位网友需要编写某种功能的程序,本人可代为编写。 如果哪位网友需要学习某种功能的程序,本人可提供程序的编写步骤 本人电子信箱:dongbei3hu@163.com 本人QQ号:10949741- 运行该程序后,人们只要输入任意十六进制数,就可以转换成相应的十
ConvNums
- 在visual c++环境实现进制间的转换二进制八进制十进制十六进制-Converting binary visual c++ environment to achieve inter octal binary decimal hexadecimal
SimpleSnifferlk
- JAVA实现的简易嗅探器 抓包 也有转换成十六进制显示的部分 课设可以用-JAVA realization of a simple sniffer Ethereal have converted to hexadecimal display can be part of the course set by
HextoASCII
- 十六进制 十进制 ascii码相互转换 可以任选选择复制转换 -Ten ascii hex conversion can optionally choose to copy the conversion
hexdump
- 十六进制转换工具,C语言编写,短小精悍,出家旅行必备-convert binary to hex chars which is C source code