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


你可能也喜欢

剑指offer_II_119 最长连续序列

外边距折叠

【基于FFT的自由响应非线性检测方案】使用归零早期FFT的非线性检测研究(Matlab代码实现)

手把手教你搭建TFTP服务器

server.xml拒绝访问 无法修改

Android AIDL bindService后不能调用onServiceConnected方法(一种情况)

C++ 数字、string 简便互转

Spring中AOP的目标对象和代理对象的理解

JVM体系结构篇之JVM的整体结构

.bss段和.data段数据分析

【简单贪心】排队接水

codeblocks无法调试

HTML登录界面的实现详解

laravel 商城_Laravel 路由优化小技巧分享

用vector来实现matrix。

idea 中使用tomcat 部署 html

多元线性回归分析spss结果解读_spss多元线性回归结果解读

The server project is closed

mybatis collection用法_Mybatis中强大的resultMap

【C++】获取当前时间的两种方式

目录

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