└── MEX ├── Mex.exe ├── README.txt ├── x64 └── mex.dll └── x86 └── mex.dll /MEX/Mex.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/REhints/WinDbg/3123bb59c8f149b6cd73533ec4ad6fda04237871/MEX/Mex.exe -------------------------------------------------------------------------------- /MEX/README.txt: -------------------------------------------------------------------------------- 1 | kd> !load mex 2 | Mex External 3.0.0.7148 Loaded! 3 | kd> !mex 4 | Mex currently has 324 extensions available. Please specify a keyword to search. 5 | Or browse by category: 6 | 7 | All PowerShell[6] SystemCenter[3] IE[6] RDS[2] Excel[4] Word[6] VB[5] MAPI[24] MSO[3] Outlook[15] Networking[12] Process[7] Mex[2] Kernel[27] DotNet[32] Decompile[15] Utility[40] Thread[27] Binaries[6] General[23] 8 | 7: kd> !mex.help -all 9 | Command Description Category Owner 10 | =========================================== ======================================================================================================================================================== ============ =========== 11 | addr Display information about an address Kernel mexfeedback 12 | afd Afd Command Help Networking mexfeedback 13 | aspnetcache (!aspnetcache) Display the ASP.NET Cache DotNet mexfeedback 14 | aspxpagesext Like !aspxpages, but more powerful DotNet mexfeedback 15 | atom Dumps user mode atom table Utility mexfeedback 16 | autod Enable or disable AutoDiscover tracing output for Outlook Outlook mexfeedback 17 | backtrace (!bt) Displays the stack backtrace for the specified index into ntdll!RtlpStackTraceDatabase General mexfeedback 18 | base64 (!b64) Displays or saves base64 data General mexfeedback 19 | beep Beeps Utility mexfeedback 20 | bin Displays binary information located at the given address Utility mexfeedback 21 | bits2 (!b2) Executes a command with all possible values of a single bit flip Utility mexfeedback 22 | bl Replaces the built in breakpoint list (bl) command with DML'd version Utility mexfeedback 23 | bp Replaces the built in breakpoint (bp) command with a DML'd version Utility mexfeedback 24 | cache (!c) Cache the output of a command to replay later Utility mexfeedback 25 | celement (!_mce) Dump mshtml!CElement object from address IE mexfeedback 26 | chkall Shortcut for !chkimg against all modules Binaries mexfeedback 27 | classtype (!ct) Tries to determine the C++ class type of a pointer General mexfeedback 28 | clipboard2 Gets/Sets text on the clipboard, or enable/disable clipboard access Utility mexfeedback 29 | clrstack2 (!ck2) Prints the stack trace of a managed thread DotNet mexfeedback 30 | clusdisk Shows all the disk cluster is aware of for W2k3 - W28R2 General mexfeedback 31 | codescope Prints all available code analysis checklists Decompile mexfeedback 32 | colescript (!_jscole) Dump jscript!COleScript object from address IE mexfeedback 33 | commandline (!cl) Prints out the command line of a process General mexfeedback 34 | comment Displays the comments for the dump Utility mexfeedback 35 | computername (!cn) Computer Name Command Help Utility mexfeedback 36 | conhost (!con) Displays console host (conhost.exe) info Process mexfeedback 37 | context (!w) Prints out the current implicit process and thread context (e.g. where am I) General mexfeedback 38 | cordll (!cordll) Displays available CLR versions DotNet mexfeedback 39 | count Counts the number of lines returned by a command Utility mexfeedback 40 | criticalsection (!cs) CS - Displays details for a critical section General mexfeedback 41 | crypt32 Dumps crypt32.dll info Process mexfeedback 42 | cscriptbody Dumps information about a vbscript!CScriptBody object VB mexfeedback 43 | cut Filters output, removing unwanted areas Utility mexfeedback 44 | da Displays an ANSI string Utility mexfeedback 45 | dae (!DumpAllExceptions) Replacement for !dae DotNet mexfeedback 46 | ddt Wrapper for dt that adds some DML Utility mexfeedback 47 | decodeoplockstate (!dols) Decode an OpLockState to human readable values General mexfeedback 48 | decompilemember Decompile and print psuedo-C# source code for the given [MemberName] Decompile mexfeedback 49 | decompiletype Decompile and print psuedo-C# source code for the given [TypeName] Decompile mexfeedback 50 | deferredready (!dfr) Shows the current deferredready threads Thread mexfeedback 51 | delegaterefs (!drefs) Displays information about objects referenced by delegates DotNet mexfeedback 52 | desktop (!desktops) Displays the desktops for the Windows Stations Kernel mexfeedback 53 | deviceobject (!devo) Displays information about a device object Kernel mexfeedback 54 | dhcp Displays information for the DHCP server process Networking mexfeedback 55 | diffimg Compares the process' loaded module list with a scan of memory and displays any differences Binaries mexfeedback 56 | displayobj (!do2) Display a managed object structure DotNet mexfeedback 57 | dnsclient (!dnsc) Displays the DNS client cache, and includes many other features for the DNS Client service. Networking mexfeedback 58 | dr Displays registers showing volatile registers highlighted with (*) General mexfeedback 59 | driverobject (!drvo) Displays details about a driver object Kernel mexfeedback 60 | dtpool (!dtp) Displays information about a pool allocation, if it is a known pooltag we will 1. Try to run the correct extension, or 2. Just dt the structure for you. Kernel mexfeedback 61 | du Displays a Unicode string Utility mexfeedback 62 | dumpaspnetsession Prints information on ASP.NET InProc Sessions DotNet mexfeedback 63 | dumpattachmentcol (!dac) Dumps an object which inherits from AttachmentCol Outlook mexfeedback 64 | dumpattachmentobject (!dao) Dumps an object which inherits from AttachmentObject Outlook mexfeedback 65 | dumpccnctconnprovhttp (!dccph) Dumps an emsmdb32!CCnctConnProvHTTP object MAPI mexfeedback 66 | dumpcnct (!cnct) Dumps an emsmdb32!CNCT object MAPI mexfeedback 67 | dumpcontactinfo (!dci) Dumps an CMsoContactInfo object Outlook mexfeedback 68 | dumpcontextlinks (!dcl) Dumps the chain of context links of type outlook!OMContextLink Outlook mexfeedback 69 | dumpdataset Dumps a list of all DataSet objects DotNet mexfeedback 70 | dumpdotsourcedfiles Outputs any dot sourced Powershell files optionally with their accompanying script blocks PowerShell mexfeedback 71 | dumpdynamicassemblies2 (!dda2) Like !DumpDynamicAssemblies, but better DotNet mexfeedback 72 | dumpgcalloc (!_jsgca) Dump jscript Garbage Collector Alloc from address IE mexfeedback 73 | dumphttpruntime2 Dumps the HttpRuntime objects on the heap DotNet mexfeedback 74 | dumpinfo (!di) Display dump information Utility mexfeedback 75 | dumppersona Dumps an CMsoPersona object Outlook mexfeedback 76 | dumpprintfieldinfo (!dpfi) Dumps a RGPFI array of PrintFieldInfo structures Outlook mexfeedback 77 | dumppsvariables Outputs the Powershell Variables of the currently running script on the current thread PowerShell mexfeedback 78 | dumpreminderdialog (!drd) Dumps the reminder dialog from OUTLOOK!g_pReminder Outlook mexfeedback 79 | dumprpcs Finds MAPI RPCs using olmapi32!g_ServerReqMgrList MAPI mexfeedback 80 | dumpsharedlock (!dsl) Dumps the mso!CSharedLock object for the current thread MSO mexfeedback 81 | dumpstackpscommands Outputs the commands, cmdlets, etc. found on the current thread including those referenced by other objects on the thread. PowerShell mexfeedback 82 | dumpstackpsobjects Outputs the PSObjects found on the current thread including those referenced by other objects on the thread. PowerShell mexfeedback 83 | dumpstackstrings (!dss) Displays all the strings on the stack Thread mexfeedback 84 | dumpsubmitters Dumps SUBMITTER_REC records MAPI mexfeedback 85 | dumpsystemstring (!systemstring) Dumps a pstprx32!Microsoft::System::String MAPI mexfeedback 86 | dumptasks Dumps SERVER_REQ_TASK_REC records MAPI mexfeedback 87 | dumptime Time Information Utility mexfeedback 88 | dumpvar (!dumpvt) Dumps a VARIANT at the given address VB mexfeedback 89 | dumpwcfmessage (!wcfmsg) Dumps information about a WCF buffered message DotNet mexfeedback 90 | dumpwindowsurfaces (!dws) Dump window surfaces to a directory Kernel mexfeedback 91 | dumpwrappercontexts (!dwc) Dumps Outlook wrapper contexts from outlook!OMPerTypeList::s_pHead Outlook mexfeedback 92 | eresource (!eres) Displays details for a nt!_ERESOURCE Kernel mexfeedback 93 | err Interprets an error code MAPI mexfeedback 94 | evt Show detail for a nt!_KEVENT Kernel mexfeedback 95 | exec Runs a series of commands. Use this instead of using semicolons Utility mexfeedback 96 | executive Displays details on threads waiting on the executive Thread mexfeedback 97 | fileobject (!fo) Displays information about a given file object Kernel mexfeedback 98 | fileserver (!fs) Displays thread running the SRV.sys or SRV2.sys drivers, excluding threads waiting on inbound work General mexfeedback 99 | filetime (!ft) Dumps a FILETIME at the given address MAPI mexfeedback 100 | finalizable (!finalizable) Displays information about finalizable objects in the GC Heap DotNet mexfeedback 101 | findunkobj (!fuo) Finds all emsmdb32!UNKOBJ objects in memory (potentially slow) MAPI mexfeedback 102 | fixthis Preface a broken command with this one to open an email and send it to the Mex team (e.g. !fixthis !otherMexCommandThatDidNotWork Mex mexfeedback 103 | fncinfo Dumps information about a vbscript!FncInfo object VB mexfeedback 104 | foldobj Dumps a folder which inherits from emsmdb32!FOLDOBJ MAPI mexfeedback 105 | foreachcpu (!fec) Executes a command on each processor Kernel mexfeedback 106 | foreachframe (!fef) An implementation of !for_each_frame that supports filtering and sets the context before executing Thread mexfeedback 107 | foreachitem (!fei) Iterates through a list, executing a command for each item. Utility mexfeedback 108 | foreachline (!fel) Runs a command against every line of data Utility mexfeedback 109 | foreachmatchingstack (!fems) Run a command against identical stacks Thread mexfeedback 110 | foreachmodule (!fem) An implementation of !for_each_module that supports filtering Binaries mexfeedback 111 | foreachobject (!feo) Runs a command against each CLR object DotNet mexfeedback 112 | foreachprocess (!fep) An implementation of !for_each_process that supports filtering and sets the context before executing Kernel mexfeedback 113 | foreachthread (!fet) An implementation of .for_each_thread that works in user and kernel mode Thread mexfeedback 114 | gatewait Shows threads with a state of GateWait Thread mexfeedback 115 | gchandleinfo (!gchandle) Displays information on GC Handles DotNet mexfeedback 116 | gcheapinfo (!gchi) Get info on the managed GC Heap DotNet mexfeedback 117 | genericarray (!ga) Dumps an Outlook GenericArray Outlook mexfeedback 118 | grep Search the output of a command for a specific string or pattern Utility mexfeedback 119 | guid Dumps a GUID at the given address MAPI mexfeedback 120 | handlefind (!hf) Find handles for a given kernel object General mexfeedback 121 | head Displays the first X lines of a command's output Utility mexfeedback 122 | help Help General mexfeedback 123 | hidefsurf Encapsulates visualization of the HiDef RDP surfaces RDS mexfeedback 124 | httpheaders Print the contents of an HttpHeaderCollection DotNet mexfeedback 125 | httptrace Enable or Disable HTTP tracing output for Outlook Outlook mexfeedback 126 | if (!mif) Condition detection based on command output Utility mexfeedback 127 | il Prints the IL for the specified method Decompile mexfeedback 128 | ilspy Automatically extracts the module from the dump, and launches ILSpy DotNet mexfeedback 129 | imports Displays the import table for a module Binaries mexfeedback 130 | initialized (!init) Shows the current threads in the initialized state Thread mexfeedback 131 | interpretrawstack (!irs) This command dumps the raw stack and interprets the values as symbols, and as unicode and ansi strings. It will also highlight start and end of frames General mexfeedback 132 | ip Converts an address into an IP address format Networking mexfeedback 133 | irpbyfilename (!ibfn) Dump any IRP containing the specified text in filename General mexfeedback 134 | ldap Displays LDAP client or server details Process mexfeedback 135 | listthreads (!lt) Displays a list of threads Thread mexfeedback 136 | listticks (!lticks) Show tick counts for threads Kernel mexfeedback 137 | logonobj Dumps an object which inherits from emsmdb32!LOGONOBJ MAPI mexfeedback 138 | loop Loops either forwards or backwards through a series of numbers with variable replacement Utility mexfeedback 139 | managedthreads (!mthreads) A !threads look-alike, with !aspxpagexext-like output DotNet mexfeedback 140 | mapistruct Dumps a MAPI object MAPI mexfeedback 141 | mappeddrives (!mdrives) Displays mapped drives Process mexfeedback 142 | messagequeue (!mq) Displays message queue Kernel mexfeedback 143 | mheap A DML'd version of !heap. Process mexfeedback 144 | mirp Displays IRP details (replaces !irp) Kernel mexfeedback 145 | mirpfind Mex version of IRPFIND Kernel mexfeedback 146 | mods Displays modules loaded in a process Binaries mexfeedback 147 | more Runs a command in paged mode, asking for input every X lines Utility mexfeedback 148 | mreg This is a DML'd version of !reg Kernel mexfeedback 149 | mrmsg (!msg) Interprets a Windows message Utility mexfeedback 150 | msgobj Dumps a message which inherits from emsmdb32!MSGOBJ MAPI mexfeedback 151 | msodoc Displays detailed information about an object which inherits from mso!CMsoOLDocBase MSO mexfeedback 152 | msprvdrobj Dumps a folder which inherits from emsmdb32!MSPRVDROBJ MAPI mexfeedback 153 | mup Displays info for the Multiple UNC Provider (MUP) Networking mexfeedback 154 | nametbl (!_jsnt) Dump jscript!NameTbl object from address IE mexfeedback 155 | ncsi Displays Network Connectivity Status Indicator (NCSI) configuration Networking mexfeedback 156 | ndao Native Dump ALL Objects - Potentially very slow General mexfeedback 157 | ndro Native Dump Register Objects General mexfeedback 158 | ndso Native Dump Stack Objects Thread mexfeedback 159 | net Net Command Help Networking mexfeedback 160 | notifyobj Dumps a message which inherits from emsmdb32!NOTIFYOBJ MAPI mexfeedback 161 | obj Displays details for a given kernel object (object manager) Kernel mexfeedback 162 | objectsummary Outputs object analysis summary DotNet mexfeedback 163 | objt Interprets an OBJT MAPI mexfeedback 164 | obtrace Dumps the trace information for an object Kernel mexfeedback 165 | olanalyze (!ola) Basic Outlook/MAPI dump analysis Outlook mexfeedback 166 | olcmd (!olglobals) Dumps the command line parameters from OUTLOOK!g_psoclCmdLine Outlook mexfeedback 167 | olic (!officelicense) Dumps the Office Licensing information from mso!vplic MSO mexfeedback 168 | oracleclientperfcounters Display System.Data.OracleClient performance counters DotNet mexfeedback 169 | outline (!ol) Outlines the calls inside a given function Utility mexfeedback 170 | p Displays process details Process mexfeedback 171 | parsemem Walks a range of memory and counts unique byte sequences Kernel mexfeedback 172 | parsescripttext (!_jssf) Dump jscript9!ScriptEngine::ParseScriptText object from address IE mexfeedback 173 | phandles (!ph) Shows a list of currently open printer handles General mexfeedback 174 | pingtrack Pingtrack command Networking mexfeedback 175 | printdbcommand Prints information about a DBCommand object DotNet mexfeedback 176 | printexception2 (!pe2) Like !PrintException, with DML DotNet mexfeedback 177 | printmanifest Prints the assembly manifest for the specified module Decompile mexfeedback 178 | printmembers Scans specified module and type [Module!TypeName] and prints all members Decompile mexfeedback 179 | printtypes Scans specified [Module] and prints all types Decompile mexfeedback 180 | proxyinfo (!_wpi) Dump wininet!PROXY_INFO object from address IE mexfeedback 181 | psrunspace Outputs the runspaces in the process. PowerShell mexfeedback 182 | psscriptblock Outputs the script blocks in the process. PowerShell mexfeedback 183 | rasmans Displays the rasmans!ConnectionBlockList Networking mexfeedback 184 | readfile Read a file from the filesystem and display the output in the debugger Utility mexfeedback 185 | ready (!rdy) Shows the currently ready threads Thread mexfeedback 186 | recenterror (!re) Dumps the recent error queue from olmapi32!g_RecentErrInfo MAPI mexfeedback 187 | rmsfldchg (!folderchange) Dumps an emsmdb32!RMSFLDCHG object MAPI mexfeedback 188 | rnotf Dumps a message which inherits from emsmdb32!RNOTF MAPI mexfeedback 189 | rollup (!ru) Takes an input value and rolls it up to the appropriate bucket (e.g. bytes to GB) Utility mexfeedback 190 | rop Interprets a ROP MAPI mexfeedback 191 | rot Dumps Outlook's Running Object Table (ROT) Outlook mexfeedback 192 | rpctrace Enable or Disable RPC tracing output for Outlook Outlook mexfeedback 193 | rtime Interprets an rtime value MAPI mexfeedback 194 | runaway2 Runaway2.. Replacement for !runaway General mexfeedback 195 | runcheck (!runchecks) runs the specified check(s) on the specified module(s) Decompile mexfeedback 196 | runchecklist runs the specified checklist(s) on the specified module(s) Decompile mexfeedback 197 | running (!cpu) (Kernel mode only) A brief overview of currently executing threads Thread mexfeedback 198 | rxirps Displays the list of IRPs stored in rdbss!RxIrpsList Kernel mexfeedback 199 | sccm SCCM SystemCenter mexfeedback 200 | scom (!om) Utilities for SC Operations Manager. SystemCenter mexfeedback 201 | scsm (!sm) Utilities for SC Service Manager SystemCenter mexfeedback 202 | searchthreadstacks (!sts) Searches thread stacks for a value Thread mexfeedback 203 | services (!service) Displays details about services. Requires access to the usermode address space of services.exe (userdump of services.exe or complete memory dump) General mexfeedback 204 | settings Mex Settings Mex mexfeedback 205 | sort Sort command Utility mexfeedback 206 | spdisposecheck Executes the SharePoint Dispose and Do Not Dispose Checklist items Decompile mexfeedback 207 | sqlclientperfcounters Display System.Data.SqlClient performance counters DotNet mexfeedback 208 | sqlcmd Provides information about ADO.NET Commands to SQL Server DotNet mexfeedback 209 | sqlcn Provides an overview of ADO.NET connections to SQL Server DotNet mexfeedback 210 | sqlports (!sqlports) Gets the local and remote TCP ports from a SqlConnection object DotNet mexfeedback 211 | srvnet Displays info on SRVNET Networking mexfeedback 212 | standby (!sby) Shows the current standby threads Thread mexfeedback 213 | staticfields Display static fields of a managed type DotNet mexfeedback 214 | strings Prints out readable strings in an address range Utility mexfeedback 215 | sum (!sum) Sums the output returned by a command Utility mexfeedback 216 | suspended Displays details on suspended threads Thread mexfeedback 217 | svcreg Dumps the passed in service/driver registry key General mexfeedback 218 | svcthreads (!svcthreads) Find threads executing WCF services DotNet mexfeedback 219 | t A new implementation of !thread for user & kernel mode Thread mexfeedback 220 | tableobj Dumps a folder which inherits from emsmdb32!TABLEOBJ MAPI mexfeedback 221 | tac Writes input to console, last line first. Utility mexfeedback 222 | tag Searches kernel modules for a given pooltag Kernel mexfeedback 223 | tail Displays the final X lines of a command's output Utility mexfeedback 224 | tasklist (!tl) Displays information about running tasks (processes) Kernel mexfeedback 225 | tasktriage (!tasks) Analyzes the System.Threading.Tasks.Task objects still on the heap. DotNet mexfeedback 226 | tcpip (!tcp) TCP/IP - Gets TCP and UDP ports from Kernel Memory Networking mexfeedback 227 | threadpool (!tp) Displays information regarding NTDLL thread pools Thread mexfeedback 228 | threadreport (!trep) Displays a thread report. Thread mexfeedback 229 | time Time how long a command takes to execute Utility mexfeedback 230 | tr (!replace) Search and Replace. Translate a char/string into another char/string. Utility mexfeedback 231 | transition (!trans) Shows the current threads in the transition state Thread mexfeedback 232 | udescan (!manalyze) Scans dump for known issues and displays them in human-readable format. Utility mexfeedback 233 | uniqlines (!ul) Prints each line of output and a count of how many times they appeared Utility mexfeedback 234 | uniquestacks (!us) Like the built-in !uniqstacks except it associates thread IDs with the stack traces Thread mexfeedback 235 | unkobj Interprets an UNKOBJ MAPI mexfeedback 236 | userrequest Displays details on threads with a wait reason of UserRequest Thread mexfeedback 237 | vadmodules (!vadm) Lists the vads of a process. Kernel mexfeedback 238 | vbaproj Displays detailed information about a VBA project (vbe7!ProjItem) VB mexfeedback 239 | vbscript (!vbs) Displays detailed information about vbscript running on the current thread VB mexfeedback 240 | ver Displays OS version info Utility mexfeedback 241 | vrdpfb Encapsulates visualization of the RDP frame buffer RDS mexfeedback 242 | vss Vss Command Help Kernel mexfeedback 243 | wcfperfcounters Dumps performance counters for WCF services DotNet mexfeedback 244 | wcftcpconnectionpools (!wtcp) Display WCF Net.TCP connection pools DotNet mexfeedback 245 | wdanalyze Displays Word-specific information (open documents, active document, last fetch, etc.) Word mexfeedback 246 | wddoc (!doc) Displays detailed information about a particular document which inherits from wwlib!DOD Word mexfeedback 247 | wddocs (!docs) Finds currently opened Word documents and templates using wwlib!vpdodUser Word mexfeedback 248 | wdflags Displays information about global flags Word mexfeedback 249 | wdfn Displays detailed information about open files Word mexfeedback 250 | wdt Displays information about last fetch Word mexfeedback 251 | wfp Displays information for the Windows Filtering Platform (WFP) General mexfeedback 252 | whocalls Scans all loaded managed modules and finds methods that call [MethodName] Decompile mexfeedback 253 | whoimplements Scans all loaded managed modules and finds types that implement [InterfaceName] Decompile mexfeedback 254 | whoinherits Scans all loaded managed modules and finds types that inherit [TypeName] Decompile mexfeedback 255 | whonews Scans all loaded managed modules and finds methods that construct [TypeName] Decompile mexfeedback 256 | whopins Scans managed modules and all finds methods that pin objects of a given [TypeName] or all types Decompile mexfeedback 257 | window (!wnd) Displays windows for each desktop. You must be in the context of a given session to see that session's windows Kernel mexfeedback 258 | windowstation (!winsta) Display details for windows station(s) Kernel mexfeedback 259 | winnsi winnsi Command Help Networking mexfeedback 260 | wldap32 Displays wldap32.dll details (dll responsible for client side LDAP connections) Process mexfeedback 261 | wq Displays executive work queue threads Kernel mexfeedback 262 | wrcpuratecontrol Displays details on threads with a wait reason of WrCpuRateControl Thread mexfeedback 263 | wrexecutive Displays details on threads waiting on the executive Thread mexfeedback 264 | wrfastmutex Displays details on threads waiting for a Fast Mutex Thread mexfeedback 265 | wrfreepage Displays details on threads with a wait reason of WrFreePage Thread mexfeedback 266 | writefile Runs a command and writes the data to a file Utility mexfeedback 267 | writemodule Writes a module to your temp directory Binaries mexfeedback 268 | wrlpcreceive (!lpcs) Displays details on LPC/ALPC server threads Thread mexfeedback 269 | wrresource Displays details on threads with a wait reason of WrResource Thread mexfeedback 270 | x Wrapper for x that adds some DML General mexfeedback 271 | xlanalyze (!xla) Analyzes Excel session and displays debug information. Excel mexfeedback 272 | xlbooks (!xlb) Displays information about open workbooks. Excel mexfeedback 273 | xlvbe Displays information about the Visual Basic Environment (VBE). Excel mexfeedback 274 | xlwindows (!xlw) Displays information about open windows. Excel mexfeedback 275 | xx (!x2) Replacement for !x General mexfeedback 276 | -------------------------------------------------------------------------------- /MEX/x64/mex.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/REhints/WinDbg/3123bb59c8f149b6cd73533ec4ad6fda04237871/MEX/x64/mex.dll -------------------------------------------------------------------------------- /MEX/x86/mex.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/REhints/WinDbg/3123bb59c8f149b6cd73533ec4ad6fda04237871/MEX/x86/mex.dll --------------------------------------------------------------------------------