ExtendedAndroidTools
ExtendedAndroidTools copied to clipboard
implement async abstract methods, add TCP conn
With this PR: the jdwp_streams.py adds the implementation of the two abstract classes JDWPOutputStreamBase and the JDWPInputStreamBase . With the jvm_connection.py has the JVMConnection class for connections to a JVM.