cecil:添加更多KnownAttributes

This commit is contained in:
Perfare 2019-11-15 01:17:11 +08:00
parent 7fc45fc5bb
commit 5519e2e399

View file

@ -530,6 +530,13 @@ namespace Il2CppDumper
"System.Runtime.CompilerServices.IsByRefLikeAttribute",
// Field attributes:
"System.NonSerializedAttribute",
// Method attributes:
"System.Runtime.InteropServices.PreserveSigAttribute",
// Parameter attributes:
"System.ParamArrayAttribute",
"System.Runtime.CompilerServices.CallerMemberNameAttribute",
"System.Runtime.CompilerServices.CallerFilePathAttribute",
"System.Runtime.CompilerServices.CallerLineNumberAttribute",
// Type parameter attributes:
"System.Runtime.CompilerServices.IsUnmanagedAttribute",
// Unity