https://social.msdn.microsoft.com/Forums/vstudio/en-US/0c418482-7edd-4c91-b7f4-6005d550244a/got-the-error-symbol-clrxxx-not-found-when-debugging-the-clr-objectclass?forum=clr

https://stackoverflow.com/questions/44691232/got-the-error-symbol-clrxxx-not-found-when-debugging-the-clr-object-class

https://connect.microsoft.com/VisualStudio/feedback/details/3136349

http://bbs.pediy.com/thread-216676.htm

http://sosclr.blogspot.hk/

https://developer.microsoft.com/en-us/windows/hardware/download-symbols

https://blogs.msdn.microsoft.com/yunjin/2005/08/30/thread-system-threading-thread-and-threads-iii/

https://blogs.msdn.microsoft.com/yunjin/2005/08/29/thread-system-threading-thread-and-threads-ii/

https://blogs.msdn.microsoft.com/yunjin/2005/08/25/thread-system-threading-thread-and-threads-i/

https://repo.zenk-security.com/Reversing%20.%20cracking/Practical%20Reverse%20Engineering.pdf

https://social.msdn.microsoft.com/Forums/sqlserver/en-US/4f31eab8-636c-4485-b7e8-4d5e60182efc/windbg-your-debugger-is-not-using-the-correct-symbols-on-dt-clrthread?forum=windbg

https://support.microsoft.com/en-us/help/969028/how-to-generate-a-kernel-or-a-complete-memory-dump-file-in-windows-server-2008-and-windows-server-2008-r2

https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/forcing-a-system-crash-from-the-keyboard

https://answers.microsoft.com/en-us/windows/forum/windows_8-winapps/couldnt-load-mismatched-pdb-for-ntkrnlmpexe/eb5dc814-4549-4e08-944a-3543fe0330f4

http://www.osronline.com/showthread.cfm?link=284589

https://stackoverflow.com/questions/30019889/how-to-set-up-symbols-in-windbg?noredirect=1

https://stackoverflow.com/questions/9044926/errorsymbol-file-not-found-in-windbg

http://www.cnblogs.com/answeryi/archive/2009/07/08/1519519.html

http://blog.csdn.net/eqera/article/details/8237991

https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/debugging-optimized-code-and-inline-functions-external

https://social.technet.microsoft.com/Forums/en-US/5c905805-2392-40a7-92df-c39c32e5e12f/manually-creating-a-complete-dump-on-windows-10?forum=win10itprogeneral

https://blogs.msdn.microsoft.com/windbg/2016/10/03/writing-linq-queries-in-windbg/

https://stackoverflow.com/questions/127564/what-is-your-favourite-windbg-tip-trick?rq=1

KThread

http://www.cnblogs.com/LittleHann/p/3456697.html

thread creation

http://www.cnblogs.com/LittleHann/p/3458736.html

https://github.com/bigzz/WRK

http://windbg.info/doc/1-common-cmds.html

https://stackoverflow.com/questions/17974115/windbg-ethread-irplist-location

https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/-handle

https://stackoverflow.com/questions/14857736/how-get-file-path-by-handle-in-windbg

https://stackoverflow.com/questions/17974115/windbg-ethread-irplist-location

http://www.osronline.com/article.cfm?article=499

https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/forcing-a-system-crash-from-the-keyboard

http://www.osronline.com/article.cfm?article=64

http://www.cnblogs.com/LittleHann/p/3454855.html

https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/analyzing-a-kernel-mode-dump-file-with-windbg

https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/dt--display-type-

https://www.slideshare.net/ShanmugaSundaram12/crash-dump-analysisshanmugasundaram

https://www.slideshare.net/CoryFoy/debugging-net-applications-with-windbg

https://www.tenforums.com/tutorials/5558-windbg-basics-debugging-crash-dumps-windows-10-a.html

https://msdn.microsoft.com/en-us/library/windows/desktop/ee416349(v=vs.85).aspx

https://books.google.com.hk/books?id=y83LDgAAQBAJ&pg=PT644&lpg=PT644&dq=IrpList+++ETHREAD++windbg&source=bl&ots=kGfwTyQqnA&sig=ERvWOhWIYT1E1tTRgesZCJRDgEs&hl=en&sa=X&ved=0ahUKEwiBl4GToMzUAhUKkJQKHfQLDtkQ6AEIUDAH#v=onepage&q=IrpList%20%20%20ETHREAD%20%20windbg&f=false

https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/pdf/Kernel_Crash_Dump_Guide/Red_Hat_Enterprise_Linux-7-Kernel_Crash_Dump_Guide-en-US.pdf

https://fedoraproject.org/wiki/How_to_use_kdump_to_debug_kernel_crashes

https://www.ibm.com/developerworks/cn/linux/l-cn-dumpanalyse/index.html

https://www.kernel.org/doc/Documentation/kdump/kdump.txt

http://www.dedoimedo.com/computers/crash-analyze.html

https://kb.plesk.com/en/10044

https://www.slideshare.net/PaulVNovarese/linux-crash-dump-capture-and-analysis

kernel dump Analysis的更多相关文章

  1. FreeBSD 用kgdb调试kernel dump文件

    FreeBSD 用kgdb调试kernel dump文件 来自: http://blog.csdn.net/ztz0223/article/details/8600052 kgdb貌似和ddb一样属于 ...

  2. Linux Kernel Schduler History And Centos7.2's Kernel Resource Analysis

    本文分为概述.历史.el7.2代码架构图解三部分. 解决的问题: a.Kernel调度发展过程: b.以架构图的方式,详解el7.2具体调度实现.内核线程模型.调度时间片计算,以及探究整个Kernel ...

  3. Linux内核源码分析之调度、内核线程模型 And Centos7.2's Kernel Resource Analysis

    本文分为概述.历史.el7.2代码架构图解三部分. 解决的问题: a.Kernel调度发展过程: b.以架构图的方式,详解el7.2具体调度实现.内核线程模型.调度时间片计算,以及探究整个Kernel ...

  4. 蓝屏 Dump文件分析方法

    WinDbg使用有点麻烦,还要符号表什么的.试了下,感觉显示很乱,分析的也不够全面... 试试其他的吧!今天电脑蓝屏了,就使用其dump文件测试,如下: 1.首先,最详细的,要属Osr Online这 ...

  5. malware analysis、Sandbox Principles、Design && Implementation

    catalog . 引言 . sandbox introduction . Sandboxie . seccomp(short for secure computing mode): API级沙箱 . ...

  6. Windows Kernel Security Training Courses

    http://www.codemachine.com/courses.html#kerdbg Windows Kernel Internals for Security Researchers Thi ...

  7. ALV tree DUMP 问题处理-20180328

    Category ABAP Programming Error Runtime Errors MESSAGE_TYPE_X ABAP Program SAPLOLEA Application Comp ...

  8. Windbg内核调试之四: Dump文件分析

    Dump 文件分析很大程度上就是分析蓝屏产生的原因.这种系统级的错误算是Windows提示错误中比较严重的一种(更严重的还有启动黑屏等硬件或软件兼容性错误等等).说它是比较严重,是因为毕竟Window ...

  9. Kernel Functions for Machine Learning Applications

    In recent years, Kernel methods have received major attention, particularly due to the increased pop ...

随机推荐

  1. H5类似易企秀/编辑器/页面制作/开发/生成工具/软件/源码/授权

    代码地址如下:http://www.demodashi.com/demo/14960.html 项目简介 H5DS (HTML5 Design software) 这是一款基于WEB的 H5制作工具. ...

  2. 【公众号】微信第三方登录(静默授权和非静默授权)(具体代码:U盘 新浪云SAE)

    一.微信联合登录是怎么登录的,有几种登录方式:微信联合登录和微信授权登录[授权登录(非静默授权)与静默授权] [主动授权]:需要用户确认登录,这样可以通过用户的个人确认,获取用户全面的信息,无论是否关 ...

  3. 表的复制——sql语句

    SQL Server 复制表结构及数据到新表 select * into 目标表名 from 源表名(要求目标表不存在,因为在插入时会自动创建) 只复制表结构到新表 CREATE TABLE 新表 S ...

  4. android开发学习---linux下开发环境的搭建&& android基础知识介绍

    一.配置所需开发环境 1.基本环境配置 JDK 5或以上版本(仅有JRE不够) (http://www.oracle.com/technetwork/java/javase/downloads/ind ...

  5. Elasticsearch报警插件Watch安装以及使用

    参考:http://blog.csdn.net/ptmozhu/article/details/52296958 http://corejava2008.iteye.com/blog/2214279 ...

  6. 解决编译Apache出现的问题:configure: error: APR not found

    今日编译apache时出错: #./configure --prefix……检查编辑环境时出现: checking for APR... noconfigure: error: APR not fou ...

  7. SaltStack 入门到精通第二篇:Salt-master配置文件详解

    SaltStack 入门到精通第二篇:Salt-master配置文件详解     转自(coocla):http://blog.coocla.org/301.html 原本想要重新翻译salt-mas ...

  8. ubuntu源列表(清华,阿里,官方,选一即可)

    Ubuntu的源列表在/etc/apt/sources.list中,替换即可 #清华的源deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ xenial m ...

  9. 必须掌握的30种SQL语句优化

    1.’对查询进行优化,应尽量避免全表扫描,首先应考虑在 where 及 order by 涉及的列上建立索引. 2.应尽量避免在 where 子句中使用!=或<>操作符,否则将引擎放弃使用 ...

  10. C# 自定义控件,日期时间选择输入插件

    权声明:本文为博主原创文章,未经博主允许不得转载. // 为textBox1添加一个日期时间选择控件 DateTimeChoser.AddTo(textBox1); DateTimeChoser.De ...