hasherezade / pe_to_shellcode

Converts PE into a shellcode
https://www.youtube.com/watch?v=WQCiM0X11TA
BSD 2-Clause "Simplified" License
2.27k stars 423 forks source link

Compilation error #23

Closed PhillipDScottJr closed 1 year ago

PhillipDScottJr commented 2 years ago

Several undefined references errors...why not just publish the sln files like everyone else on GitHub?

hasherezade commented 2 years ago

why don't you just learn CMake like everyone else? it is really not that tough. and once you learn it, you will see it is much cleaner and more flexible.

BTW - for those who don't want or can't manage to compile by themselves there is always a release published: https://github.com/hasherezade/pe_to_shellcode/releases/

hasherezade commented 2 years ago

I double-checked it with the latest CMake (3.21.3) and Visual Studio 2019 and it works just fine. So I confirmed this is not the problem with my code. You are just doing something wrong.