인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

boanproject's profile image
boanproject

asked

Reverse School Level 1 - Beginner Course in Reversing Analysis

(공지) 가상환경 내 인터넷 확인 및 업데이트

Written on

·

282

0

1. 우선 우분투 이미지가 인터넷 연결이 되어있는지 확인

2. 아카이브 변경(아래 명령어)

sudo sed -i -re 's/([a-z]{2}\.)?archive.ubuntu.com|security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list

sudo apt-get update && sudo apt-get dist-upgrade

리버싱

Answer

This question is waiting for answers
Be the first to answer!
boanproject's profile image
boanproject

asked

Ask a question