Edit ex2, not working yet
This commit is contained in:
3
mobiotsec2filehasher/filehasher/filehasher_checker.py
Normal file → Executable file
3
mobiotsec2filehasher/filehasher/filehasher_checker.py
Normal file → Executable file
@@ -4,6 +4,8 @@
|
||||
# ~/Android/Sdk/tools/avdmanager create avd --force --name mobiotsec --abi google_apis/x86 --package 'system-images;android-26;google_apis;x86'
|
||||
# ~/Android/Sdk/emulator/emulator -avd mobiotsec -no-audio -no-boot-anim -accel on -gpu swiftshader_indirect &
|
||||
|
||||
# TODO check if the emulator is already running
|
||||
|
||||
import argparse
|
||||
import os
|
||||
import shutil
|
||||
@@ -62,6 +64,7 @@ def main(args):
|
||||
uninstall(malApk)
|
||||
install(malApk)
|
||||
launch_app(victimApk)
|
||||
#time.sleep(2)
|
||||
print_logs()
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user