Inflearn brand logo image
Inflearn brand logo image
Inflearn brand logo image
BEST
보안 · 네트워크

/

보안

리버싱 이 정도는 알아야지

리버싱을 하는데 필요한 것들을 같이 학습하고 분석하면서, 스스로 문제를 해결할 수 있는 자세와 습관을 만드는 것에 목표를 삼고 있습니다.

(4.7) 수강평 43개

수강생 380명

  • SecurityFactory

먼저 경험한 수강생들의 후기

리버싱 이 정도는 알아야지

Reverse Engineering(역공학 분석)이라고 하면 왠지 낯설고 어렵게 느껴집니다. "왜 그럴까?"를 생각해보면, 선입견이 크지 않나 싶습니다. 알고 보면 너무나 쉽고, 당연한게 리버싱입니다. 그런데 잘못된 공부 방법으로 막연하게 접근하다보니, 당연히 어렵게 느껴질 수 밖에 없는 거죠. 분석에서 가장 중요한건 흥미와 재미를 느끼는 것입니다. 그게 원동력이 되면 단순히 이론을 학습하는 것보다 더 큰 시너지를 발휘하게 됩니다.
'리버싱 이 정도는 알아야지'는 리버싱에 관심있으면 누구라도 쉽고 재미있게 배울 수 있도록 구성했습니다. 그 중에서 이번시간에는 우리가 리버싱을 하는데 필요한 것들을 같이 학습하고 연습해보겠습니다

학습 목표

공부가 이론을 학습하는데 그친다면 지루할 뿐더러 그 이상 발전할 수 없습니다. 본 교육은 같이 분석하면서 스스로 문제를 해결할 수 있는 자세와 습관을 만드는 것에 목표를 삼고 있습니다.

도움이 되는 분들

  • 지금은 미숙하지만 뛰어난 리버싱 실력을 갖추고 싶으신 분
  • 리버싱을 배우고 싶은데, 그 방법과 방향을 몰라서 헤매는 분
  • 리버싱에 욕심이 있거나 관심있는 모든 분

예제 분석

학습한 내용을 토대로 직접 분석하고, 함께 문제를 해결해봅니다.

참고 사항

  • VirtualBox 또는 VMWARE 설치 및 분석 환경 세팅 ("Intro. 리버싱 시작하기" 교재 참조)
  • 교육 교재와 실습 파일은 별도 제공

안녕하세요
입니다.

커리큘럼

전체

28개 ∙ (2시간 27분)

강의 게시일: 
마지막 업데이트일: 

수강평

전체

43개

4.7

43개의 수강평

  • dypar331643님의 프로필 이미지
    dypar331643

    수강평 1

    평균 평점 5.0

    5

    100% 수강 후 작성

    "Inflearn's Best Reversing Basics Lecture" I am currently a high school student. In my case, I started reversing through a book called Core Principles, but I was not able to build my skills properly due to the lack of basics and difficult explanations. I was a complete beginner who simply solved wargames, found strings, and patched jump statements to solve problems. Recognizing this, I studied to build my basics, and by chance, I found out that Inflearn's lecture was included in the book I had, "You Should Know This Much About Reversing". At first, the price of the lecture was burdensome for me as a student, and unlike other lectures, the lecture time was too short for the price, so I wondered if I could really build my basics in this amount of time. However, after saving up my allowance and taking the course, I realized that I was wrong. Each lecture is short, but the content that I need to know is explained easily from a beginner's perspective through analogies, and questions are raised here and there, so that I do not just listen absentmindedly, but think and practice on my own. Also, it was a great help in learning because it not only explained the concept, but also told me why I should learn it. If you want to learn reversing but don't know how to start, are new to reversing, or are like me who studied reversing but think your basics are weak, if you take this course, you will be able to experience the surprise of learning the basics of the field of reversing in a short period of time!

    • itseeyou0629
      지식공유자

      Hello~ I'm glad it was helpful. You bought the book, but I wonder if the content was uncomfortable. I thought that going through a lot of trial and error would be helpful, but I was short-sighted. As a result, it ended up being unfriendly to the readers. I hope this lecture was a great help in reading the book. One thing I can help you with is, "You should know this much about reversing". First, read the book, and when you analyze real malware, look up "The Core Principles of Reversing" when necessary. "You should know this much about reversing" is about general actions that executable files can perform in the operating system, while "The Core Principles of Reversing" contains slightly more detailed technical content. Thank you for your good review.

  • coolsfine0699님의 프로필 이미지
    coolsfine0699

    수강평 1

    평균 평점 5.0

    5

    100% 수강 후 작성

    A useful lecture that allows you to learn reversing systematically and easily I am writing a course evaluation to help those who are looking for a course to learn reversing. First of all, I am an office worker working in security, and although my work is not related to reversing, I am studying reversing out of personal curiosity and interest. I got to know Mr. Lee Si-woo through the book "You Need to Know This Much About Reversing" published last year, and I took the course after learning that he was teaching at Infraon. I will share some of the good points compared to other courses. 1. Systematic learning system and clear goals I was very disappointed to see some of the lectures on reversing at Infraon that were at the level of a patchwork, and the lectures felt more like a talk show than an explanation of the process. This lecture was good because it set clear subtopics in the large topic of reversing and easily conveyed the core knowledge to the students. 2. A lecture tailored to the level of the students I think reversing is about understanding the operating principles by taking a created program apart in reverse. In addition to programming knowledge, knowledge of computer architecture and operating systems is also required. If you majored in computer engineering or have a lot of knowledge about reversing, I don't know, but if you don't, the books on the market may seem difficult. This lecture is for beginners in reversing, and it was really good because it explained it kindly! I was especially impressed when I saw the subtitles explaining the shortcut keys for OllyDevice during the lecture. 3. A lecture that can be practiced as well as theory I think that those who work in security will probably want to analyze malware. In my opinion, I don't think you can analyze malware right away just by watching this lecture. However, I thought that this lecture would be a lecture that would provide a solid foundation for analyzing malware in the future. From the perspective of the student, I could see a lot of traces of meticulous attention to detail in each lecture. I think this will be a great help to beginners in reversing to quickly and easily acquire basic knowledge of reversing. I hope that everyone studies reversing diligently and achieves their goals! ^^

    • simya님의 프로필 이미지
      simya

      수강평 24

      평균 평점 4.9

      5

      100% 수강 후 작성

      Reversing is known to have a high barrier to entry, so I think it is a field that even undergraduate students studying information security find difficult to challenge. I also entered college and thought, "Reversing is difficult and I can't do it," so I never studied it. But after listening to this lecture, I immediately felt, "It's fun. It's not as difficult as I thought." I knew absolutely nothing about reversing, but I finished the lecture in a month. I was speechless when you even answered my questions on Monday morning. There is really nothing lacking. Just listen.

      • itseeyou0629
        지식공유자

        Thank you for your kind words. It's not easy to film and upload lectures, so I've been neglecting it for a while, but your support has given me strength :)

    • lastime16503097님의 프로필 이미지
      lastime16503097

      수강평 1

      평균 평점 5.0

      5

      29% 수강 후 작성

      Reversing that even high school students can easily learn, boasting a value of more than 50,000 won.... I am a freshman in a humanities high school, but I want to learn in advance for my future security At first, I thought I should know this much about reversing, so I bought it, and I googled and found this lecture The explanation is so good.

      • pypygeek3657님의 프로필 이미지
        pypygeek3657

        수강평 8

        평균 평점 4.9

        5

        68% 수강 후 작성

        A great introduction to reversing!

        비공개 강의로
        수강이 제한됩니다.
        비공개 강의

        비슷한 강의

        같은 분야의 다른 강의를 만나보세요!