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

Now works on Python 3.6+ #1

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

Now works on Python 3.6+ #1

wants to merge 1 commit into from

Conversation

Disane
Copy link

@Disane Disane commented Dec 14, 2017

  • Added original author_ name: V-E-O
  • Added commentary
  • Ported code to execute on Python 3.6.1+:
    • memoryview used to calculate adler32 checksum
    • end of central directory magic bytes are now passed to rfind() as bytes
      instead of strings
  • Tested resulting APK on emulator AOSP Android OS ver. 5.1 x86-64
    and it works!

+ Added original __author___ name
+ Added commentary
+ Ported code to execute on Python 3.6.1+:
    + memoryview used to calculate adler32 checksum
    + end of central directory magic bytes are now passed to rfind() as bytes
    instead of strings
+ Tested resulting APK on emulator AOSP Android OS ver. 5.1 x86-64
  and it works!
@serrapa
Copy link

serrapa commented Nov 16, 2023

I tried it on a vulnerable apk. I generated the .dex file with msfvenom than I used this tool to inject my payload.dex. However, if I analyze the generated apk with jadx-gui, I cannot find any references to my evil payload (metasploit). Do you know why? Am I doing something wrong?

@Bluekezhou
Copy link

Bluekezhou commented Nov 16, 2023 via email

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