摘要:
15-213课程的实验目录 1.data lab 1.bomb lab 2.c review 3.rop in attack lab this page is catalog of book&pdf&ppt&video and any other learning perception notes 阅读全文
摘要:
we could dynamic symbol printf with libc.so instead of include<stdio.h> in source file. a.c int main(){ printf("hi! .so success!\n"); return 0;} gcc a 阅读全文
摘要:
Guide to Faster, Less Frustrating Debugging Guide to Faster, Less Frustrating Debugging Norman Matloff University of California at Davis (530) 752-195 阅读全文
摘要:
0x00 基础知识 Prior to the 5.0 release, CUDA did not support separate compilation, so CUDA code could not call device functions or access variables across 阅读全文