文件名称:hex2str
-
所属分类:
- 标签属性:
- 上传时间:2014-04-26
-
文件大小:3.37kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
this an hext2tsring algortym
_hex_to_string proc
mov ecx, 8
_loop1:
movzx eax, byte ptr [esi]
mov ebx,eax
and eax,15
cmp eax, 9
jg _jg1
add eax,30h
jmp _jmp1
_jg1:
add eax,37h
_jmp1:
shr ebx,4
cmp ebx, 9
jg _jg2
add ebx,30h
jmp _jmp2
_jg2:
add ebx,37h
_jmp2:
shl eax,8
or eax,ebx
stosw
dec esi
loop _loop1
retn
_hex_to_string EndP
- this is an hext2tsring algortym
_hex_to_string proc
mov ecx, 8
_loop1:
movzx eax, byte ptr [esi]
mov ebx,eax
and eax,15
cmp eax, 9
jg _jg1
add eax,30h
jmp _jmp1
_jg1:
add eax,37h
_jmp1:
shr ebx,4
cmp ebx, 9
jg _jg2
add ebx,30h
jmp _jmp2
_jg2:
add ebx,37h
_jmp2:
shl eax,8
or eax,ebx
stosw
dec esi
loop _loop1
retn
_hex_to_string EndP
_hex_to_string proc
mov ecx, 8
_loop1:
movzx eax, byte ptr [esi]
mov ebx,eax
and eax,15
cmp eax, 9
jg _jg1
add eax,30h
jmp _jmp1
_jg1:
add eax,37h
_jmp1:
shr ebx,4
cmp ebx, 9
jg _jg2
add ebx,30h
jmp _jmp2
_jg2:
add ebx,37h
_jmp2:
shl eax,8
or eax,ebx
stosw
dec esi
loop _loop1
retn
_hex_to_string EndP
- this is an hext2tsring algortym
_hex_to_string proc
mov ecx, 8
_loop1:
movzx eax, byte ptr [esi]
mov ebx,eax
and eax,15
cmp eax, 9
jg _jg1
add eax,30h
jmp _jmp1
_jg1:
add eax,37h
_jmp1:
shr ebx,4
cmp ebx, 9
jg _jg2
add ebx,30h
jmp _jmp2
_jg2:
add ebx,37h
_jmp2:
shl eax,8
or eax,ebx
stosw
dec esi
loop _loop1
retn
_hex_to_string EndP
(系统自动生成,下载前可以参看下载内容)
下载文件列表
hex2str.asm
rsa64.exe
rsa64.exe
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.