TeamFAPS / PSVita-RE-tools

A bundle of RE tools for analyzing and modding PSVita OS
GNU General Public License v3.0
321 stars 35 forks source link

Improper cmake for kdumper #8

Closed mathieulh closed 5 years ago

mathieulh commented 5 years ago

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.

CelesteBlue-dev commented 5 years ago

Have you tried compiling it ?

mathieulh commented 5 years ago

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.

CelesteBlue-dev commented 5 years ago

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.