본문 바로가기

전체 글

(4)
VSCode 팁 단축키 관련 ctrl K S 눌러서 바로가기 키를 띄우고, 아래의 버튼을 누르면 keybindings.json 이 열린다. 여기에 아래의 내용을 추가하면 됨 터미널 창 닫지 않고 왔다갔다하기 { "key": "ctrl+;", "command": "terminal.focus", "when": "editorFocus" }, { "key": "ctrl+;", "command": "workbench.action.focusActiveEditorGroup", "when": "terminalFocus" }, 터미널을 띄워놓고 ctrl ; 로 편리하게 왔다갔다할 수 있다!! ctrl tab 을 크롬 탭 처럼 바꾸기 { "key": "ctrl+tab", "command": "workbench.action.nextEdit..
티스토리 블로그를 검색했더니, 모바일 URL 만 나옴.. https://wonderbout.tistory.com/158 https://marshall-ku.com/web/tips/%ED%8B%B0%EC%8A%A4%ED%86%A0%EB%A6%AC-%EB%AA%A8%EB%B0%94%EC%9D%BC-%ED%8E%98%EC%9D%B4%EC%A7%80-%EC%99%84%EB%B2%BD%ED%9E%88-%EB%B9%84%ED%99%9C%EC%84%B1%ED%99%94%ED%95%98%EA%B8%B0 Tables Of Contents (TOC) 보여주기 https://swooki.tistory.com/847
gcc options (-mpreferred-stack-boundary) [수정중] -mpreferred-stack-boundary관련 gcc 소스코드-mpreferred-stack-boundary#!/usr/bin/env bash set -ex start_string=++++++++++++++++ end_string=----------------- echo > result32.txt echo > result64.txt for BIT_SIZE in 32 64 do for VAR in "default" {2..12} do OPTION="-mpreferred-stack-boundary=$VAR" if [ "default" = "$VAR" ]; then OPTION="" fi if [[ "$VAR" -eq 2 && "$BIT_SIZE" -eq 64 ]]; then continue ..
우분투(20.04 LTS) 초기 세팅 zsh, pwndbg, vscode, vim, tmux, pwntools https://j-jaeyoung.gitbook.io/cs/tip/undefined