自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Aegeaner的专栏

in every possible way

  • 博客(4)
  • 资源 (9)
  • 收藏
  • 关注

转载 使用KGDB调试内核 on QEMU

本文由daviyang35起草,DDD最终完成。对于本文有任何疑问,可直接在文章后评论询问。1: 编译Linux + KGDB1.1: 安装编译工具请参考其他相关教程,推荐在安装系统的时候就选择上编译器及支持库1.2: 下载最新内核代码在lmkl.org下载最新的内核源码, 可以直接使用浏览器下载代码,当然也可以使用命令wget来下载,下载后需使用tar来解压源代码。这里我

2012-06-18 15:02:51 1402

转载 Ubuntu 11.04 as Wifi Router

Install Ubuntu 11.04 Server Edition on your netbook/old pc/thin client etc.. with default settings.In my case I am using a thinclient (eth0 = wired ethernet adapter; wlan0 = wireless adapter).Step

2012-06-16 16:33:20 1259

转载 debug版函数初始化入口 0xcc

在VC++编写的程序编程成Debug版,反汇编代码,函数入口处经常看到如下一段代码:00EA14E0 55                push        ebp  00EA14E1 8B EC             mov         ebp,esp00EA14E3 81 EC C0 00 00 00 sub         esp,0C0h00EA14E9 53

2012-06-04 01:46:27 1412

转载 汇编除法转换

今天写了个小程序,用 IDA 反汇编过来看了一下,如下一条语句:num/= 5;却被转化成了这种形式:mov     ecx, eax   ;nummov     eax, 66666667himul    ecxsar     edx, 1mov     eax, edx最终 eax 就是 num 的值,为什么会

2012-06-03 22:47:28 1606

The Architecture of Open Source Applications

讲开源软件架构的书。 Contents Introduction Amy Brown and Greg Wilson ix 1. Asterisk Russell Bryant 1 2. Audacity James Crook 15 3. The Bourne-Again Shell Chet Ramey 29 4. Berkeley DB Margo Seltzer and Keith Bostic 45 5. CMake Bill Hoffman and Kenneth Martin 67 6. Eclipse Kim Moir 77 7. Graphite Chris Davis 101 8. The Hadoop Distributed File System Robert Chansler, Hairong Kuang, Sanjay Radia, Konstantin Shvachko, and Suresh Srinivas 111 9. Continuous Integration C. Titus Brown and Rosangela Canino-Koning 125 10. Jitsi Emil Ivov 139 11. LLVM Chris Lattner 155 12. Mercurial Dirkjan Ochtman 171 13. The NoSQL Ecosystem Adam Marcus 185 14. Python Packaging Tarek Ziadé 205 15. Riak and Erlang/OTP Francesco Cesarini, Andy Gross, and Justin Sheehy 229 16. Selenium WebDriver Simon Stewart 245 17. Sendmail Eric Allman 271 18. SnowFlock Roy Bryant and Andrés Lagar-Cavilla 291 19. SocialCalc Audrey Tang 303 20. Telepathy Danielle Madeley 325 21. Thousand Parsec Alan Laudicina and Aaron Mavrinac 345 22. Violet Cay Horstmann 361 23. VisTrails Juliana Freire, David Koop, Emanuele Santos, Carlos Scheidegger, Claudio Silva, and Huy T. Vo 377 24. VTK Berk Geveci and Will Schroeder 395 25. Battle For Wesnoth Richard Shimooka and David White 411 Bibliography Making Software

2011-09-17

高精度计算源码

强大的hugecalc!

2007-08-30

Learning the Unix OS

(ebook-chm) O'Reilly Learning the Unix OS

2007-08-30

Inside C++ Object Model

经典..Inside C++ Object Model

2007-08-30

Effective C++(中文版)

经典经典经典经典经典

2007-08-30

C++高级参考手册

C++高级参考手册C++高级参考手册

2007-05-24

C++标准库,Boost简介

Addison.Wesley.Beyond.the.C.plus.plus.Standard.Library.An.Introduction.to.Boost

2007-05-20

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除