"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@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.
"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 📌 0Conversation: chatgpt.com/share/691f59... #rust #c++
20.11.2025 18:12 — 👍 0 🔁 0 💬 2 📌 0In 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 📌 050% 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 📌 050% 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 📌 0A 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 📌 0I'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 📌 0False 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 📌 0Working on the next memory dump analysis pattern tidal.com/album/331462...
17.11.2025 20:58 — 👍 0 🔁 0 💬 0 📌 0Virtualized 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 📌 0Working on the next memory analysis pattern tidal.com/album/124079...
16.11.2025 13:16 — 👍 0 🔁 0 💬 0 📌 0Early 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 📌 0procdump -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 📌 0On 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 📌 00:000:ARM64EC> g
Breakpoint 0 hit
basic_types_c!main:
00007ff7`caa618b0 4155 push r13
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
Preparing for the Monday training session tidal.com/album/376352...
15.11.2025 18:13 — 👍 0 🔁 0 💬 0 📌 0High-Dimensional Data Analysis with Low-Dimensional Models: Principles, Computation, and Applications book-wright-ma.github.io
15.11.2025 11:17 — 👍 0 🔁 0 💬 0 📌 0The 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
Uchronia: Designing Time. www.linkedin.com/posts/vostok...
15.11.2025 09:08 — 👍 0 🔁 0 💬 0 📌 0I'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 📌 0The 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 📌 0A 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 📌 0Memory Dump Analysis Anthology, Volume 17 is now available on Leanpub: leanpub.com/windbg17
12.11.2025 08:24 — 👍 0 🔁 0 💬 0 📌 0I'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 📌 0However, 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 📌 0This 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 📌 0One 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 📌 0Bach cantatas while doing some publishing work tidal.com/album/376381...
10.11.2025 20:13 — 👍 0 🔁 0 💬 0 📌 0