Skip to content

wnstj2007/2019_Spring_System_Hacking

 
 

Repository files navigation

2019_Spring_System_Hacking

Chapter Object.

    1. ROP(Return Oriented Programming)
    1. Canary bypass

Chapter 1. Basic of System hacking

    1. what is system hacking?
    1. how to compile in linux?
    1. assembly and debuggeer(GNU debugger) (Practice)
    1. introduction about stack frame while program is running

Chapter 2. Buffer Overflow Attack & Prevention

    1. stack frame when function call
    1. Buffeer Over Flow Vlunablity (Practice)
    1. SP(Stack Protector), Canary

Chapter 3. shellcode injection & RTL(Return To Libc) Attack

    1. review about BOF
    1. shellcode injection
    1. RTL Attack (Practice)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Assembly 61.0%
  • C 39.0%