Installing OpenWRT on VMware: A Step-by-Step Guide

Installing OpenWRT on VMware: A Step-by-Step Guide

Prerequisites The host must support intel virtual technology, which is Intel’s virtualization technology. You can check and set this in the BIOS. If you encounter the following image during the installation of openwrt, it indicates that the settings were not configured or were configured but not saved. Installing VMware We go to the official website … Read more

Debugging Nt!KiSystemStartup Using IDA, WinDbg, and VMware

Debugging Nt!KiSystemStartup Using IDA, WinDbg, and VMware

KiSystemStartup is the entry function of the kernel module nt. If you want to debug this function, simply using WinDbg and VMware won’t work (or I don’t know how to do it). Below, I will introduce how to use IDA’s GDB debugging feature in conjunction with WinDbg to debug KiSystemStartup. (Only for X64 environment) 1. … Read more

Installing PnP Device Drivers: A Step-by-Step Guide

Installing PnP Device Drivers: A Step-by-Step Guide

This article is an excellent contribution from the Kanxue forum. Author ID on Kanxue Forum: Suifengxing Environment Preparation VMware Workstation 14 Pro Windows 10 Pro x64 Virtual Machine VS2019 Installation in the virtual machine: VS Remote Debugger msvsmon x64dbg Windows Driver Sample /devcon (Source Code) https://github.com/microsoft/Windows-driver-samples/tree/master/setup/devcon After downloading, open it in VS. If you encounter … Read more

Installing Linux Operating System

Installing Linux Operating System

After clicking the public account card below, reply with “001“, to get the 154-page Linux study notes compiled by KeGan. 1. Operating System Installation Explanation 1. Minimal Installation Explanation System installation is the first step in learning the Linux system. This process involves many basic knowledge points about the Linux system, which is a skill … Read more

Industrial Digital Transformation: The Path for Old PCs and IPCs

Industrial Digital Transformation: The Path for Old PCs and IPCs

We are in a new trend of Industry 4.0 and smart manufacturing, which is like giving factories a pair of high-tech “wings” to help them fly higher and faster. Currently, many factories face a headache: what to do with those old PCs and IPCs (Industrial Personal Computers)? They are like a pile of “antiques” sitting … Read more

Popular Virtual Machines for Embedded Development

Popular Virtual Machines for Embedded Development

Follow+Star Public Account, don’t miss out on exciting content Author | Beginner’s Station When it comes to virtual machines, fellow technical personnel are likely familiar with them. Virtual machines have a wide range of usage scenarios, such as building testing environments, installing Linux on Windows systems, or running Windows on Mac machines, and they can … Read more

Popular Virtual Machines for Embedded Development

Popular Virtual Machines for Embedded Development

Follow+Star Public Account, don’t miss exciting content Author | Beginner’s Station In embedded development, virtual machines play an important role, allowing developers to simulate and test various embedded environments on a single hardware platform. The use cases for virtual machines are numerous, such as setting up test environments, installing Linux on Windows systems, or running … Read more

Setting Up a Home Server with ESXi in Proxmox

Setting Up a Home Server with ESXi in Proxmox

Original Link: https://gist.github.com/bgulla/2421b589de4b4b75e83ac79b17f0fc85 In this article, I will introduce how to install another hypervisor, VMware ESXi, on a configured Proxmox VE host without dedicating the entire server to ESXi. Prerequisites A Proxmox node that can perform hardware-assisted virtualization (Intel: VT-x; AMD: AMD-V). Problem I need to test the VMware environment, so I want to install … Read more