hitodama / libps4

[Deprecated] Libc, POSIX and SCE module library for the PS4
Other
11 stars 6 forks source link

MAXCOMLEN is wrong value #5

Open codetwink opened 8 years ago

codetwink commented 8 years ago

Inside sys/param.h:

MAXCOMLEN should be 35 for ps4.

LOAD:FFFFFFFF8242A253 49 8D B7 84+ lea rsi, [r15+284h] = td_name location LOAD:FFFFFFFF825B50FB 48 C7 83 A8+ mov qword ptr [rbx+2A8h], 0 = td_fpop location

That would mean it should be 19 + 16 to get the td_fpop as 0x2A8

hitodama commented 8 years ago

Thanks for bringing it to my attention. I will get to this by adding some kind of patch mechanism to the generator. If you find any more, please feel free to report em :) Kind regards and thanks again.