Chinaunix首页 | 论坛 | 博客
  • 博客访问: 221290
  • 博文数量: 48
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 412
  • 用 户 组: 普通用户
  • 注册时间: 2013-04-24 10:27
个人简介

Continuous pursuit technical details

文章分类

全部博文(48)

文章存档

2014年(1)

2013年(47)

发布时间:2013-12-10 15:32:04

#include <sys/ptrace.h>#include <sys/types.h>#include <sys/wait.h>#include <sys/syscall.h>#include <sys/reg.h>#include <unistd.h>#include <stdio.h>#include <stdlib.h>typedef enum __bool { false = 0, true = 1, } bool;int main(){    pid_t child;    long orig_eax, ea.........【阅读全文】

阅读(1855) | 评论(0) | 转发(0)

发布时间:2013-12-10 15:24:31

#include <stdio.h>int main(){        return printf("\e[38;41m colorful \e[m\n");}......【阅读全文】

阅读(1466) | 评论(0) | 转发(0)

发布时间:2013-12-10 15:22:33

#include <pthread.h>#include <stdlib.h>#include <stdio.h>#include <unistd.h>#include <string.h>pthread_t ntid;void printids(const char* s){        pid_t pid;        pthread_t tid;        pid = getpid();      &nb.........【阅读全文】

阅读(1592) | 评论(0) | 转发(0)

发布时间:2013-12-10 15:20:57

#include <malloc.h>#include <iostream>#include <map>using namespace std;int main(){        cout << "==============================" << endl;        malloc_stats();        map<int,float> tmpMap;        for(int.........【阅读全文】

阅读(1513) | 评论(0) | 转发(0)

发布时间:2013-12-10 15:17:12

       #include <time.h>       #include <stdio.h>       #include <stdlib.h>       int       main(int argc, char *argv[])       {           cha.........【阅读全文】

阅读(1400) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册