首页 > 代码库 > how to convert from hex to disasm
how to convert from hex to disasm
cat ascii.hex | ascii2binary -b h -t us > ascii.bin
x86dis -e 0 -s att -f ascii.bin
echo "d8 01 77 c4 90 90 90 90" | ascii2binary -b h -t uc | x86dis -e 0 -s intel
echo "d801 77c4" | ascii2binary -b h -t us | x86dis -e 0 -s intel
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。