CVE-2020-6418 (Incorrect side effect modelling for JSCreate)
1-day
보호되어 있는 글입니다.
CVE-2018-16069 (Floating-point precision errors in Swiftshader blitting)
1-day
보호되어 있는 글입니다.
[MIT 6.S081 Fall 2020] Lab: traps
xv6
https://pdos.csail.mit.edu/6.S081/2020/labs/traps.htmlRead in GithubRISC-V assembly (easy)user/call.c가 컴파일되어 생성되는 user/call.asm을 보고 몇 가지의 질문에 답하는 실습이다.#include "kernel/param.h"#include "kernel/types.h"#include "kernel/stat.h"#include "user/user.h"int g(int x) { return x+3;}int f(int x) { return g(x);}void main(void) { printf("%d %d\n", f(8)+1, 13); exit(0);}Q. Which registers contain argumen..
VSCode C/C++ auto formatting (Ctrl + K + F) Google 스타일로 설정
etc
C/C++ 확장이 설치되어 있어야 합니다. VSCode 설정(Ctrl + ,)에서 Clang_format_style 검색 Clang_format_style에 { IndentWidth: 4, ColumnLimit: 0 } 입력 Clang_format_fallback Style에 Google 입력 (기본적으로 Google 스타일에서 들여쓰기 4칸, 한 줄 최대 글자 수 제한 없음으로 설정하겠다는 의미)
[DreamHack] baby-turbofan
Wargame/DreamHack
보호되어 있는 글입니다.
h0meb0dy_
'분류 전체보기' 카테고리의 글 목록 (36 Page)