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


你可能也喜欢

硬件探索——数字钟的设计与制作

图片上传提交前,图片显示在页面上

pls-00302: 必须声明 组件_Spring AMQP RabbitAdmin 声明式配置

WPF中INotifyPropertyChanged用法与数据绑定

SVG基本图形的创建和动画详解——1

操作系统考试重点

如何找出哪个进程正在侦听 Windows 上的 TCP 或 UDP 端口? [关闭]

null和undefined 区别

显示器色域检测软件_四百元显示器带给我的意外之喜 SANC N500测评(无恰饭内容)…

最近接触PyTorch 相关项目代码遇到的问题

ftp 的port与pasv两种模式的认识

C++中__int64用法

为amazon s3 bucket设置公开权限 以及导出csv文件

HttpURLConnection上传文件,下载文件

SpringBoot上传文件

Matlab-差值/拟合/回归分析

在Mac上将移动磁盘格式化为FAT32分区

Spring中的IOC和AOP

Tendermint源码解析 —— p2p(对等连接)微服务

如何在.net中调用web api,以get方法为例

目录

  • 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
关闭菜单