OpenOrbis / OpenOrbis-PS4-Toolchain

The OpenOrbis PS4 custom toolchain. Allows developers to build homebrew for the PS4 without the official SDK.
GNU General Public License v3.0
476 stars 89 forks source link

getting console mac address #205

Closed orginizations closed 2 years ago

orginizations commented 2 years ago

Hi Is there any way to get mac address of ps4 device or getting a unique id of a ps4 device?

sleirsgoevy commented 2 years ago

Hi Is there any way to get mac address of ps4 device or getting a unique id of a ps4 device?

PS4 is FreeBSD, so the normal FreeBSD way of getting a MAC address should work once you escalate privileges. See here and here.

bucanero commented 2 years ago

btw, there's an internal method sceNetGetMacAddress() but it needs to be reversed to confirm the parameters and return values