ccde012e4557ff05303e24bb34cc28d93e862c4f
Add MarshalCache<T> static class that computes Size, SizeU, TypeRequiresMarshal, IsIntPtr, TypeCode, and RealType once per type in the static constructor. Handles bool (size=1), enums (underlying type), and MarshalAs-attributed fields (TypeRequiresMarshal). 12 new tests covering: blittable sizes, bool size, enum size, struct size, marshal-required flag, IsIntPtr, computed-once caching. All passing.
Description
Wite Magic is a C# library to read, write and execute remote code into a target process for analysis, debuging and mod creation.
481 KiB
Languages
C#
100%