kernel dump Analysis
https://connect.microsoft.com/VisualStudio/feedback/details/3136349
http://bbs.pediy.com/thread-216676.htm
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
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://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
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
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/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://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的更多相关文章
- FreeBSD 用kgdb调试kernel dump文件
FreeBSD 用kgdb调试kernel dump文件 来自: http://blog.csdn.net/ztz0223/article/details/8600052 kgdb貌似和ddb一样属于 ...
- Linux Kernel Schduler History And Centos7.2's Kernel Resource Analysis
本文分为概述.历史.el7.2代码架构图解三部分. 解决的问题: a.Kernel调度发展过程: b.以架构图的方式,详解el7.2具体调度实现.内核线程模型.调度时间片计算,以及探究整个Kernel ...
- Linux内核源码分析之调度、内核线程模型 And Centos7.2's Kernel Resource Analysis
本文分为概述.历史.el7.2代码架构图解三部分. 解决的问题: a.Kernel调度发展过程: b.以架构图的方式,详解el7.2具体调度实现.内核线程模型.调度时间片计算,以及探究整个Kernel ...
- 蓝屏 Dump文件分析方法
WinDbg使用有点麻烦,还要符号表什么的.试了下,感觉显示很乱,分析的也不够全面... 试试其他的吧!今天电脑蓝屏了,就使用其dump文件测试,如下: 1.首先,最详细的,要属Osr Online这 ...
- malware analysis、Sandbox Principles、Design && Implementation
catalog . 引言 . sandbox introduction . Sandboxie . seccomp(short for secure computing mode): API级沙箱 . ...
- Windows Kernel Security Training Courses
http://www.codemachine.com/courses.html#kerdbg Windows Kernel Internals for Security Researchers Thi ...
- ALV tree DUMP 问题处理-20180328
Category ABAP Programming Error Runtime Errors MESSAGE_TYPE_X ABAP Program SAPLOLEA Application Comp ...
- Windbg内核调试之四: Dump文件分析
Dump 文件分析很大程度上就是分析蓝屏产生的原因.这种系统级的错误算是Windows提示错误中比较严重的一种(更严重的还有启动黑屏等硬件或软件兼容性错误等等).说它是比较严重,是因为毕竟Window ...
- Kernel Functions for Machine Learning Applications
In recent years, Kernel methods have received major attention, particularly due to the increased pop ...
随机推荐
- 微信小程序,创业新选择
微信小程序,创业新选择 创业者们 总是站在时代的风口浪尖,他们踌躇满志无所畏惧,这大概就是梦想的力量.但是,如果没有把梦想拆解成没有可预期的目标和可执行的实现路径那么一切都只能叫做梦想. 小程序 张小 ...
- HighStock如何动态添加数据组
var charts = null; $(function () { var seriesIds = [830]; // Create the ...
- Dockerfile 构建前端nginx应用并用shell脚本实现jenkins自动构建
Dockerfile 文件构建docker镜像 FROM centos MAINTAINER zh********h.cn RUN rm -f /etc/nginx/nginx.conf COPY n ...
- iOS linker command failed with exit code 1 (use -v to see invocation)多种解决方案汇总
有时可能会遇到这种错误,关键是这种错误,有时只有这一句话,也不会给更多错误信息. 网上找了一些,总结了如下:(PS:以下是按照解决简易程度排序,不代表出现概率) 1.bitcode问题 解决如下:原因 ...
- 看过这两张图,就明白 Buffer 和 Cache 之间区别
Buffer常见的是这个: 对,就是铁道端头那个巨大的弹簧一类的东西.作用是万一车没停住,撞弹簧上减速慢,危险小一些.叫缓冲. Cache常见的是这个: 没错,就是一种保管箱.看到右边那个被锈掉的Fo ...
- php.ini 中文版
作者:金步国 版权声明 本文作者是一位开源理念的坚定支持者,所以本文虽然不是软件,但是遵照开源的精神发布. 无担保:本文作者不保证作品内容准确无误,亦不承担任何由于使用此文档所导致的损失. 自由使用: ...
- 谈谈选用技术的原则,技术学习方法技巧,阅读代码的技巧及其它 MSF的一点心得
谈谈技术原则,技术学习方法,代码阅读及其它(正文) 这篇文章是前一阵在水木BBS上和别人讨论中偶自己发言的摘编,是偶这几年开发过程完全经验式的总结.完全个人经验,供批判. 一.选用技术的原则 比较规范 ...
- System.ComponentModel.DataAnnotations.Schema 冲突
System.ComponentModel.DataAnnotations.Schema 冲突 Entity Framework 与 .net4.5 的 System.ComponentModel.D ...
- 【JavaScript】浅析ajax的使用
目录结构: contents structure [+] Ajax简介 Ajax的工作原理 Ajax的使用步骤 使用原生的js代码 使用JQuery代码 JQuery中常用的Ajax函数 $.ajax ...
- 【MySQL】MySQL支持的数据类型
1.整型 MySQL数据类型 含义(有符号) tinyint(m) 1个字节 范围(-128~127) smallint(m) 2个字节 范围(-32768~32767) mediumint(m) 3 ...