Giter VIP home page Giter VIP logo

modmap's Introduction

Module Extending Manual Mapper

DLL manual mapper that will forcefully extend the size of a pre-existing module and map itself there.

Procedure

  1. Pick a module.
  2. If there will be no conflicts, forcefully allocate memory immediately after the module's end.
  3. Extend the size of the module in its LDR entry to match.
  4. Map the DLL into this created region.

Usage

  1. Load the driver
  2. modmap <PROCESS> <TARGETMODULE> <DLL>
    • For example: modmap fortniteclient-win64-shipping.exe d3d11.dll example.dll

Note

This was only tested on Windows 10 1803, 1809, 1903, 1909 and is intended for a x64 target process and DLL.

modmap's People

Contributors

btbd avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

modmap's Issues

Error To Compile Driver

Error To Compile Driver

C2220 : The following warning is treated as an error
Warning C4996 'ExAllocatePool': has been declared inadvisable

PSYSTEM_MODULE_INFORMATION modules = ExAllocatePool(NonPagedPool, size);
if (!modules) {
	return addr;
	}

How to fix this ?
Thanks,

Failed to find module "dxgi.dll"

Hey,
I used modmap today to inject my dll into FortniteClient-Win64-Shipping.exe
Also, i tried d3d11.dll and it can't find the module, i also tried with dxgi.dll but it's still not working ;(
If you can help me, thank you very much.
Have a nice day ;) !

Rust

Hi.

I have tried this on Fortnite and seems to work just fine. However, when I try it on Rust it just seems to get stuck at the shellcode stage. Why could this be and how may I fix it?

Thanks

x86 support

would u like add x86 support ?
I will try but not sure if I can do :)

Failed to find module dxgi.dll

Hello

im using modmap to inject a dll into FortniteClient-Win64-Shipping.exe using dxgi.dll as the target module but when i try to inject im given this error.

image

My driver mapper is correctly mapping the vulnerable driver for fortnite but im still getting this.

If anyone knows a fix it would be greatly appreciated.

Detection fix

I tryed to change the communication to a undetected (not 100% public one).
I got bannad in the first game (BE anticheat)
I used a modified version of your example dll from smap.

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.