What does Application Verifier do?
Application Verifier is an official application verification tool from Microsoft. It is mainly used to help users detect and debug memory corruption, dangerous security vulnerabilities, Run-time detection, etc. It is an auxiliary development tool without modifying the source code; When reporting unrel ...
download
[external chain picture transfer failed. The source station may have anti-theft chain mechanism. It is recommended to save the picture and upload it directly
Download address: https://mirrors.cnnic.cn/apache/zookeeper/
PS: zookeeper package with bin ID from version 3.5.5 or later, otherwise an error will be reported when starting: &q ...
Posted by mouse02 on Wed, 25 May 2022 04:12:15 +0300
Trimble Data Conversion programming related supplements
This paper is a supplement to the data conversion applet of Tianbao digital level.
Interface design
Main functions of this program:
Open;
Generate observation manual;
Output adjustment format;
According to the three main functions of the program, the following controls are roughly requi ...
Posted by stevepatd on Tue, 24 May 2022 17:37:38 +0300
Install the latest version of docker, change the docker installation location, save the image data path, and configure the image accelerator.
1. Download
According to your own platform and environment, select the corresponding version to download and deploy, here is the latest official address.
click to enter
2. Installation
There is nothi ...
Posted by cainy1982 on Mon, 09 May 2022 13:02:52 +0300
Win32: the principle of Windows window, which can be compiled into 32 bits or 64 bits
WM: Windows Message
The window type name of the window to be created should be written in the type name of the window registered in step 1 and step 2, otherwise the window creation will fail
Here are the messages commonly used in Windows:
The window proc ...
Posted by bogins on Wed, 04 May 2022 12:51:11 +0300
This article will introduce the installation and use of wsl2 in win10 and summarize the common problems encountered, such as how to fix the wsl2 address.
1, Introduction to wsl2
wsl is a Windows subsystem for Linux. Installation Guide: Windows subsystem installation guide for Linux (Windows 10)
In short, in the past, if you wanted to use linux ...
Posted by misxa on Sat, 30 Apr 2022 09:49:58 +0300
There will be considerable experimental links in the future. For the windows kernel experiment, the debugging environment is essential. This chapter explains the construction of dual machine debugging environment and common WINDBG instructions.
Preparation materials:
VMware workstation : [https://www.vmware.com/go/downloadworkstation-cn]
win ...
Posted by jek1134 on Fri, 29 Apr 2022 00:34:52 +0300
Exploitation and demonstration of vulnerability ms10-018
Today we will not learn C (just released two articles) to see the vulnerabilities and utilization of ie browser.
The tools we use are:
1. A small white one ready to go
2. A Linux host (for example, kali, I used manjaro in my demonstration, and added the source of black arch. I will ha ...
Posted by Sianide on Tue, 19 Apr 2022 13:35:07 +0300
preface
When debugging TCP/IP functions, it is inevitable to deal with Windows system and do some network related operations. This paper combs the commonly used network related Dos commands in Windows environment.
By command
ipconfig
ip related configuration tools, similar to ifconfig command in Linux system;
ping
It may be the network co ...
Posted by logicsound on Sat, 16 Apr 2022 06:30:56 +0300
C + + has good performance, but because of the direct operation of memory many times, the stability has not been very good. Before the program goes online, we certainly hope that the defects can be solved, but no one can guarantee that there are zero defects after the program goes online. How to ensure that the program crashes after the program ...
Posted by kol090 on Mon, 11 Apr 2022 03:53:58 +0300