File tree Expand file tree Collapse file tree 3 files changed +3
-53
lines changed
Expand file tree Collapse file tree 3 files changed +3
-53
lines changed Original file line number Diff line number Diff line change @@ -4,26 +4,7 @@ config BR2_PACKAGE_PPPWN_CPP
44 depends on BR2_INSTALL_LIBSTDCPP
55 depends on BR2_TOOLCHAIN_GCC_AT_LEAST_7
66 select BR2_PACKAGE_HOST_CMAKE
7- select BR2_PACKAGE_LIBPCAP
87 help
98 PPPwn C++ implementation for PS4 exploit execution.
109
11- This package provides the PPPwn exploit binary compiled from
12- the C++ implementation. It includes network packet manipulation
13- capabilities for PlayStation 4 exploit execution.
14-
15- https://github.com/xfangfang/PPPwn_cpp
16-
17- if BR2_PACKAGE_PPPWN_CPP
18-
19- config BR2_PACKAGE_PPPWN_CPP_CLI
20- bool "Build CLI tool"
21- default y
22- help
23- Build the command line interface tool for PPPwn.
24- This is the main executable for running the exploit.
25-
26- endif
27-
28- comment "pppwn-cpp needs a toolchain w/ threads, C++, gcc >= 7"
29- depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_7
10+ https://github.com/xfangfang/PPPwn_cpp
Original file line number Diff line number Diff line change @@ -3,19 +3,4 @@ config BR2_PACKAGE_PPPWN_STAGE1
33 help
44 PPPwn stage1 payloads for various PS4 firmware versions.
55
6- This package provides the stage1 payloads required for the
7- PPPwn exploit execution. These payloads are firmware-specific
8- and are used in the initial phase of the exploit.
9-
10- https://github.com/TheOfficialFloW/PPPwn
11-
12- if BR2_PACKAGE_PPPWN_STAGE1
13-
14- config BR2_PACKAGE_PPPWN_STAGE1_INSTALL_PATH
15- string "Installation path for stage1 payloads"
16- default "/usr/share/pppwn/stage1"
17- help
18- Specify the target directory where stage1 payloads will be installed.
19- Default is /usr/share/pppwn/stage1.
20-
21- endif
6+ https://github.com/TheOfficialFloW/PPPwn
Original file line number Diff line number Diff line change @@ -3,20 +3,4 @@ config BR2_PACKAGE_PPPWN_STAGE2
33 help
44 PPPwn stage2 payloads for various PS4 firmware versions.
55
6- This package provides the stage2 payloads required for the
7- PPPwn exploit execution. These payloads contain the actual
8- exploit code that gets executed on the PS4 after stage1
9- establishes the initial foothold.
10-
11- https://github.com/TheOfficialFloW/PPPwn
12-
13- if BR2_PACKAGE_PPPWN_STAGE2
14-
15- config BR2_PACKAGE_PPPWN_STAGE2_INSTALL_PATH
16- string "Installation path for stage2 payloads"
17- default "/usr/share/pppwn/stage2"
18- help
19- Specify the target directory where stage2 payloads will be installed.
20- Default is /usr/share/pppwn/stage2.
21-
22- endif
6+ https://github.com/TheOfficialFloW/PPPwn
You can’t perform that action at this time.
0 commit comments