Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2020
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #include "coreassembly.h"
  2.  
  3. .assembly System.Runtime.CompilerServices.Unsafe
  4. {
  5.     .class public abstract auto ansi sealed beforefieldinit System.Runtime.CompilerServices.Unsafe
  6.         extends [CORE_ASSEMBLY]System.Object
  7.     {
  8.     .method public hidebysig static !!T ReadUnaligned<T>(uint8& source) cil managed aggressiveinlining
  9.         {
  10.             .custom instance void System.Runtime.Versioning.NonVersionableAttribute::.ctor() = ( 01 00 00 00 )
  11.             .maxstack 1
  12.             ldarg.0      
  13.             unaligned. 0x1
  14.             ldobj !!T
  15.             ret
  16.         } // end of method Unsafe::ReadUnaligned
  17.     }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement