├── .gitignore ├── DotNextProfilerPayload ├── .gitattributes ├── .gitignore ├── CoreClr │ ├── inc │ │ ├── CMakeLists.txt │ │ ├── CrstTypeTool.cs │ │ ├── CrstTypes.def │ │ ├── MSCOREE.IDL │ │ ├── OpCodeGen.pl │ │ ├── allocacheck.h │ │ ├── apithreadstress.cpp │ │ ├── apithreadstress.h │ │ ├── appxutil.h │ │ ├── arrayholder.h │ │ ├── arraylist.h │ │ ├── bbsweep.h │ │ ├── bitmask.h │ │ ├── bitmask.inl │ │ ├── bitposition.h │ │ ├── bitvector.h │ │ ├── blobfetcher.h │ │ ├── cahlpr.h │ │ ├── caparser.h │ │ ├── ceefilegenwriter.h │ │ ├── ceegen.h │ │ ├── ceegentokenmapper.h │ │ ├── ceesectionstring.h │ │ ├── cfi.h │ │ ├── check.h │ │ ├── check.inl │ │ ├── circularlog.h │ │ ├── clr │ │ │ ├── fs.h │ │ │ ├── fs │ │ │ │ ├── dir.h │ │ │ │ ├── file.h │ │ │ │ └── path.h │ │ │ ├── stack.h │ │ │ ├── str.h │ │ │ └── win32.h │ │ ├── clr_std │ │ │ ├── algorithm │ │ │ ├── string │ │ │ ├── type_traits │ │ │ ├── utility │ │ │ └── vector │ │ ├── clrconfig.h │ │ ├── clrconfigvalues.h │ │ ├── clrdata.idl │ │ ├── clrhost.h │ │ ├── clrinternal.idl │ │ ├── clrnt.h │ │ ├── clrprivappxhosting.idl │ │ ├── clrprivbinderutil.h │ │ ├── clrprivbinding.idl │ │ ├── clrprivhosting.idl │ │ ├── clrprivruntimebinders.idl │ │ ├── clrtypes.h │ │ ├── complex.h │ │ ├── configuration.h │ │ ├── contract.h │ │ ├── contract.inl │ │ ├── contxt.h │ │ ├── cor.h │ │ ├── corbbtprof.h │ │ ├── corcompile.h │ │ ├── cordbpriv.h │ │ ├── cordebug.idl │ │ ├── cordebuginfo.h │ │ ├── coredistools.h │ │ ├── coregen.h │ │ ├── corerror.xml │ │ ├── corexcep.h │ │ ├── corhdr.h │ │ ├── corhlpr.cpp │ │ ├── corhlpr.h │ │ ├── corhlprpriv.cpp │ │ ├── corhlprpriv.h │ │ ├── corhost.h │ │ ├── corimage.h │ │ ├── corinfo.h │ │ ├── corjit.h │ │ ├── corjitflags.h │ │ ├── corjithost.h │ │ ├── corpriv.h │ │ ├── corprof.idl │ │ ├── corpub.idl │ │ ├── corsym.idl │ │ ├── cortypeinfo.h │ │ ├── crosscomp.h │ │ ├── crsttypes.h │ │ ├── crtwrap.h │ │ ├── cvconst.h │ │ ├── cvinfo.h │ │ ├── cycletimer.h │ │ ├── daccess.h │ │ ├── dacprivate.h │ │ ├── dacvars.h │ │ ├── dbgconfigstrings.h │ │ ├── dbgenginemetrics.h │ │ ├── dbgmeta.h │ │ ├── dbgportable.h │ │ ├── debugmacros.h │ │ ├── debugmacrosext.h │ │ ├── debugreturn.h │ │ ├── defaultallocator.h │ │ ├── delayloadhelpers.h │ │ ├── dlwrap.h │ │ ├── eetwain.h │ │ ├── eexcp.h │ │ ├── entrypoints.h │ │ ├── eventtrace.h │ │ ├── eventtracebase.h │ │ ├── ex.h │ │ ├── factory.h │ │ ├── factory.inl │ │ ├── fixuppointer.h │ │ ├── formattype.cpp │ │ ├── formattype.h │ │ ├── fstream.h │ │ ├── fstring.h │ │ ├── fusion.idl │ │ ├── gcdecoder.cpp │ │ ├── gcdump.h │ │ ├── gcinfo.h │ │ ├── gcinfoarraylist.h │ │ ├── gcinfodecoder.h │ │ ├── gcinfodumper.h │ │ ├── gcinfoencoder.h │ │ ├── gcinfotypes.h │ │ ├── gcrefmap.h │ │ ├── genheaders.cs │ │ ├── genrops.pl │ │ ├── getproductversionnumber.h │ │ ├── guidfromname.h │ │ ├── holder.h │ │ ├── holderinst.h │ │ ├── iallocator.h │ │ ├── iceefilegen.h │ │ ├── il_kywd.h │ │ ├── ildbsymlib.h │ │ ├── ilformatter.h │ │ ├── internalunknownimpl.h │ │ ├── intrinsic.h │ │ ├── iterator.h │ │ ├── jithelpers.h │ │ ├── jitperf.h │ │ ├── lazycow.h │ │ ├── livedatatarget.h │ │ ├── llvm │ │ │ ├── Dwarf.def │ │ │ ├── Dwarf.h │ │ │ └── ELF.h │ │ ├── loaderheap.h │ │ ├── log.h │ │ ├── loglf.h │ │ ├── longfilepathwrappers.h │ │ ├── md5.h │ │ ├── mdcommon.h │ │ ├── memorypool.h │ │ ├── memoryrange.h │ │ ├── metadata.h │ │ ├── metadataexports.h │ │ ├── metadatatracker.h │ │ ├── metahost.idl │ │ ├── metamodelpub.h │ │ ├── mpl │ │ │ └── type_list │ │ ├── mscorsvc.idl │ │ ├── msodw.h │ │ ├── msodwwrap.h │ │ ├── nativevaraccessors.h │ │ ├── new.hpp │ │ ├── ngen.h │ │ ├── nibblemapmacros.h │ │ ├── nibblestream.h │ │ ├── nsutilpriv.h │ │ ├── opcode.def │ │ ├── openum.h │ │ ├── opinfo.h │ │ ├── optdefault.h │ │ ├── optsmallperfcritical.h │ │ ├── ostype.h │ │ ├── outstring.h │ │ ├── palclr.h │ │ ├── palclr_win.h │ │ ├── pedecoder.h │ │ ├── pedecoder.inl │ │ ├── peinformation.h │ │ ├── perflog.h │ │ ├── pesectionman.h │ │ ├── posterror.h │ │ ├── predeftlsslot.h │ │ ├── prettyprintsig.h │ │ ├── profilepriv.h │ │ ├── profilepriv.inl │ │ ├── random.h │ │ ├── rangetree.h │ │ ├── readme.md │ │ ├── readytorun.h │ │ ├── readytorunhelpers.h │ │ ├── regdisp.h │ │ ├── regex_base.h │ │ ├── regex_util.h │ │ ├── registrywrapper.h │ │ ├── releaseholder.h │ │ ├── safemath.h │ │ ├── safewrap.h │ │ ├── sarray.h │ │ ├── sarray.inl │ │ ├── sbuffer.h │ │ ├── sbuffer.inl │ │ ├── securityutil.h │ │ ├── securitywrapper.h │ │ ├── sha1.h │ │ ├── shash.h │ │ ├── shash.inl │ │ ├── shim │ │ │ ├── locationinfo.h │ │ │ ├── runtimeselector.h │ │ │ ├── runtimeselector.inl │ │ │ ├── shimselector.h │ │ │ ├── shimselector.inl │ │ │ ├── versionandlocationinfo.h │ │ │ ├── versionandlocationinfo.inl │ │ │ ├── versioninfo.h │ │ │ └── versioninfo.inl │ │ ├── shimload.h │ │ ├── sigbuilder.h │ │ ├── sigparser.h │ │ ├── simplerhash.h │ │ ├── simplerhash.inl │ │ ├── slist.h │ │ ├── sospriv.idl │ │ ├── sstring.h │ │ ├── sstring.inl │ │ ├── stack.h │ │ ├── stackframe.h │ │ ├── stacktrace.h │ │ ├── static_assert.h │ │ ├── staticcontract.h │ │ ├── stdmacros.h │ │ ├── stgpool.h │ │ ├── stgpooli.h │ │ ├── stresslog.h │ │ ├── stringarraylist.h │ │ ├── stringarraylist.inl │ │ ├── strongname.h │ │ ├── switches.h │ │ ├── tls.h │ │ ├── utilcode.h │ │ ├── utsem.h │ │ ├── vererror.h │ │ ├── volatile.h │ │ ├── vptr_list.h │ │ ├── warningcontrol.h │ │ ├── win64unwind.h │ │ ├── winrt │ │ │ ├── ntassert.h │ │ │ ├── paraminstanceapi.h │ │ │ ├── windowsruntime.h │ │ │ └── windowsstring.h │ │ ├── winrtprojectedtypes.h │ │ ├── winwrap.h │ │ ├── xclrdata.idl │ │ ├── xcordebug.idl │ │ ├── yieldprocessornormalized.h │ │ └── zapper.h │ ├── pal │ │ ├── inc │ │ │ ├── mbusafecrt.h │ │ │ ├── pal.h │ │ │ ├── pal_assert.h │ │ │ ├── pal_char16.h │ │ │ ├── pal_endian.h │ │ │ ├── pal_error.h │ │ │ ├── pal_mstypes.h │ │ │ ├── pal_safecrt.h │ │ │ ├── pal_unwind.h │ │ │ ├── palprivate.h │ │ │ ├── rt │ │ │ │ ├── accctrl.h │ │ │ │ ├── aclapi.h │ │ │ │ ├── atl.h │ │ │ │ ├── atlcom.h │ │ │ │ ├── atlwin.h │ │ │ │ ├── commctrl.h │ │ │ │ ├── commdlg.h │ │ │ │ ├── conio.h │ │ │ │ ├── cpp │ │ │ │ │ ├── assert.h │ │ │ │ │ ├── cstdlib │ │ │ │ │ ├── ctype.h │ │ │ │ │ ├── emmintrin.h │ │ │ │ │ ├── fcntl.h │ │ │ │ │ ├── float.h │ │ │ │ │ ├── io.h │ │ │ │ │ ├── limits.h │ │ │ │ │ ├── malloc.h │ │ │ │ │ ├── math.h │ │ │ │ │ ├── memory.h │ │ │ │ │ ├── stdarg.h │ │ │ │ │ ├── stddef.h │ │ │ │ │ ├── stdint.h │ │ │ │ │ ├── stdio.h │ │ │ │ │ ├── stdlib.h │ │ │ │ │ ├── string.h │ │ │ │ │ ├── time.h │ │ │ │ │ ├── wchar.h │ │ │ │ │ └── xmmintrin.h │ │ │ │ ├── crtdbg.h │ │ │ │ ├── dbghelp.h │ │ │ │ ├── eh.h │ │ │ │ ├── errorrep.h │ │ │ │ ├── guiddef.h │ │ │ │ ├── hstring.h │ │ │ │ ├── htmlhelp.h │ │ │ │ ├── imagehlp.h │ │ │ │ ├── intrin.h │ │ │ │ ├── intsafe.h │ │ │ │ ├── mbstring.h │ │ │ │ ├── new.h │ │ │ │ ├── no_sal2.h │ │ │ │ ├── ntimage.h │ │ │ │ ├── oaidl.h │ │ │ │ ├── objbase.h │ │ │ │ ├── objidl.h │ │ │ │ ├── ocidl.h │ │ │ │ ├── ole2.h │ │ │ │ ├── oleauto.h │ │ │ │ ├── olectl.h │ │ │ │ ├── oleidl.h │ │ │ │ ├── palrt.h │ │ │ │ ├── poppack.h │ │ │ │ ├── process.h │ │ │ │ ├── psapi.h │ │ │ │ ├── pshpack1.h │ │ │ │ ├── pshpack2.h │ │ │ │ ├── pshpack4.h │ │ │ │ ├── pshpack8.h │ │ │ │ ├── pshpck16.h │ │ │ │ ├── richedit.h │ │ │ │ ├── rpc.h │ │ │ │ ├── rpcndr.h │ │ │ │ ├── safecrt.h │ │ │ │ ├── sal.h │ │ │ │ ├── servprov.h │ │ │ │ ├── share.h │ │ │ │ ├── shellapi.h │ │ │ │ ├── shlobj.h │ │ │ │ ├── shlwapi.h │ │ │ │ ├── specstrings.h │ │ │ │ ├── specstrings_adt.h │ │ │ │ ├── specstrings_strict.h │ │ │ │ ├── specstrings_undef.h │ │ │ │ ├── symcrypt.h │ │ │ │ ├── tchar.h │ │ │ │ ├── tlhelp32.h │ │ │ │ ├── unknwn.h │ │ │ │ ├── urlmon.h │ │ │ │ ├── verrsrc.h │ │ │ │ ├── vsassert.h │ │ │ │ ├── winapifamily.h │ │ │ │ ├── winbase.h │ │ │ │ ├── wincrypt.h │ │ │ │ ├── windef.h │ │ │ │ ├── windows.h │ │ │ │ ├── winerror.h │ │ │ │ ├── wininet.h │ │ │ │ ├── winnls.h │ │ │ │ ├── winnt.h │ │ │ │ ├── winresrc.h │ │ │ │ ├── winternl.h │ │ │ │ ├── winuser.h │ │ │ │ ├── winver.h │ │ │ │ ├── wtsapi32.h │ │ │ │ └── x86intrin.h │ │ │ ├── strsafe.h │ │ │ ├── unixasmmacros.inc │ │ │ ├── unixasmmacrosamd64.inc │ │ │ ├── unixasmmacrosarm.inc │ │ │ ├── unixasmmacrosarm64.inc │ │ │ └── unixasmmacrosx86.inc │ │ ├── prebuilt │ │ │ ├── corerror │ │ │ │ ├── makecorerror.bat │ │ │ │ ├── mscorurt.rc │ │ │ │ └── readme.txt │ │ │ ├── idl │ │ │ │ ├── clrdata_i.cpp │ │ │ │ ├── clrinternal_i.cpp │ │ │ │ ├── clrprivappxhosting_i.cpp │ │ │ │ ├── clrprivbinding_i.cpp │ │ │ │ ├── clrprivhosting_i.cpp │ │ │ │ ├── clrprivruntimebinders_i.cpp │ │ │ │ ├── cordebug_i.cpp │ │ │ │ ├── corprof_i.cpp │ │ │ │ ├── corpub_i.cpp │ │ │ │ ├── corsym_i.cpp │ │ │ │ ├── mscorsvc_i.cpp │ │ │ │ ├── sospriv_i.cpp │ │ │ │ ├── xclrdata_i.cpp │ │ │ │ └── xcordebug_i.cpp │ │ │ └── inc │ │ │ │ ├── CMakeLists.txt │ │ │ │ ├── asm_version.h │ │ │ │ ├── buildnumber.h │ │ │ │ ├── clrdata.h │ │ │ │ ├── clrinternal.h │ │ │ │ ├── clrprivbinding.h │ │ │ │ ├── clrprivhosting.h │ │ │ │ ├── clrprivruntimebinders.h │ │ │ │ ├── cordebug.h │ │ │ │ ├── corerror.h │ │ │ │ ├── corprof.h │ │ │ │ ├── corpub.h │ │ │ │ ├── corsym.h │ │ │ │ ├── fusion.h │ │ │ │ ├── fxver.h │ │ │ │ ├── fxver.rc │ │ │ │ ├── fxverstrings.h │ │ │ │ ├── metahost.h │ │ │ │ ├── mscoree.h │ │ │ │ ├── mscorsvc.h │ │ │ │ ├── ndpversion.h │ │ │ │ ├── ndpversion_generated.h │ │ │ │ ├── product_version.h │ │ │ │ ├── readme.txt │ │ │ │ ├── sospriv.h │ │ │ │ ├── version.h │ │ │ │ ├── xclrdata.h │ │ │ │ └── xcordebug.h │ │ └── src │ │ │ ├── .tpattributes │ │ │ ├── CMakeLists.txt │ │ │ ├── arch │ │ │ ├── amd64 │ │ │ │ ├── activationhandlerwrapper.S │ │ │ │ ├── asmconstants.h │ │ │ │ ├── callsignalhandlerwrapper.S │ │ │ │ ├── context.S │ │ │ │ ├── context2.S │ │ │ │ ├── debugbreak.S │ │ │ │ ├── dispatchexceptionwrapper.S │ │ │ │ ├── exceptionhelper.S │ │ │ │ ├── processor.cpp │ │ │ │ └── signalhandlerhelper.cpp │ │ │ └── i386 │ │ │ │ ├── asmconstants.h │ │ │ │ ├── callsignalhandlerwrapper.S │ │ │ │ ├── context2.S │ │ │ │ ├── debugbreak.S │ │ │ │ ├── exceptionhelper.S │ │ │ │ ├── processor.cpp │ │ │ │ └── signalhandlerhelper.cpp │ │ │ ├── build_tools │ │ │ ├── mdtool_dummy │ │ │ └── mdtool_gcc.in │ │ │ ├── config.h.in │ │ │ ├── configure.cmake │ │ │ ├── cruntime │ │ │ ├── file.cpp │ │ │ ├── filecrt.cpp │ │ │ ├── malloc.cpp │ │ │ ├── math.cpp │ │ │ ├── mbstring.cpp │ │ │ ├── misc.cpp │ │ │ ├── path.cpp │ │ │ ├── printf.cpp │ │ │ ├── printfcpp.cpp │ │ │ ├── silent_printf.cpp │ │ │ ├── string.cpp │ │ │ ├── stringtls.cpp │ │ │ ├── thread.cpp │ │ │ ├── wchar.cpp │ │ │ └── wchartls.cpp │ │ │ ├── eventprovider │ │ │ ├── CMakeLists.txt │ │ │ ├── dummyprovider │ │ │ │ └── CMakeLists.txt │ │ │ └── lttngprovider │ │ │ │ ├── CMakeLists.txt │ │ │ │ └── eventproviderhelpers.cpp │ │ │ ├── examples │ │ │ ├── CMakeLists.txt │ │ │ └── example1.cpp │ │ │ ├── exception │ │ │ ├── machexception.cpp │ │ │ ├── machexception.h │ │ │ ├── machmessage.cpp │ │ │ ├── machmessage.h │ │ │ ├── remote-unwind.cpp │ │ │ ├── seh-unwind.cpp │ │ │ ├── seh.cpp │ │ │ └── signal.cpp │ │ │ ├── file │ │ │ ├── directory.cpp │ │ │ ├── file.cpp │ │ │ ├── filetime.cpp │ │ │ ├── find.cpp │ │ │ └── path.cpp │ │ │ ├── handlemgr │ │ │ ├── handleapi.cpp │ │ │ └── handlemgr.cpp │ │ │ ├── include │ │ │ └── pal │ │ │ │ ├── cert.hpp │ │ │ │ ├── cgroup.h │ │ │ │ ├── context.h │ │ │ │ ├── corunix.hpp │ │ │ │ ├── corunix.inl │ │ │ │ ├── critsect.h │ │ │ │ ├── cruntime.h │ │ │ │ ├── cs.hpp │ │ │ │ ├── dbgmsg.h │ │ │ │ ├── debug.h │ │ │ │ ├── environ.h │ │ │ │ ├── event.hpp │ │ │ │ ├── fakepoll.h │ │ │ │ ├── file.h │ │ │ │ ├── file.hpp │ │ │ │ ├── filetime.h │ │ │ │ ├── handleapi.hpp │ │ │ │ ├── handlemgr.hpp │ │ │ │ ├── init.h │ │ │ │ ├── list.h │ │ │ │ ├── locale.h │ │ │ │ ├── malloc.hpp │ │ │ │ ├── map.h │ │ │ │ ├── map.hpp │ │ │ │ ├── misc.h │ │ │ │ ├── module.h │ │ │ │ ├── modulename.h │ │ │ │ ├── mutex.hpp │ │ │ │ ├── numa.h │ │ │ │ ├── palinternal.h │ │ │ │ ├── perftrace.h │ │ │ │ ├── printfcpp.hpp │ │ │ │ ├── process.h │ │ │ │ ├── procobj.hpp │ │ │ │ ├── seh.hpp │ │ │ │ ├── semaphore.hpp │ │ │ │ ├── sharedmemory.h │ │ │ │ ├── sharedmemory.inl │ │ │ │ ├── shm.hpp │ │ │ │ ├── shmemory.h │ │ │ │ ├── signal.hpp │ │ │ │ ├── stackstring.hpp │ │ │ │ ├── synchcache.hpp │ │ │ │ ├── synchobjects.hpp │ │ │ │ ├── thread.hpp │ │ │ │ ├── threadinfo.hpp │ │ │ │ ├── threadsusp.hpp │ │ │ │ ├── unicodedata.h │ │ │ │ ├── utf8.h │ │ │ │ ├── utils.h │ │ │ │ └── virtual.h │ │ │ ├── init │ │ │ ├── pal.cpp │ │ │ └── sxs.cpp │ │ │ ├── libunwind │ │ │ ├── .gitignore │ │ │ ├── .travis.yml │ │ │ ├── AUTHORS │ │ │ ├── CMakeLists.txt │ │ │ ├── COPYING │ │ │ ├── ChangeLog │ │ │ ├── LICENSE │ │ │ ├── Makefile.am │ │ │ ├── NEWS │ │ │ ├── README │ │ │ ├── README.md │ │ │ ├── TODO │ │ │ ├── acinclude.m4 │ │ │ ├── autogen.sh │ │ │ ├── aux_ │ │ │ │ ├── config.guess │ │ │ │ ├── config.sub │ │ │ │ └── ltmain.sh │ │ │ ├── configure.ac │ │ │ ├── doc │ │ │ │ ├── Makefile.am │ │ │ │ ├── NOTES │ │ │ │ ├── _U_dyn_cancel.man │ │ │ │ ├── _U_dyn_cancel.tex │ │ │ │ ├── _U_dyn_register.man │ │ │ │ ├── _U_dyn_register.tex │ │ │ │ ├── common.tex.in │ │ │ │ ├── libunwind-dynamic.man │ │ │ │ ├── libunwind-dynamic.tex │ │ │ │ ├── libunwind-ia64.man │ │ │ │ ├── libunwind-ia64.tex │ │ │ │ ├── libunwind-ptrace.man │ │ │ │ ├── libunwind-ptrace.tex │ │ │ │ ├── libunwind-setjmp.man │ │ │ │ ├── libunwind-setjmp.tex │ │ │ │ ├── libunwind.man │ │ │ │ ├── libunwind.tex │ │ │ │ ├── libunwind.trans │ │ │ │ ├── unw_apply_reg_state.man │ │ │ │ ├── unw_apply_reg_state.tex │ │ │ │ ├── unw_backtrace.man │ │ │ │ ├── unw_backtrace.tex │ │ │ │ ├── unw_create_addr_space.man │ │ │ │ ├── unw_create_addr_space.tex │ │ │ │ ├── unw_destroy_addr_space.man │ │ │ │ ├── unw_destroy_addr_space.tex │ │ │ │ ├── unw_flush_cache.man │ │ │ │ ├── unw_flush_cache.tex │ │ │ │ ├── unw_get_accessors.man │ │ │ │ ├── unw_get_accessors.tex │ │ │ │ ├── unw_get_fpreg.man │ │ │ │ ├── unw_get_fpreg.tex │ │ │ │ ├── unw_get_proc_info.man │ │ │ │ ├── unw_get_proc_info.tex │ │ │ │ ├── unw_get_proc_info_by_ip.man │ │ │ │ ├── unw_get_proc_info_by_ip.tex │ │ │ │ ├── unw_get_proc_name.man │ │ │ │ ├── unw_get_proc_name.tex │ │ │ │ ├── unw_get_reg.man │ │ │ │ ├── unw_get_reg.tex │ │ │ │ ├── unw_getcontext.man │ │ │ │ ├── unw_getcontext.tex │ │ │ │ ├── unw_init_local.man │ │ │ │ ├── unw_init_local.tex │ │ │ │ ├── unw_init_local2.man │ │ │ │ ├── unw_init_remote.man │ │ │ │ ├── unw_init_remote.tex │ │ │ │ ├── unw_is_fpreg.man │ │ │ │ ├── unw_is_fpreg.tex │ │ │ │ ├── unw_is_signal_frame.man │ │ │ │ ├── unw_is_signal_frame.tex │ │ │ │ ├── unw_reg_states_iterate.man │ │ │ │ ├── unw_reg_states_iterate.tex │ │ │ │ ├── unw_regname.man │ │ │ │ ├── unw_regname.tex │ │ │ │ ├── unw_resume.man │ │ │ │ ├── unw_resume.tex │ │ │ │ ├── unw_set_cache_size.man │ │ │ │ ├── unw_set_cache_size.tex │ │ │ │ ├── unw_set_caching_policy.man │ │ │ │ ├── unw_set_caching_policy.tex │ │ │ │ ├── unw_set_fpreg.man │ │ │ │ ├── unw_set_fpreg.tex │ │ │ │ ├── unw_set_reg.man │ │ │ │ ├── unw_set_reg.tex │ │ │ │ ├── unw_step.man │ │ │ │ ├── unw_step.tex │ │ │ │ ├── unw_strerror.man │ │ │ │ └── unw_strerror.tex │ │ │ ├── include │ │ │ │ ├── compiler.h │ │ │ │ ├── dwarf-eh.h │ │ │ │ ├── dwarf.h │ │ │ │ ├── dwarf_i.h │ │ │ │ ├── libunwind-aarch64.h │ │ │ │ ├── libunwind-arm.h │ │ │ │ ├── libunwind-common.h.in │ │ │ │ ├── libunwind-coredump.h │ │ │ │ ├── libunwind-dynamic.h │ │ │ │ ├── libunwind-hppa.h │ │ │ │ ├── libunwind-ia64.h │ │ │ │ ├── libunwind-mips.h │ │ │ │ ├── libunwind-ppc32.h │ │ │ │ ├── libunwind-ppc64.h │ │ │ │ ├── libunwind-ptrace.h │ │ │ │ ├── libunwind-sh.h │ │ │ │ ├── libunwind-tilegx.h │ │ │ │ ├── libunwind-x86.h │ │ │ │ ├── libunwind-x86_64.h │ │ │ │ ├── libunwind.h.in │ │ │ │ ├── libunwind_i.h │ │ │ │ ├── mempool.h │ │ │ │ ├── remote.h │ │ │ │ ├── tdep-aarch64 │ │ │ │ │ ├── dwarf-config.h │ │ │ │ │ ├── jmpbuf.h │ │ │ │ │ └── libunwind_i.h │ │ │ │ ├── tdep-arm │ │ │ │ │ ├── dwarf-config.h │ │ │ │ │ ├── ex_tables.h │ │ │ │ │ ├── jmpbuf.h │ │ │ │ │ └── libunwind_i.h │ │ │ │ ├── tdep-hppa │ │ │ │ │ ├── dwarf-config.h │ │ │ │ │ ├── jmpbuf.h │ │ │ │ │ └── libunwind_i.h │ │ │ │ ├── tdep-ia64 │ │ │ │ │ ├── jmpbuf.h │ │ │ │ │ ├── libunwind_i.h │ │ │ │ │ ├── rse.h │ │ │ │ │ └── script.h │ │ │ │ ├── tdep-mips │ │ │ │ │ ├── dwarf-config.h │ │ │ │ │ ├── jmpbuf.h │ │ │ │ │ └── libunwind_i.h │ │ │ │ ├── tdep-ppc32 │ │ │ │ │ ├── dwarf-config.h │ │ │ │ │ ├── jmpbuf.h │ │ │ │ │ └── libunwind_i.h │ │ │ │ ├── tdep-ppc64 │ │ │ │ │ ├── dwarf-config.h │ │ │ │ │ ├── jmpbuf.h │ │ │ │ │ └── libunwind_i.h │ │ │ │ ├── tdep-sh │ │ │ │ │ ├── dwarf-config.h │ │ │ │ │ ├── jmpbuf.h │ │ │ │ │ └── libunwind_i.h │ │ │ │ ├── tdep-tilegx │ │ │ │ │ ├── dwarf-config.h │ │ │ │ │ ├── jmpbuf.h │ │ │ │ │ └── libunwind_i.h │ │ │ │ ├── tdep-x86 │ │ │ │ │ ├── dwarf-config.h │ │ │ │ │ ├── jmpbuf.h │ │ │ │ │ └── libunwind_i.h │ │ │ │ ├── tdep-x86_64 │ │ │ │ │ ├── dwarf-config.h │ │ │ │ │ ├── jmpbuf.h │ │ │ │ │ └── libunwind_i.h │ │ │ │ ├── tdep │ │ │ │ │ ├── dwarf-config.h │ │ │ │ │ ├── jmpbuf.h │ │ │ │ │ └── libunwind_i.h.in │ │ │ │ └── unwind.h │ │ │ ├── scripts │ │ │ │ ├── kernel-diff.sh │ │ │ │ ├── kernel-files.txt │ │ │ │ └── make-L-files │ │ │ ├── src │ │ │ │ ├── CMakeLists.txt │ │ │ │ ├── Makefile.am │ │ │ │ ├── aarch64 │ │ │ │ │ ├── Gapply_reg_state.c │ │ │ │ │ ├── Gcreate_addr_space.c │ │ │ │ │ ├── Gget_proc_info.c │ │ │ │ │ ├── Gget_save_loc.c │ │ │ │ │ ├── Gglobal.c │ │ │ │ │ ├── Ginit.c │ │ │ │ │ ├── Ginit_local.c │ │ │ │ │ ├── Ginit_remote.c │ │ │ │ │ ├── Gis_signal_frame.c │ │ │ │ │ ├── Greg_states_iterate.c │ │ │ │ │ ├── Gregs.c │ │ │ │ │ ├── Gresume.c │ │ │ │ │ ├── Gstash_frame.c │ │ │ │ │ ├── Gstep.c │ │ │ │ │ ├── Gtrace.c │ │ │ │ │ ├── Lapply_reg_state.c │ │ │ │ │ ├── Lcreate_addr_space.c │ │ │ │ │ ├── Lget_proc_info.c │ │ │ │ │ ├── Lget_save_loc.c │ │ │ │ │ ├── Lglobal.c │ │ │ │ │ ├── Linit.c │ │ │ │ │ ├── Linit_local.c │ │ │ │ │ ├── Linit_remote.c │ │ │ │ │ ├── Lis_signal_frame.c │ │ │ │ │ ├── Lreg_states_iterate.c │ │ │ │ │ ├── Lregs.c │ │ │ │ │ ├── Lresume.c │ │ │ │ │ ├── Lstash_frame.c │ │ │ │ │ ├── Lstep.c │ │ │ │ │ ├── Ltrace.c │ │ │ │ │ ├── gen-offsets.c │ │ │ │ │ ├── getcontext.S │ │ │ │ │ ├── init.h │ │ │ │ │ ├── is_fpreg.c │ │ │ │ │ ├── offsets.h │ │ │ │ │ ├── regname.c │ │ │ │ │ ├── siglongjmp.S │ │ │ │ │ └── unwind_i.h │ │ │ │ ├── config.h.in │ │ │ │ ├── configure.cmake │ │ │ │ ├── coredump │ │ │ │ │ ├── README │ │ │ │ │ ├── _UCD_access_mem.c │ │ │ │ │ ├── _UCD_access_reg_freebsd.c │ │ │ │ │ ├── _UCD_access_reg_linux.c │ │ │ │ │ ├── _UCD_accessors.c │ │ │ │ │ ├── _UCD_create.c │ │ │ │ │ ├── _UCD_destroy.c │ │ │ │ │ ├── _UCD_elf_map_image.c │ │ │ │ │ ├── _UCD_find_proc_info.c │ │ │ │ │ ├── _UCD_get_proc_name.c │ │ │ │ │ ├── _UCD_internal.h │ │ │ │ │ ├── _UCD_lib.h │ │ │ │ │ ├── _UPT_access_fpreg.c │ │ │ │ │ ├── _UPT_elf.c │ │ │ │ │ ├── _UPT_get_dyn_info_list_addr.c │ │ │ │ │ ├── _UPT_put_unwind_info.c │ │ │ │ │ ├── _UPT_resume.c │ │ │ │ │ └── libunwind-coredump.pc.in │ │ │ │ ├── dwarf │ │ │ │ │ ├── Gexpr.c │ │ │ │ │ ├── Gfde.c │ │ │ │ │ ├── Gfind_proc_info-lsb.c │ │ │ │ │ ├── Gfind_unwind_table.c │ │ │ │ │ ├── Gparser.c │ │ │ │ │ ├── Gpe.c │ │ │ │ │ ├── Lexpr.c │ │ │ │ │ ├── Lfde.c │ │ │ │ │ ├── Lfind_proc_info-lsb.c │ │ │ │ │ ├── Lfind_unwind_table.c │ │ │ │ │ ├── Lparser.c │ │ │ │ │ ├── Lpe.c │ │ │ │ │ └── global.c │ │ │ │ ├── elf32.c │ │ │ │ ├── elf32.h │ │ │ │ ├── elf64.c │ │ │ │ ├── elf64.h │ │ │ │ ├── elfxx.c │ │ │ │ ├── elfxx.h │ │ │ │ ├── hppa │ │ │ │ │ ├── Gapply_reg_state.c │ │ │ │ │ ├── Gcreate_addr_space.c │ │ │ │ │ ├── Gget_proc_info.c │ │ │ │ │ ├── Gget_save_loc.c │ │ │ │ │ ├── Gglobal.c │ │ │ │ │ ├── Ginit.c │ │ │ │ │ ├── Ginit_local.c │ │ │ │ │ ├── Ginit_remote.c │ │ │ │ │ ├── Gis_signal_frame.c │ │ │ │ │ ├── Greg_states_iterate.c │ │ │ │ │ ├── Gregs.c │ │ │ │ │ ├── Gresume.c │ │ │ │ │ ├── Gstep.c │ │ │ │ │ ├── Lapply_reg_state.c │ │ │ │ │ ├── Lcreate_addr_space.c │ │ │ │ │ ├── Lget_proc_info.c │ │ │ │ │ ├── Lget_save_loc.c │ │ │ │ │ ├── Lglobal.c │ │ │ │ │ ├── Linit.c │ │ │ │ │ ├── Linit_local.c │ │ │ │ │ ├── Linit_remote.c │ │ │ │ │ ├── Lis_signal_frame.c │ │ │ │ │ ├── Lreg_states_iterate.c │ │ │ │ │ ├── Lregs.c │ │ │ │ │ ├── Lresume.c │ │ │ │ │ ├── Lstep.c │ │ │ │ │ ├── get_accessors.c │ │ │ │ │ ├── getcontext.S │ │ │ │ │ ├── init.h │ │ │ │ │ ├── offsets.h │ │ │ │ │ ├── regname.c │ │ │ │ │ ├── setcontext.S │ │ │ │ │ ├── siglongjmp.S │ │ │ │ │ ├── tables.c │ │ │ │ │ └── unwind_i.h │ │ │ │ ├── ia64 │ │ │ │ │ ├── Gapply_reg_state.c │ │ │ │ │ ├── Gcreate_addr_space.c │ │ │ │ │ ├── Gfind_unwind_table.c │ │ │ │ │ ├── Gget_proc_info.c │ │ │ │ │ ├── Gget_save_loc.c │ │ │ │ │ ├── Gglobal.c │ │ │ │ │ ├── Ginit.c │ │ │ │ │ ├── Ginit_local.c │ │ │ │ │ ├── Ginit_remote.c │ │ │ │ │ ├── Ginstall_cursor.S │ │ │ │ │ ├── Gis_signal_frame.c │ │ │ │ │ ├── Gparser.c │ │ │ │ │ ├── Grbs.c │ │ │ │ │ ├── Greg_states_iterate.c │ │ │ │ │ ├── Gregs.c │ │ │ │ │ ├── Gresume.c │ │ │ │ │ ├── Gscript.c │ │ │ │ │ ├── Gstep.c │ │ │ │ │ ├── Gtables.c │ │ │ │ │ ├── Lapply_reg_state.c │ │ │ │ │ ├── Lcreate_addr_space.c │ │ │ │ │ ├── Lfind_unwind_table.c │ │ │ │ │ ├── Lget_proc_info.c │ │ │ │ │ ├── Lget_save_loc.c │ │ │ │ │ ├── Lglobal.c │ │ │ │ │ ├── Linit.c │ │ │ │ │ ├── Linit_local.c │ │ │ │ │ ├── Linit_remote.c │ │ │ │ │ ├── Linstall_cursor.S │ │ │ │ │ ├── Lis_signal_frame.c │ │ │ │ │ ├── Lparser.c │ │ │ │ │ ├── Lrbs.c │ │ │ │ │ ├── Lreg_states_iterate.c │ │ │ │ │ ├── Lregs.c │ │ │ │ │ ├── Lresume.c │ │ │ │ │ ├── Lscript.c │ │ │ │ │ ├── Lstep.c │ │ │ │ │ ├── Ltables.c │ │ │ │ │ ├── NOTES │ │ │ │ │ ├── dyn_info_list.S │ │ │ │ │ ├── getcontext.S │ │ │ │ │ ├── init.h │ │ │ │ │ ├── longjmp.S │ │ │ │ │ ├── mk_cursor_i │ │ │ │ │ ├── offsets.h │ │ │ │ │ ├── regname.c │ │ │ │ │ ├── regs.h │ │ │ │ │ ├── setjmp.S │ │ │ │ │ ├── siglongjmp.S │ │ │ │ │ ├── sigsetjmp.S │ │ │ │ │ ├── ucontext_i.h │ │ │ │ │ ├── unwind_decoder.h │ │ │ │ │ └── unwind_i.h │ │ │ │ ├── libunwind-generic.pc.in │ │ │ │ ├── mi │ │ │ │ │ ├── Gdestroy_addr_space.c │ │ │ │ │ ├── Gdyn-extract.c │ │ │ │ │ ├── Gdyn-remote.c │ │ │ │ │ ├── Gfind_dynamic_proc_info.c │ │ │ │ │ ├── Gget_accessors.c │ │ │ │ │ ├── Gget_fpreg.c │ │ │ │ │ ├── Gget_proc_info_by_ip.c │ │ │ │ │ ├── Gget_proc_name.c │ │ │ │ │ ├── Gget_reg.c │ │ │ │ │ ├── Gput_dynamic_unwind_info.c │ │ │ │ │ ├── Gset_cache_size.c │ │ │ │ │ ├── Gset_caching_policy.c │ │ │ │ │ ├── Gset_fpreg.c │ │ │ │ │ ├── Gset_reg.c │ │ │ │ │ ├── Ldestroy_addr_space.c │ │ │ │ │ ├── Ldyn-extract.c │ │ │ │ │ ├── Ldyn-remote.c │ │ │ │ │ ├── Lfind_dynamic_proc_info.c │ │ │ │ │ ├── Lget_accessors.c │ │ │ │ │ ├── Lget_fpreg.c │ │ │ │ │ ├── Lget_proc_info_by_ip.c │ │ │ │ │ ├── Lget_proc_name.c │ │ │ │ │ ├── Lget_reg.c │ │ │ │ │ ├── Lput_dynamic_unwind_info.c │ │ │ │ │ ├── Lset_cache_size.c │ │ │ │ │ ├── Lset_caching_policy.c │ │ │ │ │ ├── Lset_fpreg.c │ │ │ │ │ ├── Lset_reg.c │ │ │ │ │ ├── _ReadSLEB.c │ │ │ │ │ ├── _ReadULEB.c │ │ │ │ │ ├── backtrace.c │ │ │ │ │ ├── dyn-cancel.c │ │ │ │ │ ├── dyn-info-list.c │ │ │ │ │ ├── dyn-register.c │ │ │ │ │ ├── flush_cache.c │ │ │ │ │ ├── init.c │ │ │ │ │ ├── mempool.c │ │ │ │ │ └── strerror.c │ │ │ │ ├── mips │ │ │ │ │ ├── Gapply_reg_state.c │ │ │ │ │ ├── Gcreate_addr_space.c │ │ │ │ │ ├── Gget_proc_info.c │ │ │ │ │ ├── Gget_save_loc.c │ │ │ │ │ ├── Gglobal.c │ │ │ │ │ ├── Ginit.c │ │ │ │ │ ├── Ginit_local.c │ │ │ │ │ ├── Ginit_remote.c │ │ │ │ │ ├── Gis_signal_frame.c │ │ │ │ │ ├── Greg_states_iterate.c │ │ │ │ │ ├── Gregs.c │ │ │ │ │ ├── Gresume.c │ │ │ │ │ ├── Gstep.c │ │ │ │ │ ├── Lapply_reg_state.c │ │ │ │ │ ├── Lcreate_addr_space.c │ │ │ │ │ ├── Lget_proc_info.c │ │ │ │ │ ├── Lget_save_loc.c │ │ │ │ │ ├── Lglobal.c │ │ │ │ │ ├── Linit.c │ │ │ │ │ ├── Linit_local.c │ │ │ │ │ ├── Linit_remote.c │ │ │ │ │ ├── Lis_signal_frame.c │ │ │ │ │ ├── Lreg_states_iterate.c │ │ │ │ │ ├── Lregs.c │ │ │ │ │ ├── Lresume.c │ │ │ │ │ ├── Lstep.c │ │ │ │ │ ├── elfxx.c │ │ │ │ │ ├── gen-offsets.c │ │ │ │ │ ├── getcontext.S │ │ │ │ │ ├── init.h │ │ │ │ │ ├── is_fpreg.c │ │ │ │ │ ├── offsets.h │ │ │ │ │ ├── regname.c │ │ │ │ │ ├── siglongjmp.S │ │ │ │ │ └── unwind_i.h │ │ │ │ ├── oop │ │ │ │ │ ├── _OOP_find_proc_info.c │ │ │ │ │ └── _OOP_internal.h │ │ │ │ ├── os-freebsd.c │ │ │ │ ├── os-hpux.c │ │ │ │ ├── os-linux.c │ │ │ │ ├── os-linux.h │ │ │ │ ├── os-qnx.c │ │ │ │ ├── ppc │ │ │ │ │ ├── Gapply_reg_state.c │ │ │ │ │ ├── Gget_proc_info.c │ │ │ │ │ ├── Gget_save_loc.c │ │ │ │ │ ├── Ginit_local.c │ │ │ │ │ ├── Ginit_remote.c │ │ │ │ │ ├── Gis_signal_frame.c │ │ │ │ │ ├── Greg_states_iterate.c │ │ │ │ │ ├── Lapply_reg_state.c │ │ │ │ │ ├── Lget_proc_info.c │ │ │ │ │ ├── Lget_save_loc.c │ │ │ │ │ ├── Linit_local.c │ │ │ │ │ ├── Linit_remote.c │ │ │ │ │ ├── Lis_signal_frame.c │ │ │ │ │ ├── Lreg_states_iterate.c │ │ │ │ │ ├── longjmp.S │ │ │ │ │ └── siglongjmp.S │ │ │ │ ├── ppc32 │ │ │ │ │ ├── Gapply_reg_state.c │ │ │ │ │ ├── Gcreate_addr_space.c │ │ │ │ │ ├── Gglobal.c │ │ │ │ │ ├── Ginit.c │ │ │ │ │ ├── Greg_states_iterate.c │ │ │ │ │ ├── Gregs.c │ │ │ │ │ ├── Gresume.c │ │ │ │ │ ├── Gstep.c │ │ │ │ │ ├── Lapply_reg_state.c │ │ │ │ │ ├── Lcreate_addr_space.c │ │ │ │ │ ├── Lglobal.c │ │ │ │ │ ├── Linit.c │ │ │ │ │ ├── Lreg_states_iterate.c │ │ │ │ │ ├── Lregs.c │ │ │ │ │ ├── Lresume.c │ │ │ │ │ ├── Lstep.c │ │ │ │ │ ├── Make-arch.in │ │ │ │ │ ├── get_func_addr.c │ │ │ │ │ ├── init.h │ │ │ │ │ ├── is_fpreg.c │ │ │ │ │ ├── regname.c │ │ │ │ │ ├── setcontext.S │ │ │ │ │ ├── ucontext_i.h │ │ │ │ │ └── unwind_i.h │ │ │ │ ├── ppc64 │ │ │ │ │ ├── Gapply_reg_state.c │ │ │ │ │ ├── Gcreate_addr_space.c │ │ │ │ │ ├── Gglobal.c │ │ │ │ │ ├── Ginit.c │ │ │ │ │ ├── Greg_states_iterate.c │ │ │ │ │ ├── Gregs.c │ │ │ │ │ ├── Gresume.c │ │ │ │ │ ├── Gstep.c │ │ │ │ │ ├── Lapply_reg_state.c │ │ │ │ │ ├── Lcreate_addr_space.c │ │ │ │ │ ├── Lglobal.c │ │ │ │ │ ├── Linit.c │ │ │ │ │ ├── Lreg_states_iterate.c │ │ │ │ │ ├── Lregs.c │ │ │ │ │ ├── Lresume.c │ │ │ │ │ ├── Lstep.c │ │ │ │ │ ├── get_func_addr.c │ │ │ │ │ ├── init.h │ │ │ │ │ ├── is_fpreg.c │ │ │ │ │ ├── regname.c │ │ │ │ │ ├── setcontext.S │ │ │ │ │ ├── ucontext_i.h │ │ │ │ │ └── unwind_i.h │ │ │ │ ├── ptrace │ │ │ │ │ ├── _UPT_access_fpreg.c │ │ │ │ │ ├── _UPT_access_mem.c │ │ │ │ │ ├── _UPT_access_reg.c │ │ │ │ │ ├── _UPT_accessors.c │ │ │ │ │ ├── _UPT_create.c │ │ │ │ │ ├── _UPT_destroy.c │ │ │ │ │ ├── _UPT_elf.c │ │ │ │ │ ├── _UPT_find_proc_info.c │ │ │ │ │ ├── _UPT_get_dyn_info_list_addr.c │ │ │ │ │ ├── _UPT_get_proc_name.c │ │ │ │ │ ├── _UPT_internal.h │ │ │ │ │ ├── _UPT_put_unwind_info.c │ │ │ │ │ ├── _UPT_reg_offset.c │ │ │ │ │ ├── _UPT_resume.c │ │ │ │ │ └── libunwind-ptrace.pc.in │ │ │ │ ├── setjmp │ │ │ │ │ ├── libunwind-setjmp.pc.in │ │ │ │ │ ├── longjmp.c │ │ │ │ │ ├── setjmp.c │ │ │ │ │ ├── setjmp_i.h │ │ │ │ │ ├── siglongjmp.c │ │ │ │ │ └── sigsetjmp.c │ │ │ │ ├── sh │ │ │ │ │ ├── Gapply_reg_state.c │ │ │ │ │ ├── Gcreate_addr_space.c │ │ │ │ │ ├── Gget_proc_info.c │ │ │ │ │ ├── Gget_save_loc.c │ │ │ │ │ ├── Gglobal.c │ │ │ │ │ ├── Ginit.c │ │ │ │ │ ├── Ginit_local.c │ │ │ │ │ ├── Ginit_remote.c │ │ │ │ │ ├── Gis_signal_frame.c │ │ │ │ │ ├── Greg_states_iterate.c │ │ │ │ │ ├── Gregs.c │ │ │ │ │ ├── Gresume.c │ │ │ │ │ ├── Gstep.c │ │ │ │ │ ├── Lapply_reg_state.c │ │ │ │ │ ├── Lcreate_addr_space.c │ │ │ │ │ ├── Lget_proc_info.c │ │ │ │ │ ├── Lget_save_loc.c │ │ │ │ │ ├── Lglobal.c │ │ │ │ │ ├── Linit.c │ │ │ │ │ ├── Linit_local.c │ │ │ │ │ ├── Linit_remote.c │ │ │ │ │ ├── Lis_signal_frame.c │ │ │ │ │ ├── Lreg_states_iterate.c │ │ │ │ │ ├── Lregs.c │ │ │ │ │ ├── Lresume.c │ │ │ │ │ ├── Lstep.c │ │ │ │ │ ├── gen-offsets.c │ │ │ │ │ ├── init.h │ │ │ │ │ ├── is_fpreg.c │ │ │ │ │ ├── offsets.h │ │ │ │ │ ├── regname.c │ │ │ │ │ ├── siglongjmp.S │ │ │ │ │ └── unwind_i.h │ │ │ │ ├── tilegx │ │ │ │ │ ├── Gapply_reg_state.c │ │ │ │ │ ├── Gcreate_addr_space.c │ │ │ │ │ ├── Gget_proc_info.c │ │ │ │ │ ├── Gget_save_loc.c │ │ │ │ │ ├── Gglobal.c │ │ │ │ │ ├── Ginit.c │ │ │ │ │ ├── Ginit_local.c │ │ │ │ │ ├── Ginit_remote.c │ │ │ │ │ ├── Gis_signal_frame.c │ │ │ │ │ ├── Greg_states_iterate.c │ │ │ │ │ ├── Gregs.c │ │ │ │ │ ├── Gresume.c │ │ │ │ │ ├── Gstep.c │ │ │ │ │ ├── Lapply_reg_state.c │ │ │ │ │ ├── Lcreate_addr_space.c │ │ │ │ │ ├── Lget_proc_info.c │ │ │ │ │ ├── Lget_save_loc.c │ │ │ │ │ ├── Lglobal.c │ │ │ │ │ ├── Linit.c │ │ │ │ │ ├── Linit_local.c │ │ │ │ │ ├── Linit_remote.c │ │ │ │ │ ├── Lis_signal_frame.c │ │ │ │ │ ├── Lreg_states_iterate.c │ │ │ │ │ ├── Lregs.c │ │ │ │ │ ├── Lresume.c │ │ │ │ │ ├── Lstep.c │ │ │ │ │ ├── elfxx.c │ │ │ │ │ ├── gen-offsets.c │ │ │ │ │ ├── getcontext.S │ │ │ │ │ ├── init.h │ │ │ │ │ ├── is_fpreg.c │ │ │ │ │ ├── offsets.h │ │ │ │ │ ├── regname.c │ │ │ │ │ ├── siglongjmp.S │ │ │ │ │ └── unwind_i.h │ │ │ │ ├── unwind │ │ │ │ │ ├── Backtrace.c │ │ │ │ │ ├── DeleteException.c │ │ │ │ │ ├── FindEnclosingFunction.c │ │ │ │ │ ├── ForcedUnwind.c │ │ │ │ │ ├── GetBSP.c │ │ │ │ │ ├── GetCFA.c │ │ │ │ │ ├── GetDataRelBase.c │ │ │ │ │ ├── GetGR.c │ │ │ │ │ ├── GetIP.c │ │ │ │ │ ├── GetIPInfo.c │ │ │ │ │ ├── GetLanguageSpecificData.c │ │ │ │ │ ├── GetRegionStart.c │ │ │ │ │ ├── GetTextRelBase.c │ │ │ │ │ ├── RaiseException.c │ │ │ │ │ ├── Resume.c │ │ │ │ │ ├── Resume_or_Rethrow.c │ │ │ │ │ ├── SetGR.c │ │ │ │ │ ├── SetIP.c │ │ │ │ │ ├── libunwind.pc.in │ │ │ │ │ └── unwind-internal.h │ │ │ │ └── x86_64 │ │ │ │ │ ├── Gapply_reg_state.c │ │ │ │ │ ├── Gcreate_addr_space.c │ │ │ │ │ ├── Gget_proc_info.c │ │ │ │ │ ├── Gget_save_loc.c │ │ │ │ │ ├── Gglobal.c │ │ │ │ │ ├── Ginit.c │ │ │ │ │ ├── Ginit_local.c │ │ │ │ │ ├── Ginit_remote.c │ │ │ │ │ ├── Gos-freebsd.c │ │ │ │ │ ├── Gos-linux.c │ │ │ │ │ ├── Greg_states_iterate.c │ │ │ │ │ ├── Gregs.c │ │ │ │ │ ├── Gresume.c │ │ │ │ │ ├── Gstash_frame.c │ │ │ │ │ ├── Gstep.c │ │ │ │ │ ├── Gtrace.c │ │ │ │ │ ├── Lapply_reg_state.c │ │ │ │ │ ├── Lcreate_addr_space.c │ │ │ │ │ ├── Lget_proc_info.c │ │ │ │ │ ├── Lget_save_loc.c │ │ │ │ │ ├── Lglobal.c │ │ │ │ │ ├── Linit.c │ │ │ │ │ ├── Linit_local.c │ │ │ │ │ ├── Linit_remote.c │ │ │ │ │ ├── Los-freebsd.c │ │ │ │ │ ├── Los-linux.c │ │ │ │ │ ├── Lreg_states_iterate.c │ │ │ │ │ ├── Lregs.c │ │ │ │ │ ├── Lresume.c │ │ │ │ │ ├── Lstash_frame.c │ │ │ │ │ ├── Lstep.c │ │ │ │ │ ├── Ltrace.c │ │ │ │ │ ├── getcontext.S │ │ │ │ │ ├── init.h │ │ │ │ │ ├── is_fpreg.c │ │ │ │ │ ├── longjmp.S │ │ │ │ │ ├── offsets.h │ │ │ │ │ ├── regname.c │ │ │ │ │ ├── setcontext.S │ │ │ │ │ ├── siglongjmp.S │ │ │ │ │ ├── ucontext_i.h │ │ │ │ │ └── unwind_i.h │ │ │ └── tests │ │ │ │ ├── Gia64-test-nat.c │ │ │ │ ├── Gia64-test-rbs.c │ │ │ │ ├── Gia64-test-readonly.c │ │ │ │ ├── Gia64-test-stack.c │ │ │ │ ├── Gperf-simple.c │ │ │ │ ├── Gperf-trace.c │ │ │ │ ├── Gtest-bt.c │ │ │ │ ├── Gtest-concurrent.c │ │ │ │ ├── Gtest-dyn1.c │ │ │ │ ├── Gtest-exc.c │ │ │ │ ├── Gtest-init.cxx │ │ │ │ ├── Gtest-nomalloc.c │ │ │ │ ├── Gtest-resume-sig-rt.c │ │ │ │ ├── Gtest-resume-sig.c │ │ │ │ ├── Gtest-trace.c │ │ │ │ ├── Lia64-test-nat.c │ │ │ │ ├── Lia64-test-rbs.c │ │ │ │ ├── Lia64-test-readonly.c │ │ │ │ ├── Lia64-test-stack.c │ │ │ │ ├── Lperf-simple.c │ │ │ │ ├── Lperf-trace.c │ │ │ │ ├── Lrs-race.c │ │ │ │ ├── Ltest-bt.c │ │ │ │ ├── Ltest-concurrent.c │ │ │ │ ├── Ltest-cxx-exceptions.cxx │ │ │ │ ├── Ltest-dyn1.c │ │ │ │ ├── Ltest-exc.c │ │ │ │ ├── Ltest-init-local-signal-lib.c │ │ │ │ ├── Ltest-init-local-signal.c │ │ │ │ ├── Ltest-init.cxx │ │ │ │ ├── Ltest-mem-validate.c │ │ │ │ ├── Ltest-nocalloc.c │ │ │ │ ├── Ltest-nomalloc.c │ │ │ │ ├── Ltest-resume-sig-rt.c │ │ │ │ ├── Ltest-resume-sig.c │ │ │ │ ├── Ltest-trace.c │ │ │ │ ├── Ltest-varargs.c │ │ │ │ ├── Makefile.am │ │ │ │ ├── check-namespace.sh.in │ │ │ │ ├── crasher.c │ │ │ │ ├── flush-cache.S │ │ │ │ ├── flush-cache.h │ │ │ │ ├── forker.c │ │ │ │ ├── ia64-dyn-asm.S │ │ │ │ ├── ia64-test-dyn1.c │ │ │ │ ├── ia64-test-nat-asm.S │ │ │ │ ├── ia64-test-rbs-asm.S │ │ │ │ ├── ia64-test-rbs.h │ │ │ │ ├── ia64-test-readonly-asm.S │ │ │ │ ├── ia64-test-setjmp.c │ │ │ │ ├── ia64-test-sig.c │ │ │ │ ├── ia64-test-stack-asm.S │ │ │ │ ├── ia64-test-stack.h │ │ │ │ ├── ident.c │ │ │ │ ├── mapper.c │ │ │ │ ├── perf-startup │ │ │ │ ├── ppc64-test-altivec-utils.c │ │ │ │ ├── ppc64-test-altivec.c │ │ │ │ ├── run-check-namespace │ │ │ │ ├── run-coredump-unwind │ │ │ │ ├── run-coredump-unwind-mdi │ │ │ │ ├── run-ia64-test-dyn1 │ │ │ │ ├── run-ptrace-mapper │ │ │ │ ├── run-ptrace-misc │ │ │ │ ├── test-async-sig.c │ │ │ │ ├── test-coredump-unwind.c │ │ │ │ ├── test-flush-cache.c │ │ │ │ ├── test-init-remote.c │ │ │ │ ├── test-mem.c │ │ │ │ ├── test-proc-info.c │ │ │ │ ├── test-ptrace-misc.c │ │ │ │ ├── test-ptrace.c │ │ │ │ ├── test-reg-state.c │ │ │ │ ├── test-setjmp.c │ │ │ │ ├── test-static-link-gen.c │ │ │ │ ├── test-static-link-loc.c │ │ │ │ └── test-strerror.c │ │ │ ├── loader │ │ │ ├── module.cpp │ │ │ └── modulename.cpp │ │ │ ├── locale │ │ │ ├── unicode.cpp │ │ │ ├── unicodedata.cpp │ │ │ ├── unicodedata.cs │ │ │ └── utf8.cpp │ │ │ ├── map │ │ │ ├── common.cpp │ │ │ ├── common.h │ │ │ ├── map.cpp │ │ │ └── virtual.cpp │ │ │ ├── memory │ │ │ ├── heap.cpp │ │ │ └── local.cpp │ │ │ ├── misc │ │ │ ├── cgroup.cpp │ │ │ ├── dbgmsg.cpp │ │ │ ├── environ.cpp │ │ │ ├── error.cpp │ │ │ ├── errorstrings.cpp │ │ │ ├── errorstrings.h │ │ │ ├── fmtmessage.cpp │ │ │ ├── jitsupport.cpp │ │ │ ├── miscpalapi.cpp │ │ │ ├── msgbox.cpp │ │ │ ├── perftrace.cpp │ │ │ ├── strutil.cpp │ │ │ ├── sysinfo.cpp │ │ │ ├── time.cpp │ │ │ ├── tracepointprovider.cpp │ │ │ └── utils.cpp │ │ │ ├── numa │ │ │ ├── numa.cpp │ │ │ └── numashim.h │ │ │ ├── objmgr │ │ │ ├── palobjbase.cpp │ │ │ ├── palobjbase.hpp │ │ │ ├── shmobject.cpp │ │ │ ├── shmobject.hpp │ │ │ ├── shmobjectmanager.cpp │ │ │ └── shmobjectmanager.hpp │ │ │ ├── poll │ │ │ └── fakepoll.cpp │ │ │ ├── safecrt │ │ │ ├── cruntime.h │ │ │ ├── input.inl │ │ │ ├── internal.h │ │ │ ├── internal_securecrt.h │ │ │ ├── makepath_s.cpp │ │ │ ├── mbusafecrt.cpp │ │ │ ├── mbusafecrt_internal.h │ │ │ ├── memcpy_s.cpp │ │ │ ├── memmove_s.cpp │ │ │ ├── output.inl │ │ │ ├── safecrt_input_s.cpp │ │ │ ├── safecrt_output_l.cpp │ │ │ ├── safecrt_output_s.cpp │ │ │ ├── safecrt_winput_s.cpp │ │ │ ├── safecrt_woutput_s.cpp │ │ │ ├── snprintf.cpp │ │ │ ├── splitpath_s.cpp │ │ │ ├── sprintf_s.cpp │ │ │ ├── sscanf_s.cpp │ │ │ ├── strcat_s.cpp │ │ │ ├── strcpy_s.cpp │ │ │ ├── strlen_s.cpp │ │ │ ├── strncat_s.cpp │ │ │ ├── strncpy_s.cpp │ │ │ ├── strtok_s.cpp │ │ │ ├── swprintf.cpp │ │ │ ├── tcscat_s.inl │ │ │ ├── tcscpy_s.inl │ │ │ ├── tcsncat_s.inl │ │ │ ├── tcsncpy_s.inl │ │ │ ├── tcstok_s.inl │ │ │ ├── tmakepath_s.inl │ │ │ ├── tsplitpath_s.inl │ │ │ ├── vsprintf.cpp │ │ │ ├── vswprint.cpp │ │ │ ├── wcscat_s.cpp │ │ │ ├── wcscpy_s.cpp │ │ │ ├── wcslen_s.cpp │ │ │ ├── wcsncat_s.cpp │ │ │ ├── wcsncpy_s.cpp │ │ │ ├── wcstok_s.cpp │ │ │ ├── wmakepath_s.cpp │ │ │ ├── wsplitpath_s.cpp │ │ │ ├── xtoa_s.cpp │ │ │ ├── xtow_s.cpp │ │ │ └── xtox_s.inl │ │ │ ├── sharedmemory │ │ │ └── sharedmemory.cpp │ │ │ ├── shmemory │ │ │ └── shmemory.cpp │ │ │ ├── sync │ │ │ └── cs.cpp │ │ │ ├── synchmgr │ │ │ ├── synchcontrollers.cpp │ │ │ ├── synchmanager.cpp │ │ │ ├── synchmanager.hpp │ │ │ └── wait.cpp │ │ │ ├── synchobj │ │ │ ├── event.cpp │ │ │ ├── mutex.cpp │ │ │ └── semaphore.cpp │ │ │ └── thread │ │ │ ├── context.cpp │ │ │ ├── process.cpp │ │ │ ├── procprivate.hpp │ │ │ ├── thread.cpp │ │ │ └── threadsusp.cpp │ └── palrt │ │ ├── CMakeLists.txt │ │ ├── bstr.cpp │ │ ├── coguid.cpp │ │ ├── comem.cpp │ │ ├── common.h │ │ ├── guid.cpp │ │ ├── memorystream.cpp │ │ ├── path.cpp │ │ ├── shlwapip.h │ │ ├── unicode.cpp │ │ └── variant.cpp ├── DotNext.Profiler.Shared │ ├── AutoLock.h │ ├── Common.h │ ├── CoreProfiler.cpp │ ├── CoreProfiler.h │ ├── CoreProfilerFactory.cpp │ ├── CoreProfilerFactory.h │ ├── DllMain.cpp │ ├── DotNext.Profiler.Shared.vcxitems │ ├── DotNext.Profiler.Shared.vcxitems.filters │ ├── Logger.cpp │ ├── Logger.h │ ├── Mutex.cpp │ ├── Mutex.h │ ├── OS.cpp │ └── OS.h ├── DotNext.Profiler.Windows │ ├── DotNext.Profiler.Windows.def │ ├── DotNext.Profiler.Windows.vcxproj │ ├── DotNext.Profiler.Windows.vcxproj.filters │ ├── ProfilerPayload.rc │ └── resource.h ├── ProfilerPayload.sln ├── README.md ├── messagebox.bin └── run.bat ├── LICENSE ├── README.md └── wmi_bof ├── .gitignore ├── wmi-profiler.cna ├── wmi-profiler.x64.o ├── wmi_bof.sln └── wmi_bof ├── Makefile ├── base ├── helpers.h ├── mock.cpp └── mock.h ├── beacon.h ├── packages.config ├── wmi-profiler.cpp ├── wmi_bof.vcxproj └── wmi_bof.vcxproj.filters /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/.gitignore -------------------------------------------------------------------------------- /DotNextProfilerPayload/.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/.gitattributes -------------------------------------------------------------------------------- /DotNextProfilerPayload/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/.gitignore -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/CMakeLists.txt -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/CrstTypeTool.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/CrstTypeTool.cs -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/CrstTypes.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/CrstTypes.def -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/MSCOREE.IDL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/MSCOREE.IDL -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/OpCodeGen.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/OpCodeGen.pl -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/allocacheck.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/allocacheck.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/apithreadstress.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/apithreadstress.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/apithreadstress.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/apithreadstress.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/appxutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/appxutil.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/arrayholder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/arrayholder.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/arraylist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/arraylist.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/bbsweep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/bbsweep.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/bitmask.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/bitmask.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/bitmask.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/bitmask.inl -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/bitposition.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/bitposition.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/bitvector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/bitvector.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/blobfetcher.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/blobfetcher.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/cahlpr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/cahlpr.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/caparser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/caparser.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/ceefilegenwriter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/ceefilegenwriter.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/ceegen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/ceegen.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/ceegentokenmapper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/ceegentokenmapper.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/ceesectionstring.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/ceesectionstring.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/cfi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/cfi.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/check.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/check.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/check.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/check.inl -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/circularlog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/circularlog.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/clr/fs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/clr/fs.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/clr/fs/dir.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/clr/fs/dir.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/clr/fs/file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/clr/fs/file.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/clr/fs/path.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/clr/fs/path.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/clr/stack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/clr/stack.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/clr/str.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/clr/str.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/clr/win32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/clr/win32.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/clr_std/algorithm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/clr_std/algorithm -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/clr_std/string: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/clr_std/string -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/clr_std/type_traits: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/clr_std/type_traits -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/clr_std/utility: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/clr_std/utility -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/clr_std/vector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/clr_std/vector -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/clrconfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/clrconfig.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/clrconfigvalues.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/clrconfigvalues.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/clrdata.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/clrdata.idl -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/clrhost.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/clrhost.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/clrinternal.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/clrinternal.idl -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/clrnt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/clrnt.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/clrprivappxhosting.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/clrprivappxhosting.idl -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/clrprivbinderutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/clrprivbinderutil.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/clrprivbinding.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/clrprivbinding.idl -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/clrprivhosting.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/clrprivhosting.idl -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/clrprivruntimebinders.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/clrprivruntimebinders.idl -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/clrtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/clrtypes.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/complex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/complex.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/configuration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/configuration.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/contract.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/contract.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/contract.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/contract.inl -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/contxt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/contxt.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/cor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/cor.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/corbbtprof.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/corbbtprof.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/corcompile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/corcompile.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/cordbpriv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/cordbpriv.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/cordebug.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/cordebug.idl -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/cordebuginfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/cordebuginfo.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/coredistools.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/coredistools.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/coregen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/coregen.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/corerror.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/corerror.xml -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/corexcep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/corexcep.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/corhdr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/corhdr.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/corhlpr.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/corhlpr.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/corhlpr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/corhlpr.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/corhlprpriv.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/corhlprpriv.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/corhlprpriv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/corhlprpriv.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/corhost.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/corhost.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/corimage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/corimage.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/corinfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/corinfo.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/corjit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/corjit.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/corjitflags.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/corjitflags.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/corjithost.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/corjithost.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/corpriv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/corpriv.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/corprof.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/corprof.idl -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/corpub.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/corpub.idl -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/corsym.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/corsym.idl -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/cortypeinfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/cortypeinfo.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/crosscomp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/crosscomp.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/crsttypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/crsttypes.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/crtwrap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/crtwrap.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/cvconst.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/cvconst.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/cvinfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/cvinfo.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/cycletimer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/cycletimer.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/daccess.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/daccess.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/dacprivate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/dacprivate.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/dacvars.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/dacvars.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/dbgconfigstrings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/dbgconfigstrings.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/dbgenginemetrics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/dbgenginemetrics.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/dbgmeta.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/dbgmeta.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/dbgportable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/dbgportable.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/debugmacros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/debugmacros.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/debugmacrosext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/debugmacrosext.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/debugreturn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/debugreturn.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/defaultallocator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/defaultallocator.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/delayloadhelpers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/delayloadhelpers.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/dlwrap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/dlwrap.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/eetwain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/eetwain.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/eexcp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/eexcp.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/entrypoints.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/entrypoints.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/eventtrace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/eventtrace.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/eventtracebase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/eventtracebase.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/ex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/ex.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/factory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/factory.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/factory.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/factory.inl -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/fixuppointer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/fixuppointer.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/formattype.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/formattype.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/formattype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/formattype.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/fstream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/fstream.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/fstring.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/fstring.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/fusion.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/fusion.idl -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/gcdecoder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/gcdecoder.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/gcdump.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/gcdump.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/gcinfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/gcinfo.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/gcinfoarraylist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/gcinfoarraylist.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/gcinfodecoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/gcinfodecoder.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/gcinfodumper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/gcinfodumper.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/gcinfoencoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/gcinfoencoder.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/gcinfotypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/gcinfotypes.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/gcrefmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/gcrefmap.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/genheaders.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/genheaders.cs -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/genrops.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/genrops.pl -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/getproductversionnumber.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/getproductversionnumber.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/guidfromname.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/guidfromname.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/holder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/holder.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/holderinst.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/holderinst.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/iallocator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/iallocator.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/iceefilegen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/iceefilegen.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/il_kywd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/il_kywd.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/ildbsymlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/ildbsymlib.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/ilformatter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/ilformatter.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/internalunknownimpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/internalunknownimpl.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/intrinsic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/intrinsic.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/iterator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/iterator.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/jithelpers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/jithelpers.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/jitperf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/jitperf.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/lazycow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/lazycow.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/livedatatarget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/livedatatarget.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/llvm/Dwarf.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/llvm/Dwarf.def -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/llvm/Dwarf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/llvm/Dwarf.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/llvm/ELF.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/llvm/ELF.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/loaderheap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/loaderheap.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/log.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/log.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/loglf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/loglf.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/longfilepathwrappers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/longfilepathwrappers.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/md5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/md5.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/mdcommon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/mdcommon.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/memorypool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/memorypool.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/memoryrange.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/memoryrange.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/metadata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/metadata.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/metadataexports.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/metadataexports.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/metadatatracker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/metadatatracker.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/metahost.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/metahost.idl -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/metamodelpub.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/metamodelpub.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/mpl/type_list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/mpl/type_list -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/mscorsvc.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/mscorsvc.idl -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/msodw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/msodw.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/msodwwrap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/msodwwrap.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/nativevaraccessors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/nativevaraccessors.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/new.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/new.hpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/ngen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/ngen.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/nibblemapmacros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/nibblemapmacros.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/nibblestream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/nibblestream.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/nsutilpriv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/nsutilpriv.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/opcode.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/opcode.def -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/openum.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/openum.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/opinfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/opinfo.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/optdefault.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/optdefault.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/optsmallperfcritical.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/optsmallperfcritical.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/ostype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/ostype.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/outstring.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/outstring.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/palclr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/palclr.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/palclr_win.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/palclr_win.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/pedecoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/pedecoder.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/pedecoder.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/pedecoder.inl -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/peinformation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/peinformation.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/perflog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/perflog.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/pesectionman.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/pesectionman.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/posterror.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/posterror.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/predeftlsslot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/predeftlsslot.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/prettyprintsig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/prettyprintsig.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/profilepriv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/profilepriv.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/profilepriv.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/profilepriv.inl -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/random.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/random.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/rangetree.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/rangetree.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/readme.md -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/readytorun.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/readytorun.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/readytorunhelpers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/readytorunhelpers.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/regdisp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/regdisp.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/regex_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/regex_base.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/regex_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/regex_util.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/registrywrapper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/registrywrapper.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/releaseholder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/releaseholder.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/safemath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/safemath.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/safewrap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/safewrap.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/sarray.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/sarray.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/sarray.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/sarray.inl -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/sbuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/sbuffer.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/sbuffer.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/sbuffer.inl -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/securityutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/securityutil.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/securitywrapper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/securitywrapper.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/sha1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/sha1.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/shash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/shash.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/shash.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/shash.inl -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/shim/locationinfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/shim/locationinfo.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/shim/runtimeselector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/shim/runtimeselector.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/shim/runtimeselector.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/shim/runtimeselector.inl -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/shim/shimselector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/shim/shimselector.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/shim/shimselector.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/shim/shimselector.inl -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/shim/versionandlocationinfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/shim/versionandlocationinfo.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/shim/versioninfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/shim/versioninfo.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/shim/versioninfo.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/shim/versioninfo.inl -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/shimload.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/shimload.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/sigbuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/sigbuilder.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/sigparser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/sigparser.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/simplerhash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/simplerhash.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/simplerhash.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/simplerhash.inl -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/slist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/slist.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/sospriv.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/sospriv.idl -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/sstring.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/sstring.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/sstring.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/sstring.inl -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/stack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/stack.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/stackframe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/stackframe.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/stacktrace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/stacktrace.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/static_assert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/static_assert.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/staticcontract.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/staticcontract.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/stdmacros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/stdmacros.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/stgpool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/stgpool.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/stgpooli.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/stgpooli.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/stresslog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/stresslog.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/stringarraylist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/stringarraylist.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/stringarraylist.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/stringarraylist.inl -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/strongname.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/strongname.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/switches.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/switches.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/tls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/tls.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/utilcode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/utilcode.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/utsem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/utsem.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/vererror.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/vererror.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/volatile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/volatile.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/vptr_list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/vptr_list.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/warningcontrol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/warningcontrol.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/win64unwind.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/win64unwind.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/winrt/ntassert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/winrt/ntassert.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/winrt/paraminstanceapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/winrt/paraminstanceapi.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/winrt/windowsruntime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/winrt/windowsruntime.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/winrt/windowsstring.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/winrt/windowsstring.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/winrtprojectedtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/winrtprojectedtypes.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/winwrap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/winwrap.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/xclrdata.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/xclrdata.idl -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/xcordebug.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/xcordebug.idl -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/yieldprocessornormalized.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/yieldprocessornormalized.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/inc/zapper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/inc/zapper.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/mbusafecrt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/mbusafecrt.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/pal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/pal.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/pal_assert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/pal_assert.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/pal_char16.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/pal_char16.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/pal_endian.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/pal_endian.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/pal_error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/pal_error.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/pal_mstypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/pal_mstypes.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/pal_safecrt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/pal_safecrt.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/pal_unwind.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/pal_unwind.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/palprivate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/palprivate.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/accctrl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/accctrl.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/aclapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/aclapi.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/atl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/atl.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/atlcom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/atlcom.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/atlwin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/atlwin.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/commctrl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/commctrl.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/commdlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/commdlg.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/conio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/conio.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/cpp/assert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/cpp/assert.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/cpp/cstdlib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/cpp/cstdlib -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/cpp/ctype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/cpp/ctype.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/cpp/emmintrin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/cpp/emmintrin.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/cpp/fcntl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/cpp/fcntl.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/cpp/float.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/cpp/float.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/cpp/io.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/cpp/io.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/cpp/limits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/cpp/limits.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/cpp/malloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/cpp/malloc.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/cpp/math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/cpp/math.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/cpp/memory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/cpp/memory.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/cpp/stdarg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/cpp/stdarg.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/cpp/stddef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/cpp/stddef.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/cpp/stdint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/cpp/stdint.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/cpp/stdio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/cpp/stdio.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/cpp/stdlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/cpp/stdlib.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/cpp/string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/cpp/string.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/cpp/time.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/cpp/time.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/cpp/wchar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/cpp/wchar.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/cpp/xmmintrin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/cpp/xmmintrin.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/crtdbg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/crtdbg.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/dbghelp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/dbghelp.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/eh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/eh.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/errorrep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/errorrep.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/guiddef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/guiddef.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/hstring.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/hstring.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/htmlhelp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/htmlhelp.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/imagehlp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/imagehlp.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/intrin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/intrin.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/intsafe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/intsafe.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/mbstring.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/mbstring.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/new.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/new.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/no_sal2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/no_sal2.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/ntimage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/ntimage.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/oaidl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/oaidl.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/objbase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/objbase.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/objidl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/objidl.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/ocidl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/ocidl.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/ole2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/ole2.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/oleauto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/oleauto.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/olectl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/olectl.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/oleidl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/oleidl.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/palrt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/palrt.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/poppack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/poppack.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/process.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/process.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/psapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/psapi.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/pshpack1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/pshpack1.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/pshpack2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/pshpack2.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/pshpack4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/pshpack4.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/pshpack8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/pshpack8.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/pshpck16.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/pshpck16.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/richedit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/richedit.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/rpc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/rpc.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/rpcndr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/rpcndr.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/safecrt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/safecrt.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/sal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/sal.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/servprov.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/servprov.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/share.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/share.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/shellapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/shellapi.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/shlobj.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/shlobj.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/shlwapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/shlwapi.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/specstrings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/specstrings.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/specstrings_adt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/specstrings_adt.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/specstrings_strict.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/specstrings_strict.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/specstrings_undef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/specstrings_undef.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/symcrypt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/symcrypt.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/tchar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/tchar.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/tlhelp32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/tlhelp32.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/unknwn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/unknwn.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/urlmon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/urlmon.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/verrsrc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/verrsrc.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/vsassert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/vsassert.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/winapifamily.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/winapifamily.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/winbase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/winbase.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/wincrypt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/wincrypt.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/windef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/windef.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/windows.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/windows.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/winerror.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/winerror.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/wininet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/wininet.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/winnls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/winnls.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/winnt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/winnt.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/winresrc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/winresrc.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/winternl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/winternl.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/winuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/winuser.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/winver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/winver.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/wtsapi32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/rt/wtsapi32.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/rt/x86intrin.h: -------------------------------------------------------------------------------- 1 | #include "xmmintrin.h" 2 | -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/strsafe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/strsafe.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/unixasmmacros.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/unixasmmacros.inc -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/unixasmmacrosamd64.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/unixasmmacrosamd64.inc -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/unixasmmacrosarm.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/unixasmmacrosarm.inc -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/unixasmmacrosarm64.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/unixasmmacrosarm64.inc -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/inc/unixasmmacrosx86.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/inc/unixasmmacrosx86.inc -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/prebuilt/corerror/mscorurt.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/prebuilt/corerror/mscorurt.rc -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/prebuilt/corerror/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/prebuilt/corerror/readme.txt -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/prebuilt/idl/clrdata_i.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/prebuilt/idl/clrdata_i.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/prebuilt/idl/clrinternal_i.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/prebuilt/idl/clrinternal_i.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/prebuilt/idl/cordebug_i.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/prebuilt/idl/cordebug_i.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/prebuilt/idl/corprof_i.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/prebuilt/idl/corprof_i.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/prebuilt/idl/corpub_i.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/prebuilt/idl/corpub_i.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/prebuilt/idl/corsym_i.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/prebuilt/idl/corsym_i.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/prebuilt/idl/mscorsvc_i.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/prebuilt/idl/mscorsvc_i.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/prebuilt/idl/sospriv_i.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/prebuilt/idl/sospriv_i.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/prebuilt/idl/xclrdata_i.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/prebuilt/idl/xclrdata_i.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/prebuilt/idl/xcordebug_i.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/prebuilt/idl/xcordebug_i.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/CMakeLists.txt -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/asm_version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/asm_version.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/buildnumber.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/buildnumber.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/clrdata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/clrdata.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/clrinternal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/clrinternal.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/clrprivbinding.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/clrprivbinding.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/clrprivhosting.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/clrprivhosting.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/cordebug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/cordebug.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/corerror.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/corerror.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/corprof.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/corprof.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/corpub.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/corpub.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/corsym.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/corsym.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/fusion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/fusion.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/fxver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/fxver.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/fxver.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/fxver.rc -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/fxverstrings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/fxverstrings.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/metahost.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/metahost.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/mscoree.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/mscoree.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/mscorsvc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/mscorsvc.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/ndpversion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/ndpversion.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/product_version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/product_version.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/readme.txt -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/sospriv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/sospriv.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/version.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/xclrdata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/xclrdata.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/xcordebug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/prebuilt/inc/xcordebug.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/.tpattributes: -------------------------------------------------------------------------------- 1 | configure:x 2 | -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/CMakeLists.txt -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/arch/amd64/asmconstants.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/arch/amd64/asmconstants.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/arch/amd64/context.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/arch/amd64/context.S -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/arch/amd64/context2.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/arch/amd64/context2.S -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/arch/amd64/debugbreak.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/arch/amd64/debugbreak.S -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/arch/amd64/processor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/arch/amd64/processor.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/arch/i386/asmconstants.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/arch/i386/asmconstants.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/arch/i386/context2.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/arch/i386/context2.S -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/arch/i386/debugbreak.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/arch/i386/debugbreak.S -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/arch/i386/processor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/arch/i386/processor.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/build_tools/mdtool_dummy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/build_tools/mdtool_dummy -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/build_tools/mdtool_gcc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/build_tools/mdtool_gcc.in -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/config.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/config.h.in -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/configure.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/configure.cmake -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/cruntime/file.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/cruntime/file.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/cruntime/filecrt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/cruntime/filecrt.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/cruntime/malloc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/cruntime/malloc.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/cruntime/math.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/cruntime/math.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/cruntime/mbstring.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/cruntime/mbstring.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/cruntime/misc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/cruntime/misc.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/cruntime/path.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/cruntime/path.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/cruntime/printf.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/cruntime/printf.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/cruntime/printfcpp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/cruntime/printfcpp.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/cruntime/silent_printf.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/cruntime/silent_printf.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/cruntime/string.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/cruntime/string.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/cruntime/stringtls.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/cruntime/stringtls.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/cruntime/thread.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/cruntime/thread.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/cruntime/wchar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/cruntime/wchar.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/cruntime/wchartls.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/cruntime/wchartls.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/examples/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/examples/CMakeLists.txt -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/examples/example1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/examples/example1.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/exception/machexception.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/exception/machexception.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/exception/machmessage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/exception/machmessage.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/exception/machmessage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/exception/machmessage.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/exception/seh-unwind.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/exception/seh-unwind.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/exception/seh.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/exception/seh.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/exception/signal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/exception/signal.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/file/directory.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/file/directory.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/file/file.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/file/file.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/file/filetime.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/file/filetime.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/file/find.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/file/find.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/file/path.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/file/path.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/handlemgr/handleapi.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/handlemgr/handleapi.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/handlemgr/handlemgr.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/handlemgr/handlemgr.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/include/pal/cert.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/include/pal/cert.hpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/include/pal/cgroup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/include/pal/cgroup.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/include/pal/context.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/include/pal/context.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/include/pal/corunix.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/include/pal/corunix.hpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/include/pal/corunix.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/include/pal/corunix.inl -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/include/pal/critsect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/include/pal/critsect.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/include/pal/cruntime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/include/pal/cruntime.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/include/pal/cs.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/include/pal/cs.hpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/include/pal/dbgmsg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/include/pal/dbgmsg.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/include/pal/debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/include/pal/debug.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/include/pal/environ.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/include/pal/environ.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/include/pal/event.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/include/pal/event.hpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/include/pal/fakepoll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/include/pal/fakepoll.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/include/pal/file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/include/pal/file.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/include/pal/file.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/include/pal/file.hpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/include/pal/filetime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/include/pal/filetime.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/include/pal/handleapi.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/include/pal/handleapi.hpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/include/pal/handlemgr.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/include/pal/handlemgr.hpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/include/pal/init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/include/pal/init.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/include/pal/list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/include/pal/list.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/include/pal/locale.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/include/pal/locale.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/include/pal/malloc.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/include/pal/malloc.hpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/include/pal/map.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/include/pal/map.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/include/pal/map.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/include/pal/map.hpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/include/pal/misc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/include/pal/misc.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/include/pal/module.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/include/pal/module.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/include/pal/modulename.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/include/pal/modulename.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/include/pal/mutex.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/include/pal/mutex.hpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/include/pal/numa.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/include/pal/numa.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/include/pal/palinternal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/include/pal/palinternal.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/include/pal/perftrace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/include/pal/perftrace.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/include/pal/printfcpp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/include/pal/printfcpp.hpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/include/pal/process.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/include/pal/process.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/include/pal/procobj.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/include/pal/procobj.hpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/include/pal/seh.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/include/pal/seh.hpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/include/pal/semaphore.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/include/pal/semaphore.hpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/include/pal/sharedmemory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/include/pal/sharedmemory.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/include/pal/shm.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/include/pal/shm.hpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/include/pal/shmemory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/include/pal/shmemory.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/include/pal/signal.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/include/pal/signal.hpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/include/pal/synchcache.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/include/pal/synchcache.hpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/include/pal/thread.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/include/pal/thread.hpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/include/pal/threadinfo.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/include/pal/threadinfo.hpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/include/pal/threadsusp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/include/pal/threadsusp.hpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/include/pal/unicodedata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/include/pal/unicodedata.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/include/pal/utf8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/include/pal/utf8.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/include/pal/utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/include/pal/utils.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/include/pal/virtual.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/include/pal/virtual.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/init/pal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/init/pal.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/init/sxs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/init/sxs.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/.gitignore -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/.travis.yml -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/AUTHORS -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/CMakeLists.txt -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/COPYING -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/ChangeLog -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/LICENSE -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/Makefile.am -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/NEWS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/NEWS -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/README -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/README.md: -------------------------------------------------------------------------------- 1 | README -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/TODO -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/acinclude.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/acinclude.m4 -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/autogen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/autogen.sh -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/aux_/config.sub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/aux_/config.sub -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/aux_/ltmain.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/aux_/ltmain.sh -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/configure.ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/configure.ac -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/doc/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/doc/Makefile.am -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/doc/NOTES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/doc/NOTES -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/doc/unw_init_local2.man: -------------------------------------------------------------------------------- 1 | .so man3/unw_init_local.3 2 | -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/doc/unw_step.man: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/doc/unw_step.man -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/doc/unw_step.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/doc/unw_step.tex -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/include/dwarf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/include/dwarf.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/include/remote.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/include/remote.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/include/unwind.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/include/unwind.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/Makefile.am -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/config.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/config.h.in -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/dwarf/Gfde.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/dwarf/Gfde.c -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/dwarf/Gpe.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/dwarf/Gpe.c -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/dwarf/Lfde.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/dwarf/Lfde.c -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/dwarf/Lpe.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/dwarf/Lpe.c -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/elf32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/elf32.c -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/elf32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/elf32.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/elf64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/elf64.c -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/elf64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/elf64.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/elfxx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/elfxx.c -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/elfxx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/elfxx.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/hppa/Ginit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/hppa/Ginit.c -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/hppa/Gregs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/hppa/Gregs.c -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/hppa/Gstep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/hppa/Gstep.c -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/hppa/Linit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/hppa/Linit.c -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/hppa/Lregs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/hppa/Lregs.c -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/hppa/Lstep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/hppa/Lstep.c -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/hppa/init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/hppa/init.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/ia64/Ginit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/ia64/Ginit.c -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/ia64/Grbs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/ia64/Grbs.c -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/ia64/Gregs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/ia64/Gregs.c -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/ia64/Gstep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/ia64/Gstep.c -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/ia64/Linit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/ia64/Linit.c -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/ia64/Lrbs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/ia64/Lrbs.c -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/ia64/Lregs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/ia64/Lregs.c -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/ia64/Lstep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/ia64/Lstep.c -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/ia64/NOTES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/ia64/NOTES -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/ia64/init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/ia64/init.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/ia64/regs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/ia64/regs.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/mi/init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/mi/init.c -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/mi/mempool.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/mi/mempool.c -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/mips/Ginit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/mips/Ginit.c -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/mips/Gregs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/mips/Gregs.c -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/mips/Gstep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/mips/Gstep.c -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/mips/Linit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/mips/Linit.c -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/mips/Lregs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/mips/Lregs.c -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/mips/Lstep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/mips/Lstep.c -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/mips/elfxx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/mips/elfxx.c -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/mips/init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/mips/init.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/os-freebsd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/os-freebsd.c -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/os-hpux.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/os-hpux.c -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/os-linux.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/os-linux.c -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/os-linux.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/os-linux.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/os-qnx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/os-qnx.c -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/ppc32/init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/ppc32/init.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/ppc64/init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/ppc64/init.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/sh/Gglobal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/sh/Gglobal.c -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/sh/Ginit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/sh/Ginit.c -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/sh/Gregs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/sh/Gregs.c -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/sh/Gresume.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/sh/Gresume.c -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/sh/Gstep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/sh/Gstep.c -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/sh/Lglobal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/sh/Lglobal.c -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/sh/Linit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/sh/Linit.c -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/sh/Lregs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/sh/Lregs.c -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/sh/init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/src/sh/init.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/tests/ident.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/libunwind/tests/ident.c -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/libunwind/tests/run-ptrace-mapper: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | ./test-ptrace -c -n -t ./mapper $* 3 | -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/loader/module.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/loader/module.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/loader/modulename.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/loader/modulename.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/locale/unicode.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/locale/unicode.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/locale/unicodedata.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/locale/unicodedata.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/locale/unicodedata.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/locale/unicodedata.cs -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/locale/utf8.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/locale/utf8.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/map/common.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/map/common.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/map/common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/map/common.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/map/map.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/map/map.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/map/virtual.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/map/virtual.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/memory/heap.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/memory/heap.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/memory/local.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/memory/local.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/misc/cgroup.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/misc/cgroup.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/misc/dbgmsg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/misc/dbgmsg.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/misc/environ.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/misc/environ.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/misc/error.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/misc/error.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/misc/errorstrings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/misc/errorstrings.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/misc/errorstrings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/misc/errorstrings.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/misc/fmtmessage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/misc/fmtmessage.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/misc/jitsupport.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/misc/jitsupport.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/misc/miscpalapi.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/misc/miscpalapi.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/misc/msgbox.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/misc/msgbox.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/misc/perftrace.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/misc/perftrace.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/misc/strutil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/misc/strutil.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/misc/sysinfo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/misc/sysinfo.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/misc/time.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/misc/time.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/misc/utils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/misc/utils.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/numa/numa.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/numa/numa.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/numa/numashim.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/numa/numashim.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/objmgr/palobjbase.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/objmgr/palobjbase.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/objmgr/palobjbase.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/objmgr/palobjbase.hpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/objmgr/shmobject.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/objmgr/shmobject.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/objmgr/shmobject.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/objmgr/shmobject.hpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/poll/fakepoll.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/poll/fakepoll.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/safecrt/cruntime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/safecrt/cruntime.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/safecrt/input.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/safecrt/input.inl -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/safecrt/internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/safecrt/internal.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/safecrt/makepath_s.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/safecrt/makepath_s.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/safecrt/mbusafecrt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/safecrt/mbusafecrt.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/safecrt/memcpy_s.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/safecrt/memcpy_s.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/safecrt/memmove_s.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/safecrt/memmove_s.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/safecrt/output.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/safecrt/output.inl -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/safecrt/snprintf.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/safecrt/snprintf.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/safecrt/splitpath_s.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/safecrt/splitpath_s.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/safecrt/sprintf_s.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/safecrt/sprintf_s.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/safecrt/sscanf_s.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/safecrt/sscanf_s.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/safecrt/strcat_s.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/safecrt/strcat_s.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/safecrt/strcpy_s.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/safecrt/strcpy_s.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/safecrt/strlen_s.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/safecrt/strlen_s.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/safecrt/strncat_s.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/safecrt/strncat_s.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/safecrt/strncpy_s.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/safecrt/strncpy_s.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/safecrt/strtok_s.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/safecrt/strtok_s.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/safecrt/swprintf.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/safecrt/swprintf.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/safecrt/tcscat_s.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/safecrt/tcscat_s.inl -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/safecrt/tcscpy_s.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/safecrt/tcscpy_s.inl -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/safecrt/tcsncat_s.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/safecrt/tcsncat_s.inl -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/safecrt/tcsncpy_s.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/safecrt/tcsncpy_s.inl -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/safecrt/tcstok_s.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/safecrt/tcstok_s.inl -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/safecrt/tmakepath_s.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/safecrt/tmakepath_s.inl -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/safecrt/vsprintf.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/safecrt/vsprintf.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/safecrt/vswprint.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/safecrt/vswprint.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/safecrt/wcscat_s.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/safecrt/wcscat_s.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/safecrt/wcscpy_s.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/safecrt/wcscpy_s.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/safecrt/wcslen_s.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/safecrt/wcslen_s.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/safecrt/wcsncat_s.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/safecrt/wcsncat_s.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/safecrt/wcsncpy_s.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/safecrt/wcsncpy_s.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/safecrt/wcstok_s.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/safecrt/wcstok_s.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/safecrt/wmakepath_s.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/safecrt/wmakepath_s.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/safecrt/xtoa_s.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/safecrt/xtoa_s.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/safecrt/xtow_s.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/safecrt/xtow_s.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/safecrt/xtox_s.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/safecrt/xtox_s.inl -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/shmemory/shmemory.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/shmemory/shmemory.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/sync/cs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/sync/cs.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/synchmgr/wait.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/synchmgr/wait.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/synchobj/event.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/synchobj/event.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/synchobj/mutex.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/synchobj/mutex.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/synchobj/semaphore.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/synchobj/semaphore.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/thread/context.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/thread/context.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/thread/process.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/thread/process.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/thread/procprivate.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/thread/procprivate.hpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/thread/thread.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/thread/thread.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/pal/src/thread/threadsusp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/pal/src/thread/threadsusp.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/palrt/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/palrt/CMakeLists.txt -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/palrt/bstr.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/palrt/bstr.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/palrt/coguid.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/palrt/coguid.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/palrt/comem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/palrt/comem.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/palrt/common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/palrt/common.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/palrt/guid.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/palrt/guid.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/palrt/memorystream.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/palrt/memorystream.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/palrt/path.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/palrt/path.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/palrt/shlwapip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/palrt/shlwapip.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/palrt/unicode.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/palrt/unicode.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/CoreClr/palrt/variant.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/CoreClr/palrt/variant.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/DotNext.Profiler.Shared/AutoLock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/DotNext.Profiler.Shared/AutoLock.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/DotNext.Profiler.Shared/Common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/DotNext.Profiler.Shared/Common.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/DotNext.Profiler.Shared/CoreProfiler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/DotNext.Profiler.Shared/CoreProfiler.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/DotNext.Profiler.Shared/DllMain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/DotNext.Profiler.Shared/DllMain.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/DotNext.Profiler.Shared/Logger.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/DotNext.Profiler.Shared/Logger.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/DotNext.Profiler.Shared/Logger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/DotNext.Profiler.Shared/Logger.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/DotNext.Profiler.Shared/Mutex.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/DotNext.Profiler.Shared/Mutex.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/DotNext.Profiler.Shared/Mutex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/DotNext.Profiler.Shared/Mutex.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/DotNext.Profiler.Shared/OS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/DotNext.Profiler.Shared/OS.cpp -------------------------------------------------------------------------------- /DotNextProfilerPayload/DotNext.Profiler.Shared/OS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/DotNext.Profiler.Shared/OS.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/DotNext.Profiler.Windows/DotNext.Profiler.Windows.def: -------------------------------------------------------------------------------- 1 | LIBRARY 2 | EXPORTS 3 | DllGetClassObject PRIVATE 4 | -------------------------------------------------------------------------------- /DotNextProfilerPayload/DotNext.Profiler.Windows/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/DotNext.Profiler.Windows/resource.h -------------------------------------------------------------------------------- /DotNextProfilerPayload/ProfilerPayload.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/ProfilerPayload.sln -------------------------------------------------------------------------------- /DotNextProfilerPayload/README.md: -------------------------------------------------------------------------------- 1 | # DotNext Moscow 2019 presentation and demos 2 | -------------------------------------------------------------------------------- /DotNextProfilerPayload/messagebox.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/messagebox.bin -------------------------------------------------------------------------------- /DotNextProfilerPayload/run.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/DotNextProfilerPayload/run.bat -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/README.md -------------------------------------------------------------------------------- /wmi_bof/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/wmi_bof/.gitignore -------------------------------------------------------------------------------- /wmi_bof/wmi-profiler.cna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/wmi_bof/wmi-profiler.cna -------------------------------------------------------------------------------- /wmi_bof/wmi-profiler.x64.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/wmi_bof/wmi-profiler.x64.o -------------------------------------------------------------------------------- /wmi_bof/wmi_bof.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/wmi_bof/wmi_bof.sln -------------------------------------------------------------------------------- /wmi_bof/wmi_bof/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/wmi_bof/wmi_bof/Makefile -------------------------------------------------------------------------------- /wmi_bof/wmi_bof/base/helpers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/wmi_bof/wmi_bof/base/helpers.h -------------------------------------------------------------------------------- /wmi_bof/wmi_bof/base/mock.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/wmi_bof/wmi_bof/base/mock.cpp -------------------------------------------------------------------------------- /wmi_bof/wmi_bof/base/mock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/wmi_bof/wmi_bof/base/mock.h -------------------------------------------------------------------------------- /wmi_bof/wmi_bof/beacon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/wmi_bof/wmi_bof/beacon.h -------------------------------------------------------------------------------- /wmi_bof/wmi_bof/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/wmi_bof/wmi_bof/packages.config -------------------------------------------------------------------------------- /wmi_bof/wmi_bof/wmi-profiler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/wmi_bof/wmi_bof/wmi-profiler.cpp -------------------------------------------------------------------------------- /wmi_bof/wmi_bof/wmi_bof.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/wmi_bof/wmi_bof/wmi_bof.vcxproj -------------------------------------------------------------------------------- /wmi_bof/wmi_bof/wmi_bof.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MayerDaniel/profiler-lateral-movement/HEAD/wmi_bof/wmi_bof/wmi_bof.vcxproj.filters --------------------------------------------------------------------------------