Skip to content
/ synexts Public

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

License

Notifications You must be signed in to change notification settings

kITerE/synexts

Repository files navigation

!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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages