phra / PEzor

Open-Source Shellcode & PE Packer

Home Page:https://iwantmore.pizza/posts/PEzor.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reflective-dll 生成失败

july0426 opened this issue · comments

示例中的 PEzor.sh -format=reflective-dll mimikatz/x64/mimikatz.exe -z 2 -p '"log c:\users\public\mimi.out" "token::whoami" "exit"' 执行失败,
报错信息: /usr/bin/x86_64-w64-mingw32-ld: /tmp/PEzor-33ee1a.o:(.text+0xa0): multiple definition of `main'; /tmp/hello-c0ed7c.o:(.text+0x10): first defined here
clang: error: linker command failed with exit code 1 (use -v to see invocation)

换成kali系统就不报错了,上面是在debain上会报错