@Dimas Lavelas
Sorry I'm not familiar with ps4 files, but if I understood correctly, .prx file is a library file, which is ps4 equivalent of "dll", right?
the name "il2Cpp" suggests that the "dll" is converted to native code (as opposed to managed code), which means we cannot decompile it easily like how we did with Assembly-CSharp.dll, because (unlike managed code) there will not be a real way to know what is what inside the file (and historically, decompilation of native code are based on "best guesses" and may not work), thus it could be difficult to find and change the code we are aiming for in the correct way.
However please send the file and I'll see what I can do, although I can't promise to come up with anything.