sleirsgoevy/ps4jb

syscall2 has so many params without referenced.

Closed this issue · 2 comments

syscall2 has so many params without referenced.
Are they necessary?
i try to deleted all of params without referenced, and the jailbreak works well.
here is the code

These are not necessary. This list is autogenerated from the libkernel dump and contains every known FreeBSD and custom Sony syscall. The only reason for stripping unused syscalls I can see is to save space, but I think this isn't worth it either.

OK, thx.