crash命令 —— dis

简介: crash命令 —— dis

参考:

https://crash-utility.github.io/help_pages/dis.html

常用命令

  • 反汇编指定函数
    dis -x <function name>/<addr>
  • 反汇编指定偏移
    dis -x <function+0xXX>
  • 反汇编从函数开始到指定偏移量之间的代码
    dis -rx <function+0xXX>
相关文章
|
数据库管理
SVN 执行cleanup报错:Cleanup failed to process the following paths : 解决方法
引用:https://www.cnblogs.com/pinpin/p/11395438.html 在SVN更新时提示文件被锁住了,要求执行 clean up操作,执行clean up时又报clean up failed。造成的原因是在某次更新后,点击了cancel按钮,操作没有完成所以会锁住。解决方法如下:
1342 0
|
2月前
crash命令 —— vm
crash命令 —— vm
|
2月前
|
Linux
crash命令 —— runq
crash命令 —— runq
|
2月前
crash命令 —— sym
crash命令 —— sym
|
2月前
|
分布式计算 关系型数据库 Ruby
crash命令 —— rd
crash命令 —— rd
|
2月前
crash命令 —— task
crash命令 —— task
|
2月前
|
Linux
crash —— 查看当前系统每个page的信息
crash —— 查看当前系统每个page的信息
|
2月前
crash命令 —— ptov
crash命令 —— ptov
|
2月前
crash命令 —— ptob/btop
crash命令 —— ptob/btop
|
2月前
crash命令 —— waitq
crash命令 —— waitq