Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implements sys_get_proc_type_info #694

Closed
wants to merge 23 commits into from

Conversation

SuchAFuriousDeath
Copy link
Contributor

No description provided.

@SuchAFuriousDeath SuchAFuriousDeath requested a review from a team February 25, 2024 10:44
@SuchAFuriousDeath
Copy link
Contributor Author

SuchAFuriousDeath commented Feb 25, 2024

@ultimaweapon It seems that is_webcore_process and is_diskplayerui_process were different functions than you thought they were. I got all of the new ones from prig.

@SuchAFuriousDeath SuchAFuriousDeath linked an issue Feb 25, 2024 that may be closed by this pull request
@github-actions github-actions bot added the S-ready Status: Ready for review label Feb 25, 2024
@github-actions github-actions bot added S-ready Status: Ready for review and removed S-ready Status: Ready for review labels Feb 26, 2024
@github-actions github-actions bot added S-ready Status: Ready for review and removed S-ready Status: Ready for review labels Feb 28, 2024
@github-actions github-actions bot added S-ready Status: Ready for review and removed S-ready Status: Ready for review labels Mar 2, 2024
@github-actions github-actions bot added S-ready Status: Ready for review and removed S-ready Status: Ready for review labels Mar 2, 2024
@red-prig
Copy link

red-prig commented Mar 4, 2024

During reverse engineering I identified an error, the correct option is:

 //sceSblACMgrIsJitCompilerProcess()         -> | 0x01
 //sceSblACMgrIsJitApplicationProcess()      -> | 0x02
 //sceSblACMgrIsVideoplayerProcess()         -> | 0x04
 //sceSblACMgrIsDiskplayeruiProcess()        -> | 0x08
 //sceSblACMgrHasUseVideoServiceCapability() -> | 0x10
 //sceSblACMgrIsWebcoreProcess()             -> | 0x20
 //sceSblACMgrHasSceProgramAttribute()       -> | 0x40
 //sceSblACMgrIsDebuggableProcess()          -> | 0x80 

@SuchAFuriousDeath
Copy link
Contributor Author

Nice, thanks!

@SuchAFuriousDeath SuchAFuriousDeath marked this pull request as ready for review April 1, 2024 14:32
@SuchAFuriousDeath SuchAFuriousDeath deleted the sys-612 branch April 1, 2024 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Implement sys_get_proc_type_info
2 participants