From 74e5083e0a27e601aecd4581c22516174e699487 Mon Sep 17 00:00:00 2001 From: Trung Nguyen <57174311+trungnt2910@users.noreply.github.com> Date: Fri, 15 Dec 2023 17:44:07 +0000 Subject: [PATCH] dummy --- MemoryModule/Linux/GlibcInterop/RtldGlobal.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MemoryModule/Linux/GlibcInterop/RtldGlobal.cs b/MemoryModule/Linux/GlibcInterop/RtldGlobal.cs index bea0cd3..2eb742e 100644 --- a/MemoryModule/Linux/GlibcInterop/RtldGlobal.cs +++ b/MemoryModule/Linux/GlibcInterop/RtldGlobal.cs @@ -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);