Hamz-a / frida-android-helper

Frida Android utilities
MIT License
247 stars 41 forks source link

ModuleNotFoundError: No module named 'frida_android_helper.crypto' #3

Closed viktory36 closed 2 years ago

viktory36 commented 2 years ago

I have fixed this by swapping out to from crpytography import *, in fah.py but do clarify if there is a purpose for it being the current code.

Hamz-a commented 2 years ago

Hey @viktory36 !

So I was working on this new submodule "crypto" to hook known crypto functions but didn't finish it. I guess I pushed that line a bit too early... It should be safe to remove that line altogether!

Hamz-a commented 2 years ago

Thanks @viktory36 for pointing this out. I've removed the include as well as the subcommand for now!

https://github.com/Hamz-a/frida-android-helper/commit/cda6e35689a0c66afe7ff27e43ba42bd38b2e92f

viktory36 commented 2 years ago

all good. have a great day!