Author Topic: [Release][REtool] Codename PrincessLog by Princess of Sleeping - Logs stdout  (Read 7227 times)

Offline dots_tb

  • Refugee
  • **
  • Posts: 93
    • View Profile
Princess of Sleeping has allowed us to release their logger which has must better performance (in memory management and speed) to finally replace the terrible ShipLog. This logger works similarly to ShipLog in that it captures all stdout with ease (with better accuracy also). Please upgrade to this if you have been using ShipLog.

Usage instructions:
1. Install NetLoggingMgrSettings.vpk.
2. Launch the application and configure your settings. Be sure to save.
3. Add net_logging_mgr.skprx to your config.txt
4. Run
Code: [Select]
NetDbgLogPc.exe <port>NOTE: If no port is specified (just double clicking the app, for example), 8080 will be used by default.

4.5. To use on linux, cuevavirus has provided the following netcat command:
Code: [Select]
nc -kl <port>5. Reboot Vita.

Note: If the plugin is already installed and you wish to update the configuration, you may use Update Configuration (along with saving it) without rebooting your system.

Note: While being much faster than ShipLog, if there is massive amounts of logs the logger may not be able to process them completely and will freeze (ex: taiHEN hexdump). This is unlikely in normal usage.

Download: https://github.com/CelesteBlue-dev/PSVita-RE-tools/tree/master/PrincessLog/build
« Last Edit: July 16, 2020, 06:23:43 AM by dots_tb »

Offline dots_tb

  • Refugee
  • **
  • Posts: 93
    • View Profile
Update:

  • The PC app, NetDbgLogPc, has been fixed by cuevavirus.
  • Switched to DolceSDK thanks to code used by SilicaAndPina
  • Custom Port support has been added as requested by Graphene.

You may use this feature as follows:
Code: [Select]
NetDbgLogPc.exe <port>
If no port is specified, the default port 8080 will be used on the Vita or PC respectively.

Download update from the build folder on the repo listed in the OP.
« Last Edit: July 16, 2020, 06:28:44 AM by dots_tb »