Muhammad Hafiz
Muhammad Hafiz
Hi, This is requesting to add new method to class Emulator. These method will allow me execute shellcode without depending on test(steps) function. ``` def create_new_env(self): self._env = emu_env_new(self._emu) self._env.profile...
Hi, currently, my work need me to call test repeatedly for i in range(x): #do something pylibemu.Emulator().test(1) #continue do something if x less than 5000, its working fine. But when...
andbug give error if adb connect to multiple devices. $ ./andbug classes org.owasp.goatdroid.fourgoats -d 192.168.56.101:5555 -p 1648 !! Traceback (most recent call last): File "./andbug", line 34, in main andbug.command.run_command(args)...