Closed ElektroKill closed 1 year ago
Fixes https://github.com/0xd4d/dnlib/issues/530
The fix was implemented by adjusting the row counts passed into the InitializeSizes to fix a bug where the row counts were incorrect. The patch is heavily based on the code from TablesStream: https://github.com/0xd4d/dnlib/blob/67396c0e5c3a8c27ac220aa5b3692fcf49f44ebf/src/DotNet/MD/TablesStream.cs#L254-L265
InitializeSizes
TablesStream
Thanks!
Thank you @ElektroKill !! ❤️
Fixes https://github.com/0xd4d/dnlib/issues/530
The fix was implemented by adjusting the row counts passed into the
InitializeSizes
to fix a bug where the row counts were incorrect. The patch is heavily based on the code fromTablesStream
: https://github.com/0xd4d/dnlib/blob/67396c0e5c3a8c27ac220aa5b3692fcf49f44ebf/src/DotNet/MD/TablesStream.cs#L254-L265