전체 글

정보보안과 프로그래밍, IT 등을 주제로하는 블로그입니다.
Tools

tmux란 무엇인가? tmux 개념과 설치 방법

공식홈페이지 https://github.com/tmux/tmux/wiki Home tmux source code. Contribute to tmux/tmux development by creating an account on GitHub. github.com tmux란 무엇인가? tmux의 github 사이트에 들어가면 아래와 같은 메시지가 나옵니다. Welcome to tmux! tmux is a terminal multiplexer. It lets you switch easily between several programs in one terminal, detach them (they keep running in the background) and reattach them to a different ..

Tools

pwntools 설치 방법

pwntools는 무엇인가? Github에서 pwntools 페이지에 들어가면 아래와 같은 글이 보입니다. Pwntools is a CTF framework and exploit development library. Written in Python, it is designed for rapid prototyping and development, and intended to make exploit writing as simple as possible. Pwntools는 CTF 프레임워크이자 익스플로잇 개발 라이브러리다. 파이썬으로 작성되었으며, 이것은 프로토타이핑(시스템의 초기모델을 세우고 다듬고, 다시 세우고 다듬고 하는 반복적인 과정)과 개발, 익스플로잇을 작성을 가능한 간단하게 만들기 위한 것이다. ..

Programming Language/C

C 언어 개발 환경

1. GCC 개발 환경 GCC에 대한 자세한 설명은 아래 글을 참고할 수 있습니다. 2023.03.13 - [Security/System] - [008] GCC 컴파일러란 무엇일까? GCC 컴파일러와 파일 확장자 GCC 컴파일러는 GNU Compiler Collection의 약자로 자유 소프트웨어입니다. 이 컴파일러는 개방형 개발 환경을 사용하고 세계적 수준의 플랫폼을 육성하기 위해 다른 많은 플랫폼을 지원합니다. 사실상 Linux의 표준 컴파일러로 다양한 언어를 사용할 수 있습니다. 2. 통합개발환경(IDE: Integrated Development Environment) (1) 데스크톱 통합개발환경 Microsoft Visual Studio Community 2022 무료로 사용 가능 MS 회원가입/..

movefun-tech
movefun-tech