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

  

相关文章:

  • 2021-09-16
  • 2022-12-23
  • 2022-12-23
  • 2022-01-12
  • 2021-05-26
  • 2022-12-23
猜你喜欢
  • 2021-12-06
  • 2022-12-23
  • 2021-12-13
  • 2022-12-23
  • 2021-10-28
  • 2021-09-14
  • 2022-02-28
相关资源
相似解决方案