TeamFAPS / PSVita-RE-tools

A bundle of RE tools for analyzing and modding PSVita OS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improper cmake for kdumper

mathieulh opened this issue · comments

In the kdump project CMakeLists.txt links SceKernelThreadmgr_stub_weak, in the latest Vita SDK it's SceKernelThreadMgr_stub_weak
Compilation errors will occur if this issue is not fixed while the latest vita sdk is installed.

Have you tried compiling it ?

Of course, it fails unless I make that change, I am using the latest vitasdk.
Apparently -lSceDriverUser_stub_weak doesn't seem to be required either.

Kdumper source code is only for devs as it is a WiP.
SceKernelThreadmgr_stub_weak was either a mistake or was because I was compiling with OLD official SDK stubs... (for testing on low firmwares like 3.18).
-lSceDriverUser_stub_weak is there because I was trying to call sceAppMgrLaunchApp instead of _sceAppMgrLaunchApp.