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

Crashing when using static arrays in SPRX #3

Open
TheRouletteBoi opened this issue Mar 26, 2024 · 0 comments
Open

Crashing when using static arrays in SPRX #3

TheRouletteBoi opened this issue Mar 26, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@TheRouletteBoi
Copy link
Owner

When using the keyword static, it may cause a crash, I think this is because we encrypted the .rodata segment to it's entirety. A work around would be to select what segments you would want to encrypt.

static const char*[] causes crashes when .prx is encrypted

@TheRouletteBoi TheRouletteBoi added the bug Something isn't working label Mar 26, 2024
@TheRouletteBoi TheRouletteBoi changed the title Crashing when using static arrays Crashing when using static arrays in SPRX Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant