Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 965 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 965 Bytes

!synexts

Debugger (WinDbg/DbgEng) extension DLL: create artificial symbols and artificial modules in debug engine's module list.

How to install

Copy synexts.dll in the "winext" debugger directory. For example: exctract synexts.dll from synexts.x64.zip to directory "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\winext".

Exported extensions

  • !synexts.help - print help message
  • !synexts.addsymbol <NAME> <OFFSET> <SIZE> - create artificial symbol in any existing module
  • !synexts.addmodule <NAME> <PATH> <BASE> <SIZE> - create artificial module in engine's module list

Debug engine API references