Skip to content

Commit

Permalink
dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
trungnt2910 committed Dec 15, 2023
1 parent edafd19 commit 74e5083
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MemoryModule/Linux/GlibcInterop/RtldGlobal.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ private RtldGlobal(byte* memory)
{
var message = "rtld_global data seems to be corrupted.\n" +
"Please open an issue at github.com/trungnt2910/MemoryModule.NET";
Console.WriteLine(size);
Console.WriteLine(TlsStaticSize);
Console.WriteLine(align);
Console.WriteLine(TlsStaticAlign);

Console.WriteLine(message);
Debug.WriteLine(message);
Expand Down

0 comments on commit 74e5083

Please sign in to comment.