Skip to content

Instantly share code, notes, and snippets.

View mhaskar's full-sized avatar
🎯
Focusing

Askar mhaskar

🎯
Focusing
View GitHub Profile
#include <stdio.h>
#include <Windows.h>
#include <MSCorEE.h>
#include <MetaHost.h>
#include <evntprov.h>
int main()
{
ICLRMetaHost* metaHost = NULL;
IEnumUnknown* runtime = NULL;