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 ...
随机推荐
- 最大整数(Noip1998连接多位数)
最大整数(Noip1998连接多位数)[问题描述] 设有n个正整数(n≤20),将它们联接成一排,组成一个最大的多位整数. 例如:n=3时,3个整数13,312,343联接成的最大整数为:343312 ...
- 删数问题(NOI94)
删数问题(NOI94) 输入一个高精度的正整数N,去掉其中任意S个数字后剩下的数字按原左右次序组成一个新的正整数.编程对给定的N和S,寻找一种方案使得剩下的数字组成的新数最小.输出新的正整数.(N不超 ...
- Centos下和Win7下查看端口占用情况
Centos #会列出所有正在使用的端口及关联的进程/应用 netstat -nap #portnumber要用具体的端口号代替,可以直接列出该端口听使用进程/应用 lsof -i :portnumb ...
- bootstrap table + spring + springmvc + mybatis 实现从前端到后端的表格分页
1.使用准备 前台需要的资源文件,主要有Bootstrap3相关css.js以及bootstrap Table相关css.js: <-- 样式 --> <link rel=" ...
- NYOJ----蛇形填数
蛇形填数 时间限制:3000 ms | 内存限制:65535 KB 难度:3 描述 在n*n方陈里填入1,2,...,n*n,要求填成蛇形.例如n=4时方陈为: 10 11 12 1 9 16 ...
- 【LeetCode】200. Number of Islands (2 solutions)
Number of Islands Given a 2d grid map of '1's (land) and '0's (water), count the number of islands. ...
- 对IT技术开发职业生涯的思考
对职业生涯的思考 从刚毕业到目前所在公司,差不多6年了,想想这六年里面,自己的能力和刚毕业比有了很大的提升,但是现在在什么能力上,我不知道,毕竟没有去过别的公司.最近也在思考自己未来,算是比较迷茫阶段 ...
- Linux中断 - 综述
一.前言 一个合格的linux驱动工程师需要对kernel中的中断子系统有深刻的理解,只有这样,在写具体driver的时候才能: 1.正确的使用linux kernel提供的的API,例如最著名的re ...
- PowerDsigner 16逆向工程导入mysql
由于日常数据建模经常使用PowerDesigner,使用逆向工程能更加快速的生成模型提高效率,所以总结使用如下: 1. 安装MYSQL的ODBC驱动 Connector/ODBC 5.1.1 ...
- DVWA默认用户名密码
有些东西不好找啊,自己动手丰衣足食-- DVWA默认的用户有5个,用户名密码如下(一个足以): admin/password gordonb/abc123 1337/charley pablo/let ...