changeofpace

Elite
@changeofpace

Reverse engineering, windows internals, and hypervisors.

VivienneVMM. VivienneVMM is a stealthy debugging framework implemented via an Intel VT-x hypervisor.

827

Self-Remapping-Code. This program remaps its image to prevent the page protection of pages contained in the image from being modified via NtProtectVirtualMemory.

631

MouClassInputInjection. MouClassInputInjection implements a kernel interface for injecting mouse input data packets into the input data stream of HID USB mouse devices.

402

MouHidInputHook. MouHidInputHook enables users to filter, modify, and inject mouse input data packets into the input data stream of HID USB mouse devices without modifying the mouse device stacks.

312

Overwatch-Dump-Fix. x64dbg plugin which removes anti-dumping and obfuscation techniques from the popular FPS game Overwatch.

257

Force-Page-Protection. This x64dbg plugin sets the page protection for memory mapped views in scenarios which cause NtProtectVirtualMemory to fail.

125

Hex-Rays-Deep-Compile. Improves Hex-Rays output through batch decompilation.

68

PE-Header-Dump-Utilities. This x64dbg plugin adds several commands for dumping PE header information by address.

63

x64dbg-Anti-Debug-POC. viewing page boundaries of pages with PAGE_NOACCESS protection reveals the presence of x64dbg.

27

Remote-Process-Cookie-for-Windows-7. Obtain remote process cookies by performing a brute-force attack on ntdll.RtlDecodePointer using known pointer encodings.

23

Simple-Injector. basic dll injector using Qt

21

Find-Exported-Xrefs. Given a global name in IDA Pro, find all xrefs which are contained in an exported function.

11

ReClassEx. ReClassEx

5

Enumerate-GetKeyState-Calls-Using-Varying-nVirtKey. IDAPython script. Bookmark all instances of calls to GetAsyncKeyState and GetKeyState which use a varying value (e.g. not const shift/ctrl/alt modifiers) for the nVirtKey arg.

5

HyperPlatform. Intel VT-x based hypervisor aiming to provide a thin VM-exit filtering platform on Windows.

2

cheat-engine. Cheat Engine. A development environment focused on modding

2

x64dbg. An open-source x64/x32 debugger for windows.

1
17
Apply