diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a86e3a6..f10760c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ New release of the HyperDbg Debugger. ### Changed - The link for changing the communication buffer size is updated ([link](https://docs.hyperdbg.org/tips-and-tricks/misc/customize-build/increase-communication-buffer-size)) +- Update Microsoft's DIA SDK and symsrv ## [0.10.2.0] - 2024-10-11 New release of the HyperDbg Debugger. diff --git a/hyperdbg/libraries/DIA/x64/msdia140.dll b/hyperdbg/libraries/DIA/x64/msdia140.dll index a4650510..799c416f 100644 Binary files a/hyperdbg/libraries/DIA/x64/msdia140.dll and b/hyperdbg/libraries/DIA/x64/msdia140.dll differ diff --git a/hyperdbg/libraries/DIA/x64/symsrv.dll b/hyperdbg/libraries/DIA/x64/symsrv.dll index 5e3b5ad3..f4fb438d 100644 Binary files a/hyperdbg/libraries/DIA/x64/symsrv.dll and b/hyperdbg/libraries/DIA/x64/symsrv.dll differ diff --git a/hyperdbg/libraries/DIA/x86/msdia140.dll b/hyperdbg/libraries/DIA/x86/msdia140.dll index adfd67f0..704ceb9e 100644 Binary files a/hyperdbg/libraries/DIA/x86/msdia140.dll and b/hyperdbg/libraries/DIA/x86/msdia140.dll differ diff --git a/hyperdbg/libraries/DIA/x86/symsrv.dll b/hyperdbg/libraries/DIA/x86/symsrv.dll index 4d838919..ebeff2ea 100644 Binary files a/hyperdbg/libraries/DIA/x86/symsrv.dll and b/hyperdbg/libraries/DIA/x86/symsrv.dll differ