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

Game Gaurdian dump #192

Open
Reisyukaku opened this issue Oct 22, 2021 · 0 comments
Open

Game Gaurdian dump #192

Reisyukaku opened this issue Oct 22, 2021 · 0 comments
Labels

Comments

@Reisyukaku
Copy link

The regex doesnt seem to like my GG maps file. Address width is 10 instead of 8, among other discrepancies.

I changed it to this:

^(?<start>[0-9A-Fa-f]{8,})-(?<end>[0-9A-Fa-f]{8,}) [rwxp\-]{4} [0-9A-Fa-f]{8} [0-9A-Fa-f]{2,}:[0-9A-Fa-f]{2} \d+\s+(?<path>\S+)$

to allow for address' greater than 8 and device id greater than 2. That kinda helps but for whatever reason it doesnt like parsing the entire string so i ended up experimenting and removing the start and end characters and forcing it to look for libil2cpp.so. Once i got that hamfisted together, i realized it doesnt like parsing those start and end values as u32, so i changed to u64.. but that opens a can of worms. Eventually i got some other random error and didnt want to go further down that rabbit hole.

Ill attach the original maps file
com.klab.lovelive.allstars.global-maps.txt
.

@Reisyukaku Reisyukaku added the bug label Oct 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant