Giter VIP home page Giter VIP logo

walkergate's Introduction

WalkerGate

It's a method to take syscall with memory parsing of ntdll. How it's work ?

In first time, we take the address of NtAccessCheck (First syscall), NtLoadKey3 (Last syscall) and we take the address of all targeted function with and we can :

  • Read the content and take syscall (HellsGate)
  • Read the content and take syscall and if it's hook, look higher and/or lower syscall to find no-hook syscall (HalosGate).

But here, we just take the address.

We start parsing a WORD variable at -1, that contain the syscall value

With the address of NtAccessCheck we have the 1st syscall (ID : 0) and we parse all content until NtLoadKey3 (ID : 1D6).

During parsing if we find :

0x4c, 0x8b 0xd1, 0xb8 // mov r10, rcx | mov eax

0xe9 | jmp

We pass a syscall stub or hook so add +1 to the syscall variable. And when the parser is equal to the function addresse we stop parsing and we return the syscall ID.

NB : Dédicace à https://github.com/am0nsec/HellsGate pour le HellsGate qui m'a aidé comme base

walkergate's People

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.