愿你的道路漫长 Full of miracles
文章列表
- 2024-09-08 » Run lguest on Linux kernel 4.4
- 2024-05-25 » The anatomy of chroot escape
- 2024-05-01 » Multi-thread process can't unshare pid namespace (in some old Linux version)
- 2024-02-24 » Linux process capability change through execve syscall
- 2024-02-03 » Why Golang eat my fd 3 in child process
- 2023-12-29 » mount procfs in unprivileged container
- 2022-09-12 » CVE-2021-3493 Ubuntu overlayfs privilege escalation vulnerability analysis
- 2022-03-26 » containerd CVE-2022-23648: path traversal never die
- 2022-03-19 » Container escape using dirtypipe
- 2022-03-06 » CVE-2022-0492: how release_agent escape become a vulnerability
- 2022-01-30 » Java反序列化漏洞研究前序: Transformer、动态代理与注解
- 2021-12-28 » runc internals, part 3: runc double clone
- 2021-12-23 » runc internals, part 2: create and run a container
- 2021-12-22 » runc internals, part 1: usage, build and source architecture
- 2021-05-20 » seccomp user notification
- 2021-05-12 » hello world driver
- 2021-03-14 » QEMU RCU implementation
- 2021-02-19 » Why ping uses UDP port 1025
- 2020-10-01 » kvm performance optimization technologies, part two
- 2020-09-11 » My qemu/kvm book has been publicated
- 2020-09-10 » kvm performance optimization technologies, part one
- 2020-08-29 » Linux kernel perf architecture
- 2020-08-22 » vDPA kernel framework introduction
- 2020-08-09 » How eBPF program connects with tracepoint
- 2020-08-08 » Linux tracing - trace event framework
- 2020-08-05 » Linux tracing - kprobe, uprobe and tracepoint
- 2020-04-18 » Linux vsock internals
- 2020-01-18 » Write eBPF program in pure C
- 2020-01-05 » cgroups internals
- 2019-12-20 » pid namespace internals
- 2019-12-17 » user namespace internals
- 2019-09-07 » A brief overview of cloud-hypervisor, a modern VMM
- 2019-08-31 » qemu VM device passthrough using VFIO, the code analysis
- 2019-08-21 » VFIO driver analysis
- 2019-08-16 » VFIO usage
- 2019-08-10 » intel IOMMU driver analysis
- 2019-08-04 » IOMMU introduction
- 2019-07-20 » Linux static_key internlas
- 2019-03-24 » KVM async page fault
- 2019-02-23 » system call analysis: mount
- 2019-02-17 » glibc system call wrapper
- 2019-02-13 » vsyscall and vDSO
- 2019-02-04 » Anatomy of the seccomp
- 2018-12-06 » make QEMU VM escape great again
- 2018-09-06 » QEMU interrupt emulation
- 2018-09-05 » QOM Property
- 2018-09-03 » KVM MMIO implementation
- 2018-08-29 » Local APIC virtualization
- 2018-08-27 » kvm interrupt emulation
- 2018-08-11 » qemu/kvm dirty pages tracking in migration
- 2018-07-25 » Add a new qmp command for qemu
- 2018-07-14 » dkms 101
- 2018-06-17 » Linux kernel networking: a general introduction
- 2018-06-14 » Anatomy of the Linux block device driver
- 2018-06-14 » Anatomy of the Linux 'bdev' file system
- 2018-06-10 » Anatomy of the Linux device driver model
- 2018-06-02 » Anatomy of the Linux loadable kernel module
- 2018-06-02 » Anatomy of the Linux character devices
- 2018-03-24 » retpoline: 原理与部署
- 2018-03-07 » Spectre Mitigation介绍
- 2018-03-01 » qemu热迁移简介
- 2018-01-04 » meltdown漏洞小白理解
- 2017-12-13 » linux-tracing-workshop-part 3
- 2017-12-07 » linux-tracing-workshop-part 2
- 2017-12-05 » linux-tracing-workshop-part 1
- 2017-11-27 » Analysis of a 0x5c BSOD caused by timer interrupt in KVM when VMs reboot
- 2017-07-10 » QEMU-KVM中的PIO处理
- 2017-06-09 » KLEE解决迷宫问题
- 2017-06-08 » Ubuntu 16.04安装KLEE
- 2017-05-18 » Python打包成exe
- 2017-03-29 » Linux内核编译系统kbuild简介
- 2017-01-08 » QOM介绍
- 2016-07-22 » QMP简介
- 2016-06-21 » 通过QEMU调试Linux内核
- 2016-05-13 » CentOS 6.7为Xen 4.5虚拟机搭建桥接网络
- 2016-04-26 » CentOS 6.7源码安装Xen
- 2015-09-26 » QEMU参数解析
- 2015-08-25 » 输出24点游戏所有解
- 2015-08-04 » VMware COM1虚拟机逃逸漏洞分析
- 2015-06-26 » VENOM漏洞分析与利用
- 2014-11-07 » Trie树与Word Puzzles
- 2014-11-02 » ELF文件格式简介
- 2014-10-30 » 遍历序列确定二叉树
- 2014-10-29 » Intel和VMware应聘小记
- 2014-10-12 » Linux内存管理概述
- 2014-10-10 » Linux进程地址空间简介
- 2014-10-09 » Linux文件扩展属性以及从内核中获得文件扩展属性
- 2014-08-31 » Linux内核中从inode结构得到文件路径名
- 2014-08-10 » 我们最幸福
- 2014-04-21 » 《史记·殷本纪第三》笔记
- 2014-04-20 » 《史记·夏本纪第二》笔记
- 2014-04-17 » Simplified DES简介
- 2014-04-15 » 《史记·五帝本纪第一》笔记
- 2014-04-08 » exploit编写笔记3——编写Metasploit exploit
- 2014-04-07 » exploit编写笔记2——基于SEH的exploit
- 2014-03-31 » Windows用户态异常处理
- 2014-03-25 » XDCSC2010破解题2
- 2014-03-17 » XDCSC2010破解题1
- 2014-03-17 » 一道XDCSC2010溢出题
- 2014-03-16 » exploit编写笔记1——基于栈的溢出
- 2014-01-15 » autotool工具简介
- 2014-01-12 » 回溯算法及其例子
- 2014-01-02 » Intel Pin简介
- 2013-12-22 » 杂耍算法及其证明
- 2013-12-05 » 2013我的私人阅读十佳
- 2013-12-04 » 【编程珠玑】第一章