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

proc.c fully matched, talk.c almost #32

Merged
merged 1 commit into from
Sep 21, 2024

Conversation

minirop
Copy link
Contributor

@minirop minirop commented Sep 21, 2024

I've matched more functions. The 2 that don't match in talk.c are because of random changes that I don't really understand how to fix them. For instance:

ldrb r0, [r1, #0x12]

instead of

mov r0, #0x12
ldrb r0, [r1, r0]

@MokhaLeee MokhaLeee merged commit 01d3f14 into MokhaLeee:main Sep 21, 2024
1 check passed
@minirop minirop deleted the cleanup-talk-proc branch September 21, 2024 23:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants