• Stars
    star
    244
  • Rank 165,146 (Top 4 %)
  • Language
    C++
  • License
    GNU General Publi...
  • Created almost 7 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

C++17 PE manualmapper

nt-mapper

PE mapper in c++17

Features

  • Relocate image
  • Fix import address table
    • Handle api-set
  • Export directory parsing (forwarded and normal)
  • Two execution modes: 'Thread creation' and 'Thread hijacking'

Thread Hijacker

  • Preserves all registers, volatile or not
    • Exception 1: SSE registers
    • Exception 2: AVX registers
  • Preserves all flags
  • Automatically frees hijack shellcode after execution
  • Arbitrary shadow-space for dllmain
  • Aligns stack in case of recusant code

To-do

  • Static TLS
  • TLS callbacks
  • Loader entry
  • C++ exceptions

Thanks

  • DarthTon
  • Daax
  • JustMagic

More Repositories

1

dxgkrnl_hook

C++ graphics kernel subsystem hook
C
469
star
2

loadlibrayy

x64 manualmapper with kernel elevation and thread hijacking capabilities
C#
413
star
3

owned_alignment

Hooking kernel functions by abusing alignment
C++
238
star
4

latebros

x64 usermode rootkit
C++
197
star
5

MapDetection

Detect manualmapped images remotely, without hassle
C#
153
star
6

x64-vm

x86-64 virtual machine and disassembler
C++
122
star
7

ElevateMe

Handle access elevation via direct kernel object manipulation
C#
119
star
8

ayyxam

Bypass for The Digital Exam Monitor developed by the Danish Ministry of Education (Den Digitale PrΓΈvevagt) and ExamCookie
C
103
star
9

battleye_emulation

BattlEye BEClient<->BEService usermode emulator
C++
80
star
10

eye_mapper

BattlEye x64 usermode injector
C++
61
star
11

token_manipulation

Bypass User Account Control by manipulating tokens
C++
31
star
12

captain_black

Black Desert Online cheayyt
C++
26
star
13

nt

NT reversal
C++
24
star
14

ControlCSGO

Old (read: bad) external csgo cheat, includes knife changer and convar bypass
C#
24
star
15

eac_reversal

Linux EAC reversal (.so)
C++
21
star
16

tetris

Tetris (ASCII) in c++17
C++
14
star
17

loggr

C++ console logging library (fmt wrapper)
C++
13
star
18

math

Math shit - Variadic vector and polygon math, statistical analysis etc
C++
11
star
19

tasklist-brutus

Undocumented way of fetching list of processes by bruteforcing NtQuerySystemInformation
C++
11
star
20

MatematikFessorBot

A bot that automated my math homework in middle school
C#
9
star
21

nc3ctf2019

NC3 CTF 2019
C++
4
star
22

vmcall

2
star
23

src

Analysis of numerical algorithms
C++
1
star