phra / PEzor

Open-Source Shellcode & PE Packer
https://iwantmore.pizza/posts/PEzor.html
GNU General Public License v3.0
1.81k stars 320 forks source link

Fix sgn install command #79

Closed mueller closed 12 months ago

mueller commented 2 years ago

The go get command for installing go binaries was deprecated in favor of go install. Therefore, go install github.com/EgeBalci/sgn@latest should be used to install sgn.

See https://github.com/EgeBalci/sgn/pull/15.

phra commented 12 months ago

thanks for the PR. i have already merged a PR containing this fix, please have a look at the updated master branch that should work on latest kali.