CBPS Forums

Console Hacking => PS Vita => Reverse Engineering => Topic started by: Graphene on April 04, 2020, 10:19:49 PM

Title: SceIncomingDialog - full library header + PoC
Post by: Graphene on April 04, 2020, 10:19:49 PM
SceIncomingDialog is sysmodule that allows applications to show custom dialogs via SceShell.

Full library header here: https://github.com/GrapheneCt/Vita-PoC/blob/master/incoming_dialog.h (https://github.com/GrapheneCt/Vita-PoC/blob/master/incoming_dialog.h)

Incoming dialog PoC here: https://github.com/GrapheneCt/Vita-PoC/blob/master/SceIncomingDialog.c (https://github.com/GrapheneCt/Vita-PoC/blob/master/SceIncomingDialog.c)
Title: Re: SceIncomingDialog - full library header + PoC
Post by: Graphene on June 04, 2020, 11:36:13 PM
Added full library header.