Skip to content

Dharmik1710/software-security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Some Labs and Topics Covered

  • Setuid and effective user ID
  • File access attacks
    • Path Traversals
    • TOCTOU
    • File handler reuse
  • Memory corruption attacks
    • Stack corruption
    • Heap corruption
    • Format string exploitation
    • JIT compilation corruptions
    • Non-terminal String overflow
    • Index overflow
  • ASLR Exploitation
  • Bypassing stack canaries
    • Using forking server
  • Overwriting Global Offset Tables (GOT) and mitigation
  • NOP sleds
  • Memory leaks
    • printf
  • Return oriented programming (ROP chain attacks)
  • Buffer overflows
  • Heap exploitation
  • Use after free attacks
  • SECCOMP
  • Address sanitizer (ASAN)
    • Prevent use after free attacks
  • Automated analysis
    • Dynamic analysis
      • Fuzzing
    • Static analysis
      • Control-flow graph
      • Data-flow analysis
      • Value-set analysis
    • Symbolic execution
      • Forward SE
      • Under-constrained SE
  • American Fuzzy Lop (AFL and AFL++)
    • Random fuzzing
    • Grammar based fuzzing
    • Graybox fuzzing
  • Angr
    • Symbolic execution
  • Rust
    • Ownership and functions
    • Mutable and immutable references
    • Rust Security
  • Android
    • Compilation
    • App reverse engineering
    • App dynamic analysis
      • Frida Framework
    • App execution
    • Permission groups and Permission enforcement
    • Binder
    • App/System interaction
    • Security principle
      • Google rule of 2
        • Code with untrustworthy input
        • Code which runs with no sandbox
        • Code written in unsafe language
    • Execution environments - contexts
      • Isolated Processes
      • Normal Apps
      • System Apps
      • System Services
      • Linux kernel
      • Bootloader
      • TrustZone (TEE)
      • Secure Element (SE)

Credits - Antonio Bianchi, Software Security (CS527) (Department of Computer Science, Purdue University)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published