├── ClrJitHelper.cs ├── CorGen.cs ├── GoingLowLevel.csproj ├── InMemoryPe.cs ├── MemoryExtensions.cs ├── PebHelper.cs ├── PlatformApi.cs ├── Program.cs ├── UnsafeFixedBlock.cs └── UtilityMethods.cs /ClrJitHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeartist/GoingLowLevel/HEAD/ClrJitHelper.cs -------------------------------------------------------------------------------- /CorGen.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeartist/GoingLowLevel/HEAD/CorGen.cs -------------------------------------------------------------------------------- /GoingLowLevel.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeartist/GoingLowLevel/HEAD/GoingLowLevel.csproj -------------------------------------------------------------------------------- /InMemoryPe.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeartist/GoingLowLevel/HEAD/InMemoryPe.cs -------------------------------------------------------------------------------- /MemoryExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeartist/GoingLowLevel/HEAD/MemoryExtensions.cs -------------------------------------------------------------------------------- /PebHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeartist/GoingLowLevel/HEAD/PebHelper.cs -------------------------------------------------------------------------------- /PlatformApi.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeartist/GoingLowLevel/HEAD/PlatformApi.cs -------------------------------------------------------------------------------- /Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeartist/GoingLowLevel/HEAD/Program.cs -------------------------------------------------------------------------------- /UnsafeFixedBlock.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeartist/GoingLowLevel/HEAD/UnsafeFixedBlock.cs -------------------------------------------------------------------------------- /UtilityMethods.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeartist/GoingLowLevel/HEAD/UtilityMethods.cs --------------------------------------------------------------------------------