LYingSiMon

Results 7 issues of LYingSiMon

### Description set POOL_ZERO_DOWN_LEVEL_SUPPORT=1 in PreprocessorDefinitions case BSOD ### Expected behavior (Please describe) ### Actual behavior (Please describe) ### Steps to reproduce the problem (Please describe if applicable) ### Specifications...

``` nt!DbgkpCloseObject: fffff804`566493f0 4983f901 cmp r9,1 fffff804`566493f4 0f87fb000000 ja nt!DbgkpCloseObject+0x105 (fffff804`566494f5) fffff804`566493fa 488bc4 mov rax,rsp fffff804`566493fd 48895808 mov qword ptr [rax+8],rbx fffff804`56649401 48896810 mov qword ptr [rax+10h],rbp fffff804`56649405 48897018 mov...

我将 install 目录下的文件复制到了我的 llvm 12.0.1 安装目录 ![image](https://github.com/bluesadi/Pluto-Obfuscator/assets/51651107/830b5fe5-b15d-4d23-a42b-2c66ad89e065) 并在我的测试项目中添加了 Directory.build.props ```               D:\llvm 12.0.1      ``` 最后在 vs 中修改命令行 ![image](https://github.com/bluesadi/Pluto-Obfuscator/assets/51651107/6961c08c-c55b-46a4-9f8e-fe89fe074402) 编译报错:clang-cl : error : clang frontend command failed due to signal (use -v...

Hi, I am having a problem when I use vmware, after installing hv, the system is stuck(windbg not working either)。Soon after, vmware automatically rebooted the system, I cannot provide dump...

我尝试使用如下命令编译了 9.0.1 ``` git clone -b llvm-9.0.1 https://github.com/heroims/obfuscator cd obfuscator mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release -G "MinGW Makefiles" ../ mingw32-make.exe -j7 ``` 经过测试他是工作的,但我希望得到 32位的文件,而不是 64位的,请问我该如何修改? 我尝试了使用 cmake 的 set(CMAKE_C_FLAGS...

It seems that there are some instructions for processing SVM 🙃 >lld-link : error : undefined symbol: __svm_vmsave >lld-link : error : undefined symbol: __svm_vmload >lld-link : error : undefined...