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

escrackme android #17

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

escrackme android #17

wants to merge 1 commit into from

Conversation

GanbaruTobi
Copy link

Hey,

that is my solution for escrackme.
If you have any improvements, feel free to point them out.


radius.cmd("s `:il~ base.odex`");

let addr_str = radius.cmd(":is~com.nowsecure.escrackme.MainActivity.check").unwrap()
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you should be able to do radius.get_address("com.nowsecure.escrackme.MainActivity.check") here instead which will give back a u64 address so you don't have to parse. unless that didn't work?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

still will need the seek :il~base.odex though

@aemmitt-ns
Copy link
Owner

looks great! let me know if that one thing works, otherwise ill merge as-is

@GanbaruTobi
Copy link
Author

Hey, sadly I have no android phone anymore to test with.

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.

3 participants