Dmitry Vostokov's Avatar

Dmitry Vostokov

@dumpanalysis.bsky.social

Diagnostician. The Author of Diagnomicon. The Gang of One. Software Surgeon. Machine Learning and AI for Software Diagnostics and Observability. Generative Debugging.

61 Followers  |  28 Following  |  965 Posts  |  Joined: 05.12.2024  |  1.4988

Latest posts by dumpanalysis.bsky.social on Bluesky

"Rust’s safety is ontological — correctness is part of being. C++ safety is epistemological — correctness must be known (but often isn’t)."

20.11.2025 18:20 — 👍 0    🔁 0    💬 0    📌 0
Preview
ChatGPT - Rust unwrap vs C++ unsafe Shared via ChatGPT
20.11.2025 18:12 — 👍 0    🔁 0    💬 0    📌 0
Preview
ChatGPT - Rust unwrap vs C++ unsafe Shared via ChatGPT

Conversation: chatgpt.com/share/691f59... #rust #c++

20.11.2025 18:12 — 👍 0    🔁 0    💬 2    📌 0

In my feed, I see some posts about the recent unwrap debacle. So I asked my "team" for feedback... "Is using unwrap in Rust unknowingly the same as not using safe features of the standard library in C++? Short answer: no — assuming they are the same is a category mistake."

20.11.2025 18:12 — 👍 0    🔁 0    💬 1    📌 0
Accelerated Linux Core Dump Analysis, Fourth Edition | Software Diagnostics Technology and Services

50% discount for Accelerated Linux Core Dump Analysis, Fourth Edition, during the next 3 days www.patterndiagnostics.com/accelerated-... #gdb #windbg #dumpanalysis

20.11.2025 07:53 — 👍 0    🔁 0    💬 0    📌 0
WinDbg Training Pack | Software Diagnostics Technology and Services

50% discount for WinDbg Training Pack during the next 3 days www.patterndiagnostics.com/windbg-train... #windbg #debugging #forensics #dumpanalysis

19.11.2025 07:57 — 👍 0    🔁 0    💬 0    📌 0
Online Training: Accelerated Windows Memory Dump Analysis | Software Diagnostics Technology and Services

A reminder that today is the last day of early bird registration for Accelerated Windows Memory Dump Analysis training: www.patterndiagnostics.com/accelerated-...

18.11.2025 08:17 — 👍 0    🔁 0    💬 0    📌 0
Preview
ChatGPT - AI failure acronym analysis Shared via ChatGPT

I'm not sure I'm the first to see it this way: if we disassemble FAILURE, we get F, AI, LURE... I asked GPT-5.1 chatgpt.com/share/691ba4...

17.11.2025 22:42 — 👍 0    🔁 0    💬 0    📌 0

False Local Address memory analysis pattern has been submitted to the Software Diagnostics Library: www.dumpanalysis.org/blog/index.p... and also added to the Falsity and Coincidence Patterns subcatalog www.dumpanalysis.org/blog/index.p...

17.11.2025 21:56 — 👍 0    🔁 0    💬 0    📌 0
Preview
Hans-Christoph Rademann & Gaechinger Cantorey - Vision. Bach, Vol. 1 - The First Cantata Year (Revised Version) Listen to Vision. Bach, Vol. 1 - The First Cantata Year (Revised Version) on TIDAL

Working on the next memory dump analysis pattern tidal.com/album/331462...

17.11.2025 20:58 — 👍 0    🔁 0    💬 0    📌 0

Virtualized Process (ARM64CE and CHPE) memory analysis pattern has been submitted to the Software Diagnostics Library: www.dumpanalysis.org/blog/index.p...

16.11.2025 14:52 — 👍 0    🔁 0    💬 0    📌 0
Preview
Purcell Quartet - Bach, J.S.: Early Cantatas, Vol. 3 - Bwv 21, 172, 182) Listen to Bach, J.S.: Early Cantatas, Vol. 3 - Bwv 21, 172, 182) on TIDAL

Working on the next memory analysis pattern tidal.com/album/124079...

16.11.2025 13:16 — 👍 0    🔁 0    💬 0    📌 0
Online Training: Accelerated Windows Memory Dump Analysis | Software Diagnostics Technology and Services

Early bird registration 50% discount, coupon code EARLYBIRD, only 16-18 November 2025, for the massive Accelerated Windows Memory Dump Analysis training update in January! The number of places is limited. www.patterndiagnostics.com/accelerated-...

16.11.2025 11:59 — 👍 0    🔁 0    💬 0    📌 0

procdump -i -ma doesn't work either. I haven't tested custom types, though. Alternatively, you can set application-specific subkeys if you want to keep DumpType=2 globally. Also, you can save the full x64 dump from a WinDbg session.

16.11.2025 11:21 — 👍 0    🔁 0    💬 0    📌 0

On current Windows 11 ARM64, full x64 process memory dumps (DumpType=2) are not saved via the LocalDumps registry key; only dumps from ARM64 and x86 processes are saved. However, setting DumpType=1 saves x64 process memory minidumps.

16.11.2025 11:21 — 👍 0    🔁 0    💬 1    📌 0

0:000:ARM64EC> g
Breakpoint 0 hit
basic_types_c!main:
00007ff7`caa618b0 4155 push r13

15.11.2025 19:09 — 👍 1    🔁 0    💬 0    📌 0

On Windows ARM64, you can debug x64 userspace processes using WinDbg. This greatly simplifies my training sessions as I can cover both architectures simultaneously:

ntdll!#LdrpDoDebuggerBreak+0x34:
00007ff8`0753ae5c d43e0000 brk #0xF000

0:000:ARM64EC> bp main

15.11.2025 19:09 — 👍 1    🔁 0    💬 1    📌 0
Preview
Johann Sebastian Bach, Emma Kirkby, Michael Chance, Charles Daniels, Peter Harvey & Purcell Quartet - Bach: Early Cantatas, Vol. 2 Listen to Bach: Early Cantatas, Vol. 2 on TIDAL

Preparing for the Monday training session tidal.com/album/376352...

15.11.2025 18:13 — 👍 0    🔁 0    💬 0    📌 0
High-Dimensional Data Analysis by John Wright and Yi Ma

High-Dimensional Data Analysis with Low-Dimensional Models: Principles, Computation, and Applications book-wright-ma.github.io

15.11.2025 11:17 — 👍 0    🔁 0    💬 0    📌 0
Post image

The once invincible Notepad is showing the fruits of code complexity with a simple NULL pointer data access.

00007fff`647622e0 f9400400 ldr x0,[x0,#8]

0:026> r x0
x0=0000000000000000

15.11.2025 10:30 — 👍 1    🔁 0    💬 0    📌 0
Preview
Uchronia: Designing Time. "This book investigates a new perception of time by exploring the concept of uchronia, a term derived from the Greek u-topos and meaning ‘no time’ or ‘non-time’. Uchroni... Uchronia: Designing Time. "This book investigates a new perception of time by exploring the concept of uchronia, a term derived from the Greek u-topos and meaning ‘no time’ or ‘non-time’. Uchronia is ...

Uchronia: Designing Time. www.linkedin.com/posts/vostok...

15.11.2025 09:08 — 👍 0    🔁 0    💬 0    📌 0
Memory Dump Analysis Anthology, Volume 17 | Software Diagnostics and Observability Institute

I've updated the page for the "Memory Dump Analysis Anthology, Volume 17" book, adding all available purchase options: www.dumpanalysis.org/Memory+Dump+...

14.11.2025 08:02 — 👍 0    🔁 0    💬 0    📌 0
Preview
Memory Dump Analysis Anthology, Volume 17 (Memory Dump Analysis Anthology (Diagnomicon))

The ultra premium color paperback Memory Dump Analysis Anthology, Volume 17, is now available on Amazon, Barnes&Noble, and other bookstores: www.amazon.com/dp/1912636174

14.11.2025 07:55 — 👍 0    🔁 0    💬 0    📌 0
Memory Dump Analysis Anthology Volume Set (Diagnomicon) | Software Diagnostics Technology and Services

A reminder that tomorrow is the last day for the 50% discount for the 17-volume set of Diagnomicon. www.patterndiagnostics.com/mdaa-volumes

13.11.2025 07:56 — 👍 0    🔁 0    💬 0    📌 0
Preview
Memory Dump Analysis Anthology, Volume 17

Memory Dump Analysis Anthology, Volume 17 is now available on Leanpub: leanpub.com/windbg17

12.11.2025 08:24 — 👍 0    🔁 0    💬 0    📌 0
Post image

I've submitted the ultra-premium color paperback of Memory Dump Analysis Anthology, Volume 17, to print production.

11.11.2025 18:40 — 👍 0    🔁 0    💬 0    📌 0

However, it took considerable "finite" time even on x64. On Android or macOS, it takes seconds, which can be attributed to poor app architecture on Windows platforms.

11.11.2025 07:52 — 👍 0    🔁 0    💬 0    📌 0

This may explain why launching the Kindle app takes an "infinite" amount of time when I have the fully downloaded Kindle library, so I had to download only a few books instead of all of them.

11.11.2025 07:52 — 👍 0    🔁 0    💬 1    📌 0

One of the cool features of Windows 11 ARM64 that I discovered is full emulation of x64 programs (not available on Windows 10). For example, my old Acrobat Pro X from 2012, which I need for publishing, works well without noticeable delays and even faster than on my previous x64 laptop.

11.11.2025 07:52 — 👍 0    🔁 0    💬 1    📌 0
Preview
Emma Kirkby, Michael Chance, Charles Daniels, Peter Harvey & Purcell Quartet - Bach: Early Cantatas, Vol. 1 Listen to Bach: Early Cantatas, Vol. 1 on TIDAL

Bach cantatas while doing some publishing work tidal.com/album/376381...

10.11.2025 20:13 — 👍 0    🔁 0    💬 0    📌 0

@dumpanalysis is following 20 prominent accounts