Git Product home page Git Product logo

noobdumper-v2's Introduction

NoobDumper v2

A (mostly dll) dumper for CS:GO cheat loaders that use manual map injection method

How to use this

Inject the dumper into the loader ( x86 ).
  1. Let the loader try to inject (manual map) the binary into the target process.
  2. Watch how the binary is being exported.

Changelog

0.2: Switched from userland api (WriteProcessMemory -> NtWriteVirtualMemory) to kernel mode function. (Calling a userland function would automatically call the kernel mode one).

Configuration

Variables ( dllmain.cpp - DllMain ).
  1. bool
    • bConsole

      • true - shows you the debug console
      • false - hides the debug console
    • bLogConsole

      • true - log the debug output to a file and not to the comnsole
      • false - don't log anything and let everything be as it was

Tip

The second VirtualAllocEx (and the next WriteProcessMemory after it) is/are called just for loader' stub, it/they isn't/aren't useful on its/their own at all.

These last 2 files are not part of the binary as they are loader' stub!!!

image

Screenshots

image

Dump process:

image

File output:

image

noobdumper-v2's People

Contributors

ravissonce 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.