AlessandroZ / LaZagne

Credentials recovery project
GNU Lesser General Public License v3.0
9.52k stars 2.04k forks source link

Hello everyone! Can lazagne work on android? Or does anybody knows how to run similar task on android devices? #554

Closed nini884 closed 1 year ago

nini884 commented 3 years ago

Hello everyone! Can lazagne work on android? Or does anybody knows how to run similar task on android devices?

Originally posted by @iwundu in https://github.com/AlessandroZ/LaZagne/issues/21#issuecomment-549787583

FloatKey commented 3 years ago

Yes and no. Its a quite difficult because most of Lazagne fonctions work with Linux specifics directories/libraries. Even if you fix this problem, Android will ask root acces for almost everything.

I think the easiest way to make lazagne works on Android is adapting fonctions and then to compile the python code to an APK to run it on any android device without using terminal emulator.