搜索资源列表
libtorrent-0.10.4.tar
- LibTorrent is a BitTorrent library written in C++ for *nix, with a focus on high performance and good code. The library differentiates itself from other implementations by transfering directly from file pages to the network stack. On high-bandwidth c
zxc
- 小写字母变大写字母(汇编语言实现) (2008-05-14 21:57:52) 标签:杂谈 DATA SEGMENT PMT1 DB INPUT Small letter : ,0AH,0DH, $ STR1 DB 40H,0,40H DUP(0) PMT2 DB 0AH,0DH, Display capital letter : ,0AH,0DH STR2 DB 40H DUP(0), $ DATA ENDS STACK1 SEGMENT
C
- 停车场管理系统 #include <stdio.h> #include <malloc.h> #define SIZE 3 #define NULL 0 typedef struct { int hour int min } time typedef struct { int num int position time t float money } Car typ
dynamic_cast5
- 16-byte stack alignment is required by x86_64 ABI.arch-x86 bionic __stack_chk_fail_local.h .
CVE-2014-9322
- This code is a Linux kernel vulnerability,CVE-2014-9322 POC. cause: swapgs miscoding in stack segment fault handler swapgs: swap gs register value user <-> kernel type: zero-write in arbitrary kernel location overwrite target: defaul