Code Monkey home page Code Monkey logo

windows-internals's Introduction

Windows-Internals

Learnings about windows Internals from malware development/reversing purpose. I will cover only those topics which are necessary in maldev . Hope it helps to Red Teamers.!!

Day 1

  • Introduction to following things
    • Windows API
    • OLE
    • COM
    • Process
    • Process Status
    • Threads
    • Threads Scheduling

Day 2

  • Introduction to Virtual Memory
  • Kernel mode vs User mode
    • Introduction
    • What are terms ring0 , ring3, etc. signify
    • Memory regions accessible through User mode and kernel mode
    • context switching
    • Driver Signing
  • Brief Introduction to Windows Registry

Day 3

  • Viewing Exported functions of a DLL file using Dependency Walker
  • Kernel Debugging (Locally) using WinDbg

Day 4

  • System architecture
  • How Hypervisor helps in protecting system from malicious kernel drivers

Day 5

  • CreateProcess Function Explained

Day 6

  • Process Environment Block
  • Basic Info about Jobs

Day 7

  • Memory Management
    • Introuction to Memory Managment
      • Virtual Address Space
      • Page
      • Paging
    • Memory Manager
      • Memory Related Windows API
      • Shared Memory and Mapped Files
    • Data Execution Policy
      • Introduction
      • Viewing DEP Status using Process Explorer
      • DEP Status Values Description

Day 8

  • System Memory Pools
    • Paged Pool
    • Non Paged Pool
    • APIs used for allocating memory with kernel memory pool
  • Heaps
    • Introduction
    • Types
    • Viewing Structure of Heap using WinDBG

windows-internals's People

Contributors

secthebit avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.