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


你可能也喜欢

jQuery——入门基础(获取元素、样式、属性,选择集、过滤器、样式类)

.NET 6 攻略大全(一)

【Ceph】Cosbench进行对象存储的压测

idea 中使用git 提交代码

CSS记忆——仿百度首页

深入快速排序[Quick][三]最坏时间复杂度

解决在PyCharm中无法调用numpy

达梦数据库 主备架构切换为单机架构

数据结构-图的深度优先遍历(DFS)和广度优先遍历(BFS)算法分析

求三个整数的最大值

打印100以内所有质数

LDD3读书笔记(第10章 内核数据类型)

三维分割数据集Scannet下载代码 网盘链接

能解决 80% 故障的排查思路 ,建议收藏!!

C语言求两个数的最大公约数、最小公倍数(三种方法)

关于STM8的FWLIB库

博弈论66个经典例子_阅读:《博弈论》

SpringBoot排除依赖

Mybaits源码赏析二:深度解析Mybaits的二级缓存机制

【闲谈】解决MyEclipse过期的问题

目录

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