- 博客(13)
- 资源 (1)
- 收藏
- 关注
原创 DUMPBIN to list the exported functions
1. DUMPBIN is a tool packaged in VS tool.2. Take vs2022 as an example, it is installed inC:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.31.31103\bin\Hostx64\x64C:\Program Files\Microsoft Visual Studio\2022\Professional\VC
2022-05-17 10:28:21
187
原创 windows exception
1.Security check failure or stack buffer overrun - code c0000409Subcode: 0xa FAST_FAIL_GUARD_ICALL_CHECK_FAILURE0:015:x86> kb# ChildEBP RetAddr Args to Child 00 0c7fb608 5dbeadba 0c45a168 0c3ee1e8 7035bc65 ntdll_778b0000!Ldr...
2022-04-06 16:52:18
481
转载 GCC compiling error -- [-Werror=address]
GCC compiling error -- Werror=address
2022-03-24 20:00:14
880
转载 GCC compiling issue [-Wdangling-pointer]
GCC compiling issue [-Wdangling-pointer]
2022-03-24 19:55:08
367
原创 GCC compiling issue [Werror=alloc-size-larger-than=]
GCC compiling issue [Werror=alloc-size-larger-than=]
2022-03-24 19:51:37
720
原创 cmake cmd to build VS solution
\cmake\bin\cmake.exe -G "Visual Studio 16 2019" -T host=x64 -A x64 -DCMAKE_SYSTEM_VERSION=10.0.22491.0 -DXXXXX SourceTopCamkePath
2022-02-14 13:52:52
165
转载 Tuning C++ build parallelism in VS2010
Tuning C++ build parallelism in VS2010Visual StudioMarch 7th, 2010A great way to get fast builds on a multiprocessor computer is to take advantage of as much parallelism in your build as possible. If you have C++ projects, there’s two different kin
2022-02-14 13:45:46
279
原创 Interpret string to proper type and interpret the HEX pattern characters to integer
Interpret string to proper value.
2022-01-14 16:41:17
99
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人