xfangfang / PPPwn_cpp

C++ rewrite of PPPwn (PlayStation 4 PPPoE RCE)
GNU General Public License v3.0
354 stars 51 forks source link

Help building #78

Open KarimosDz opened 1 week ago

KarimosDz commented 1 week ago

How do I put the path correctly to compile for Windows?

image

seuros commented 1 week ago

Unless you know what you doing, i recommend you to use the precompiled binaries: https://github.com/xfangfang/PPPwn_cpp/releases/tag/1.0.0

KarimosDz commented 1 week ago

Unless you know what you doing, i recommend you to use the precompiled binaries: https://github.com/xfangfang/PPPwn_cpp/releases/tag/1.0.0

can you make a new building

seuros commented 1 week ago

@xfangfang could release a new version.

xfangfang commented 1 week ago

Because I use GitHub Action to automatically build for each commit, everyone can download the latest build here at any time: https://github.com/xfangfang/PPPwn_cpp/actions

This is the build script for GitHub Action. If anyone want to compile it locally, he can refer to the content here: https://github.com/xfangfang/PPPwn_cpp/blob/main/.github/workflows/ci.yaml

Considering that the way pppwn works may be treated as a virus by the operating system, some people may be concerned that the release I provide contains inappropriate content, or that they do not trust the content I compile simply because I am Chinese (yes, I have seen people evaluate this project in this way on social media). In response to this doubt, I hereby declare that all compiled products provided are conducted through GitHub actions without human intervention.

seuros commented 1 week ago

Thank you.

Could you draft a new version 1.1.0.

The last version is 1month old.

xfangfang commented 1 week ago

I will do it as soon as possible :)