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 · 720 阅读 · 0 评论 -
二进制炸弹(ICS作业)
** phase1phase1phase1 ** 密码为:Allyourbasearebelongtous.All your base are belong to us.Allyourbasearebelongtous.原创 2018-11-11 19:55:42 · 1439 阅读 · 0 评论 -
缓冲区溢出(ICS实验)
** SmokeSmokeSmoke ** 文本: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 bb 8b 04 08 分析过程: 在getbuf函数中,...原创 2018-11-22 19:28:30 · 794 阅读 · 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 · 1286 阅读 · 0 评论 -
[CSAPP大作业] 程序人生-Hello's P2P
摘 要 本文主要介绍hello程序在linux下是如何从一个.c文件一步步变成可执行文件的。对于在运行的过程中可能会出现的一些比较重要的问题,例如虚拟内存,IO等操作进行探究。 关键词:程序执行 CSAPP 目 录 第1章 概述....................原创 2019-01-05 00:16:30 · 7923 阅读 · 1 评论