Skip to content
小飞侠
  • 首页
  • 小程序
  • uniapp
  • vue
  • APICloud
  • 其他
菜单

博客

  1. 首页>
  2. 其他>
  3. how to convert from hex to disasm

how to convert from hex to disasm

  • Post author:xfxia
  • Post published:2023年9月22日
  • Post category:其他


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

转载于:https://www.cnblogs.com/long123king/p/3818213.html


你可能也喜欢

Android Studio安装Android SDK

ArcGIS Server发布WFS中文图层名称乱码问题解决方案

AcWing831. KMP字符串

MyEclipse 2015中添加Tomcat服务器

swapoff -a 失败无法分配内存的解决方法

postgreSQL 获取某时间是星期几

keras中model.fit()函数

前台如何获取枚举类型的值

hive架构与数据组织

RabbitMQ基础(2)——发布订阅/fanout模式 & topic模式 & rabbitmq回调确认 & 延迟队列(死信)设计

ruoyi-springboot通过接口下载文件配置

【Idea】项目能启动但不能debug

阿里云内容审核服务使用(图片审核)

使用Git 命令行拉取、提交、推送 代码

基础05-TCP三次握手和四次挥手

VC6中定义下面类型typedef long long int int64_t ;出现错误

Error running ‘xxx‘: Command line is too long. Shorten command line for xxx or also for Application

垂直布局和如何去除流动条样式(超详细)

交叉编译alsa-lib库,amixer和aplay工具

NFS-Ganesha

目录

  • APICloud (3)
  • golang (228)
  • java (8,236)
  • linux (4,002)
  • mysql (2,800)
  • php (1,070)
  • python (5,439)
  • solidity (25)
  • uniapp (235)
  • vue (2,463)
  • 其他 (88,233)
  • 小程序 (801)

文章归档

  • 2023年十二月 (1872)
  • 2023年十一月 (477)
  • 2023年十月 (17371)
  • 2023年九月 (44974)
  • 2023年八月 (26399)
  • 2023年七月 (14793)
  • 2023年六月 (1)
  • 2023年五月 (2186)
  • 2023年四月 (3838)
  • 2023年三月 (1544)
  • 2023年二月 (3)
  • 2023年一月 (4)
  • 2022年十二月 (3)
  • 2022年十一月 (36)
  • 2022年十月 (16)
  • 2022年九月 (8)
  • 2021年九月 (1)
  • 2020年九月 (6)
  • 2020年八月 (5)

标签

Aave (1) cosmos (6) defi (255) flag (27) gitee (1) github (1) golang (234) java (8234) linux命令 (82) List (1) map (1115) mysql (3093) npm (237) tendermint (6) uuid (43) vant (64) vmware (270) 区块链 (63) 合约 (37) 小程序版本更新 (3)
  • 首页
  • 小程序
  • uniapp
  • vue
  • APICloud
  • 其他
Copyright xfxia.com 鲁ICP备19024253号-2
关闭菜单