Tagged articles

Windows

551 articles · Page 3 of 6
php Courses
php Courses
Oct 28, 2024 · Backend Development

Impact of Microsoft Not Supporting PHP 8 on Windows Platforms

The article explains PHP 8’s new features and performance benefits, then details how Microsoft’s lack of support on Windows can reduce compatibility, limit ecosystem growth, lower developer confidence, and affect the adoption of PHP 8 in both desktop and cloud environments.

MicrosoftWindowsbackend
0 likes · 5 min read
Impact of Microsoft Not Supporting PHP 8 on Windows Platforms
Open Source Linux
Open Source Linux
Oct 16, 2024 · Fundamentals

Decoding Windows Minidump Files: Inside the Crash Dump Structure

This article explains how Windows minidump files are structured, detailing the header and key streams such as ThreadListStream, ModuleListStream, ExceptionStream, SystemInfoStream, and MiscInfoStream, and shows how this information helps pinpoint the exact cause of a program crash.

DebuggingWindowsbinary analysis
0 likes · 7 min read
Decoding Windows Minidump Files: Inside the Crash Dump Structure
21CTO
21CTO
Oct 15, 2024 · Fundamentals

Can eBPF Run on Windows? Exploring Cross‑Platform Kernel Programmability

At the recent virtual eBPF summit, Isovalent CTO Thomas Graf revealed that Microsoft is developing a Windows version of eBPF, aiming for cross‑platform compatibility with Linux, while the IETF works on standardizing the eBPF ISA and verifier to ensure secure, portable kernel bytecode execution.

Cross‑PlatformLinuxStandardization
0 likes · 5 min read
Can eBPF Run on Windows? Exploring Cross‑Platform Kernel Programmability
Liangxu Linux
Liangxu Linux
Sep 7, 2024 · Operations

How to Use iPerf for Accurate Server-to-Server Bandwidth Testing

This guide explains how to prepare source and target servers, install iPerf, run it in server and client modes on Windows (or Linux), and use specific commands to measure TCP bandwidth, UDP jitter, packet loss, and network latency, including required firewall and security‑group settings.

LinuxTCPUDP
0 likes · 4 min read
How to Use iPerf for Accurate Server-to-Server Bandwidth Testing
Ops Development & AI Practice
Ops Development & AI Practice
Sep 6, 2024 · Backend Development

How to Split Large Files on Windows with a Simple Go Tool

This guide explains how to create a cross‑platform Go command‑line utility that efficiently splits multi‑gigabyte files on Windows into user‑defined chunk sizes, covering the rationale for using Go, core implementation steps, full source code, and practical usage instructions.

File SplittingGoWindows
0 likes · 7 min read
How to Split Large Files on Windows with a Simple Go Tool
Bilibili Tech
Bilibili Tech
Sep 3, 2024 · Mobile Development

USB Wired Screen Casting for iOS and Android on Windows

The article details a USB‑based wired screen‑casting solution for iOS and Android on Windows, explaining how to replace wireless LAN casting with driver‑installed USB communication, using libimobiledevice and libusbK to capture, encode (H.264/AAC), package into FLV, transfer via a custom header, and restore original device drivers after use.

AndroidUSBWindows
0 likes · 22 min read
USB Wired Screen Casting for iOS and Android on Windows
php Courses
php Courses
Aug 28, 2024 · Backend Development

Impact of Microsoft's Lack of Support for PHP 8 on the Windows Platform

The article explains PHP 8's new features and how Microsoft's decision not to support it on Windows can reduce compatibility, limit ecosystem growth, affect developer confidence, and constrain cloud deployment, while noting that developers can still seek alternative solutions.

MicrosoftWindowscompatibility
0 likes · 5 min read
Impact of Microsoft's Lack of Support for PHP 8 on the Windows Platform
Java Tech Enthusiast
Java Tech Enthusiast
Aug 25, 2024 · Operations

Microsoft Confirms Upcoming Deprecation of Windows Control Panel

Microsoft has confirmed that the traditional Windows Control Panel will eventually be retired in favor of the modern Settings app, with many functions already migrated, legacy options like UAC and System Restore still residing there, and the phase‑out possibly beginning with the Windows 11 25H2 update, though the exact timeline remains unclear.

Control PanelMicrosoftSettings
0 likes · 3 min read
Microsoft Confirms Upcoming Deprecation of Windows Control Panel
DevOps Operations Practice
DevOps Operations Practice
Aug 18, 2024 · Information Security

Critical Windows TCP/IP Vulnerability (CVE‑2024‑38063) Allows Remote Code Execution via IPv6

Microsoft has disclosed a critical Windows TCP/IP stack vulnerability (CVE‑2024‑38063) with a CVSS 9.8 score that enables remote code execution through specially crafted IPv6 packets, is wormable, and can spread laterally across internal networks, prompting immediate patch installation or IPv6 disabling.

CVE-2024-38063IPv6Remote Code Execution
0 likes · 3 min read
Critical Windows TCP/IP Vulnerability (CVE‑2024‑38063) Allows Remote Code Execution via IPv6
Liangxu Linux
Liangxu Linux
Aug 14, 2024 · Operations

How to Use iPerf for Accurate Network Bandwidth and Latency Testing

This guide walks you through preparing the environment, installing iPerf on Windows or Linux servers, running it in server and client modes, testing TCP and UDP performance, measuring latency with ping, and checking all available options to ensure reliable network bandwidth and latency measurements.

LinuxTCPUDP
0 likes · 5 min read
How to Use iPerf for Accurate Network Bandwidth and Latency Testing
ITPUB
ITPUB
Aug 9, 2024 · Information Security

How the “Downdate” Attack Rolls Back Windows Updates to Exploit Old Vulnerabilities

At Black Hat 2024, SafeBreach researcher Alon Leviev revealed a “Downdate” technique that manipulates the Windows update mechanism to roll back the operating system and critical components to vulnerable older versions, exposing numerous historic flaws and enabling potential full system compromise.

Black HatVirtualization-Based SecurityWindows
0 likes · 6 min read
How the “Downdate” Attack Rolls Back Windows Updates to Exploit Old Vulnerabilities
Efficient Ops
Efficient Ops
Aug 6, 2024 · Information Security

Why CrowdStrike’s Update Crashed Millions of Windows PCs – The Hidden Risks

In July 2024 a faulty CrowdStrike Falcon Sensor update triggered widespread blue‑screen crashes on Microsoft Windows devices, affecting hundreds of thousands of machines worldwide, prompting emergency fixes, revealing security software’s deep system access, EU antitrust constraints, and echoing past incidents like the 2010 McAfee update disaster.

Blue ScreenCrowdStrikeWindows
0 likes · 7 min read
Why CrowdStrike’s Update Crashed Millions of Windows PCs – The Hidden Risks
Cognitive Technology Team
Cognitive Technology Team
Jul 30, 2024 · Information Security

CrowdStrike Update Triggers Global Windows Blue‑Screen Outage – Detailed Analysis and Recommendations

On July 19, 2024, a faulty CrowdStrike Falcon sensor update caused massive Windows blue‑screen crashes worldwide, affecting airlines, banks, hospitals and cloud services, prompting a rapid response that highlighted technical flaws, emergency mitigation steps, and broader lessons for software‑security and incident‑management practices.

BlueScreenCrowdStrikeEndpointProtection
0 likes · 13 min read
CrowdStrike Update Triggers Global Windows Blue‑Screen Outage – Detailed Analysis and Recommendations
21CTO
21CTO
Jul 24, 2024 · Information Security

Can Rust Replace C/C++ to Prevent the Next CrowdStrike‑Induced BSOD?

The article examines the recent Windows BSOD crisis caused by a faulty CrowdStrike update, argues that memory‑unsafe languages like C/C++ contributed to the failure, and explains how Microsoft and the industry are turning to the memory‑safe Rust language for system, firmware, and cloud components to improve reliability and security.

AzureSystem ProgrammingWindows
0 likes · 8 min read
Can Rust Replace C/C++ to Prevent the Next CrowdStrike‑Induced BSOD?
IT Services Circle
IT Services Circle
Jul 23, 2024 · Information Security

CrowdStrike Driver Triggers PAGE_FAULT_IN_NONPAGED_AREA BSOD – Symptoms, Impact and Safe‑Mode Workaround

A wave of Windows blue‑screen crashes worldwide, identified by the PAGE_FAULT_IN_NONPAGED_AREA error and linked to the CrowdStrike csagent.sys driver, has affected various sectors, prompting a temporary fix that involves renaming the driver folder and booting into safe mode to restore system stability.

BSODCrowdStrikeDriver Issue
0 likes · 4 min read
CrowdStrike Driver Triggers PAGE_FAULT_IN_NONPAGED_AREA BSOD – Symptoms, Impact and Safe‑Mode Workaround
DevOps Operations Practice
DevOps Operations Practice
Jul 21, 2024 · Fundamentals

Global Windows Blue Screen Incident Triggered by CrowdStrike Update: Technical Analysis and Common Causes

A worldwide Windows blue‑screen outage was caused by a CrowdStrike Falcon update that introduced a bug, leading to system crashes across many industries, and the article explains the incident, its impact, a temporary fix, and the typical technical reasons behind blue‑screen errors.

Blue ScreenCrowdStrikeOS fundamentals
0 likes · 6 min read
Global Windows Blue Screen Incident Triggered by CrowdStrike Update: Technical Analysis and Common Causes
ITPUB
ITPUB
Jul 19, 2024 · Information Security

Why Did a CrowdStrike Update Trigger a Global Windows Blue Screen Crisis?

A sudden worldwide surge of Windows Blue Screen of Death incidents on July 1, linked to a CrowdStrike security‑agent update, crippled Microsoft 365 services, disrupted airlines and highlighted the far‑reaching impact of a single software change on global IT stability.

Blue ScreenCrowdStrikeMicrosoft
0 likes · 6 min read
Why Did a CrowdStrike Update Trigger a Global Windows Blue Screen Crisis?
IT Services Circle
IT Services Circle
Jul 15, 2024 · Fundamentals

Understanding Stack Pointer Corruption When Mixing RSP and ESP in 64‑bit Windows: A Reverse‑Engineering Case Study

The article analyzes a crash that occurs on Windows 10 when a 64‑bit program mixes RSP and ESP instructions, explains how writing to the 32‑bit ESP register zero‑extends the upper 32 bits of RSP, and shows how this stack‑pointer mismatch leads to an access‑violation error that does not appear on Windows 7.

AssemblyDebuggingReverse Engineering
0 likes · 6 min read
Understanding Stack Pointer Corruption When Mixing RSP and ESP in 64‑bit Windows: A Reverse‑Engineering Case Study
Java Tech Enthusiast
Java Tech Enthusiast
Jul 9, 2024 · Industry Insights

Why Windows’ 30‑Year‑Old Formatting Dialog Still Looks the Same

Microsoft engineer Dave Plummer recounts how a quick‑and‑dirty formatting dialog he built in 1994 using VC++ 2.0 became a 30‑year‑old UI staple, persisting unchanged into Windows 11 and even imposing the 32 GB FAT volume limit due to an early design shortcut.

Dave PlummerFAT32 limitLegacy Software
0 likes · 4 min read
Why Windows’ 30‑Year‑Old Formatting Dialog Still Looks the Same
dbaplus Community
dbaplus Community
Jul 2, 2024 · Databases

What’s New in MySQL 9.0 Innovation Edition? Key Features and Improvements

MySQL 9.0 Innovation Edition, released on July 1, 2024, introduces major changes such as the removal of the mysql_native_password plugin, new PREPARE support for event statements, expanded Performance Schema tables, JSON‑formatted EXPLAIN ANALYZE output, Windows installer fixes, and several MySQL Shell enhancements.

DatabaseInnovationEditionMySQL
0 likes · 4 min read
What’s New in MySQL 9.0 Innovation Edition? Key Features and Improvements
IT Services Circle
IT Services Circle
Jun 18, 2024 · Information Security

Removing WinRAR Advertisement Popup by Reverse Engineering and Binary Patching

This tutorial explains how to locate and eliminate the persistent WinRAR advertisement window by using Spy++, API Monitor, and IDA to identify the RarReminder class, find the CreateWindow call at offset 0xaa56d, and replace the call instruction with NOP bytes, effectively disabling the popup.

Ad RemovalReverse EngineeringWinRAR
0 likes · 5 min read
Removing WinRAR Advertisement Popup by Reverse Engineering and Binary Patching
Architect
Architect
Jun 13, 2024 · Cloud Native

How to Build and Deploy a SpringBoot Docker Image on Windows Using IDEA

This guide walks through setting up Docker on Windows, creating a Dockerfile for a SpringBoot service, using IntelliJ IDEA to build the image, testing the container locally, and finally deploying the image to a Linux server with proper volume and port mappings.

Container DeploymentDockerDockerfile
0 likes · 11 min read
How to Build and Deploy a SpringBoot Docker Image on Windows Using IDEA
Ops Development & AI Practice
Ops Development & AI Practice
Jun 8, 2024 · Industry Insights

How Microsoft Brings Windows to Qualcomm ARM: Native Support, Emulation & Performance

Microsoft’s Windows now runs on Qualcomm’s ARM processors through a combination of native kernel adaptations, driver and library recompilation, and an x86‑to‑ARM emulation layer, balancing performance gains from direct ARM execution with compatibility‑driven overhead, while outlining ongoing optimization efforts and future prospects.

ARMEmulationNative Support
0 likes · 8 min read
How Microsoft Brings Windows to Qualcomm ARM: Native Support, Emulation & Performance
Ops Development & AI Practice
Ops Development & AI Practice
Jun 2, 2024 · Fundamentals

Master MSVC: Install, Configure, and Compile C/C++ on Windows

This guide introduces Microsoft Visual C++ (MSVC), covering its key features, installation via Visual Studio or Build Tools, command‑line and VS Code integration, step‑by‑step compilation commands, and advanced options like parallel builds and PGO, helping developers efficiently build C/C++ projects on Windows.

Build ToolsC++Compilation
0 likes · 7 min read
Master MSVC: Install, Configure, and Compile C/C++ on Windows
Liangxu Linux
Liangxu Linux
May 8, 2024 · Fundamentals

Bypassing WeChat’s Singleton Check: Run Multiple Instances on Windows

This guide explains how a simple batch file can launch two or more WeChat instances on Windows by analyzing the app’s global mutex mechanism, reverse‑engineering the related DLL functions, and showing why the rapid start‑up bypasses the built‑in single‑instance guard.

Reverse EngineeringWeChatWindows
0 likes · 6 min read
Bypassing WeChat’s Singleton Check: Run Multiple Instances on Windows
Java Tech Enthusiast
Java Tech Enthusiast
Apr 28, 2024 · Information Security

Unexpected Lateral Movement via Windows Delivery Optimization Service

A coworker noticed my computer generating large volumes of traffic on port 7680, prompting an investigation that revealed the svchost.exe process running the default Windows Delivery Optimization Service—intended for LAN‑based Windows Update—mimicking lateral‑movement behavior, which I stopped by disabling the feature.

Lateral MovementPort 7680Windows
0 likes · 4 min read
Unexpected Lateral Movement via Windows Delivery Optimization Service
Liangxu Linux
Liangxu Linux
Mar 26, 2024 · Operations

How to Test Local Network Speed on Linux, Windows, and macOS with Free Tools

This guide explains how to measure local network performance on Linux, Windows, and macOS using free command‑line utilities such as speedtest‑cli and iperf, as well as graphical tools like Speedtest, and provides advanced techniques with Wireshark, ping, and network‑optimization tips.

LinuxWindowsWireshark
0 likes · 10 min read
How to Test Local Network Speed on Linux, Windows, and macOS with Free Tools
Ops Development & AI Practice
Ops Development & AI Practice
Mar 24, 2024 · Operations

Master PowerShell Profiles: Customize Your Windows Shell for Maximum Efficiency

This article explains the purpose and location of the PowerShell user profile script (Microsoft.PowerShell_profile.ps1), details its path components, outlines typical use cases such as environment customization, alias definition, and module loading, and provides a complete example with step‑by‑step explanations for Windows users.

@ProfileAutomationPowerShell
0 likes · 8 min read
Master PowerShell Profiles: Customize Your Windows Shell for Maximum Efficiency
Liangxu Linux
Liangxu Linux
Mar 7, 2024 · Information Security

How Windows Is Bringing Linux‑Style sudo to Its Command Line

Windows 11 Insider builds are adding a native sudo command that lets users elevate individual commands with familiar Linux‑style privilege management, offering finer‑grained control than the traditional "Run as administrator" option while reflecting Microsoft's growing embrace of Linux technologies.

Linux compatibilityWindowsprivilege escalation
0 likes · 6 min read
How Windows Is Bringing Linux‑Style sudo to Its Command Line
Liangxu Linux
Liangxu Linux
Feb 5, 2024 · Fundamentals

Replace Windows Search with Everything Toolbar: Setup, Tips, and Hotkey Tweaks

This guide explains how the EU‑mandated Windows search limitation led to the Everything Toolbar project, walks through installing and configuring the toolbar, shows how to disable the default Win+S hotkey via the registry, and highlights advanced usage features such as QuickLook integration and custom search syntax.

Everything ToolbarHotKeySystem Search
0 likes · 5 min read
Replace Windows Search with Everything Toolbar: Setup, Tips, and Hotkey Tweaks
21CTO
21CTO
Feb 4, 2024 · Backend Development

Why Microsoft Is Recruiting Rust Architects to Rewrite Windows Core

Microsoft is accelerating the migration of its Windows core and Microsoft 365 services from C# to Rust, hiring senior architects to lead the Substrate platform team and promising massive performance and size gains for cloud‑scale systems.

MicrosoftRustSystem Programming
0 likes · 3 min read
Why Microsoft Is Recruiting Rust Architects to Rewrite Windows Core
Liangxu Linux
Liangxu Linux
Dec 11, 2023 · Fundamentals

Key Differences Between Linux and Windows File Systems Explained

This guide outlines the major contrasts between Linux and Windows file systems, covering directory layout, case sensitivity, path separators, the absence of drive letters, the Unix "everything is a file" concept, and how Linux handles open files compared to Windows.

Case SensitivityDirectory StructureWindows
0 likes · 6 min read
Key Differences Between Linux and Windows File Systems Explained
Software Development Quality
Software Development Quality
Nov 28, 2023 · Information Security

D‑Eyes: Fast Incident‑Response Scanning for Ransomware, Malware & Host Configs

D‑Eyes is an open‑source detection and response tool from NSFOCUS that runs on Windows and Linux, offering command‑line utilities to scan files, processes, host information, network connections, and perform baseline and software‑supply‑chain checks, with built‑in YARA rules for ransomware, mining malware, botnets, and webshells.

LinuxSecurity ToolWindows
0 likes · 9 min read
D‑Eyes: Fast Incident‑Response Scanning for Ransomware, Malware & Host Configs
Liangxu Linux
Liangxu Linux
Nov 1, 2023 · Information Security

How to Use Tencent’s TscanCode for Static Code Analysis on Linux and Windows

This guide explains static code scanning concepts, compares popular tools, introduces Tencent’s open‑source TscanCode, details its supported languages and detection capabilities, and provides step‑by‑step instructions for running the tool on Linux and Windows with example code and results.

C++Static AnalysisTscanCode
0 likes · 5 min read
How to Use Tencent’s TscanCode for Static Code Analysis on Linux and Windows
macrozheng
macrozheng
Oct 30, 2023 · Operations

How to Reclaim Hundreds of GB on Windows by Cleaning JetBrains IDE Files

This guide shows how to free up hundreds of gigabytes on a Windows PC by locating and deleting large JetBrains IDE directories, customizing IDE configuration and cache paths, and also introduces the popular open‑source SpringBoot‑based e‑commerce project “mall” for further learning.

IDE configurationJetBrainsOpen Source
0 likes · 5 min read
How to Reclaim Hundreds of GB on Windows by Cleaning JetBrains IDE Files
MaGe Linux Operations
MaGe Linux Operations
Oct 23, 2023 · Cloud Native

Boost Docker on Windows: Easy Guide to Setting Registry Mirrors

This tutorial walks you through configuring Docker on Windows to use a domestic registry mirror, detailing prerequisites, step‑by‑step settings adjustments, and code snippets, so you can overcome slow download speeds and connection issues common in China.

DevOpsRegistry MirrorWindows
0 likes · 3 min read
Boost Docker on Windows: Easy Guide to Setting Registry Mirrors
Liangxu Linux
Liangxu Linux
Oct 16, 2023 · Operations

Master Ping: Basics, Advanced Options, and Bulk Scanning Techniques

This guide explains the Ping command’s fundamentals, how to interpret its output, advanced options like -t, -a, -n, -l and -r, and provides batch scripts for pinging multiple hosts, enabling both beginners and administrators to troubleshoot network connectivity efficiently.

Batch ScriptingICMPWindows
0 likes · 8 min read
Master Ping: Basics, Advanced Options, and Bulk Scanning Techniques
21CTO
21CTO
Oct 15, 2023 · Fundamentals

Why Is Microsoft Retiring VBScript After 30 Years?

Microsoft announced the deprecation of VBScript, a Windows scripting language that has been in use for nearly three decades, highlighting its historical role, decline after PowerShell's rise, security concerns, and the broader impact on legacy tools and administrators.

MicrosoftScriptingVBScript
0 likes · 5 min read
Why Is Microsoft Retiring VBScript After 30 Years?
Java Interview Crash Guide
Java Interview Crash Guide
Sep 5, 2023 · Backend Development

Master IntelliJ IDEA: 100+ Essential Windows Shortcuts to Boost Your Coding Efficiency

Discover a comprehensive collection of IntelliJ IDEA Windows shortcuts, organized into 16 categories, complete with animated demonstrations, enabling developers to accelerate building, editing, navigation, refactoring, debugging, and version control tasks, ultimately enhancing productivity and mastering the IDE’s powerful features.

IDEIntelliJ IDEAWindows
0 likes · 19 min read
Master IntelliJ IDEA: 100+ Essential Windows Shortcuts to Boost Your Coding Efficiency
Liangxu Linux
Liangxu Linux
Jul 29, 2023 · Operations

Free Up Your C Drive with Microsoft PC Manager’s 4 Simple Tools

A step‑by‑step guide shows how Windows users can safely clean a constantly full C: drive by using Microsoft PC Manager’s garbage cleaning, large‑file management, application management, and storage‑sense features, while avoiding accidental deletion of important files.

Storage ManagementWindowsdisk cleanup
0 likes · 4 min read
Free Up Your C Drive with Microsoft PC Manager’s 4 Simple Tools
Open Source Linux
Open Source Linux
Jul 21, 2023 · Fundamentals

From Altair to Windows 11: The Epic Evolution of DOS and Windows

This article traces the complete history of Microsoft's DOS and Windows families, from the 1975 Altair 8800 and early CP/M systems through the acquisition of QDOS, the rise of MS‑DOS, and the successive Windows releases that shaped personal computing up to the modern Windows 11 era.

DOSIBMMicrosoft
0 likes · 13 min read
From Altair to Windows 11: The Epic Evolution of DOS and Windows
Liangxu Linux
Liangxu Linux
Jul 16, 2023 · Backend Development

Ensuring TCP Connections Stay Alive for 60 Seconds During Unstable Networks

This article explains how TCP/IP heartbeat and retransmission mechanisms work, shows how to configure Windows keep‑alive parameters, demonstrates using libwebsockets’ keep‑alive settings, and provides non‑blocking socket + select code to detect connection failures and enforce a 60‑second reconnection window for video conferencing applications.

SocketWindowskeepalive
0 likes · 22 min read
Ensuring TCP Connections Stay Alive for 60 Seconds During Unstable Networks
MaGe Linux Operations
MaGe Linux Operations
Jul 1, 2023 · Fundamentals

Ensuring 60‑Second TCP Keep‑Alive During Unstable Networks

Facing frequent packet loss and network jitter that disrupts video conferences, this article examines TCP/IP stack heartbeat and retransmission mechanisms, demonstrates how to configure Windows keepalive parameters, and provides code examples for custom socket options and non‑blocking connect timeouts to maintain session continuity within 60 seconds.

RetransmissionTCPWindows
0 likes · 22 min read
Ensuring 60‑Second TCP Keep‑Alive During Unstable Networks
FunTester
FunTester
Jun 18, 2023 · Operations

How to Set Up Jenkins Master and Slave Nodes on Windows Servers

This guide walks through preparing two servers, installing Jenkins on a master node, configuring security and communication, adding a slave node with detailed parameters, deploying the slave agent as a Windows service, creating a slave-bound project, and troubleshooting common issues such as permission errors and network mismatches.

CI/CDJenkinsWindows
0 likes · 8 min read
How to Set Up Jenkins Master and Slave Nodes on Windows Servers
Alipay Experience Technology
Alipay Experience Technology
May 15, 2023 · Frontend Development

How to Diagnose and Fix Electron Crash Issues in Taobao Live

This article walks through the entire crash‑handling workflow for an Electron‑based Taobao Live client, covering why crashes occur, how to capture minidumps with Crashpad, report them to monitoring platforms, and analyze the dumps using Visual Studio or WinDbg.

Crash ReportingDebuggingElectron
0 likes · 17 min read
How to Diagnose and Fix Electron Crash Issues in Taobao Live