
CSAPP
文章平均质量分 69
FZHvampire
这个作者很懒,什么都没留下…
展开
-
[深入理解计算机系统] 第二章家庭作业
**2.732.732.73**int saturating_add(int x,int y){ unsigned int tot=x+y; int len=(sizeof(int)<<3)-1; unsigned int flag=!((((x>>len)^(y>&amp原创 2018-11-07 16:02:16 · 759 阅读 · 0 评论 -
二进制炸弹(ICS作业)
**phase1phase1phase1**密码为:Allyourbasearebelongtous.All your base are belong to us.Allyourbasearebelongtous.原创 2018-11-11 19:55:42 · 1509 阅读 · 0 评论 -
缓冲区溢出(ICS实验)
**SmokeSmokeSmoke**文本:00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0000 00 00 00 00 00 00 00 00 00 00 00 bb 8b 04 08分析过程:在getbuf函数中,...原创 2018-11-22 19:28:30 · 824 阅读 · 0 评论 -
[CASPP][CACHE]实验
由于cache的实现有代码框架,比较easy,就直接放代码了codecodecode#include <getopt.h>#include <stdlib.h>#include <unistd.h>#include <stdio.h>#include <assert.h&g原创 2018-12-17 23:42:37 · 1337 阅读 · 0 评论 -
[CSAPP大作业] 程序人生-Hello's P2P
摘 要本文主要介绍hello程序在linux下是如何从一个.c文件一步步变成可执行文件的。对于在运行的过程中可能会出现的一些比较重要的问题,例如虚拟内存,IO等操作进行探究。 关键词:程序执行 CSAPP 目 录 第1章 概述....................原创 2019-01-05 00:16:30 · 7978 阅读 · 1 评论