ReClass.NET
ReClass.NET copied to clipboard
Mark padding fields as private.
When using the generated classes after reversiing them, generally, there is 0 purpose to ever reference the padding, in either RTTI or Visual Code Assist, there shouldn't be a reason to be reading the padding directly. As such, it would help things out like automated parsers that check the access modifiers to see if they could be read.