囍博士

Results 10 issues of 囍博士

Enforce TLS 1.2 if available, since it's not default up to Java 8. 由于JDK的限制,TLS1.3在Java8上无法支持,但是现在很多应用,如Ins已经全量切TLS1.3,这在日常竞品分析中有很大区别。所以作者打算一起研究支持TLS1.3吗?

`2019-10-20 20:56:24.570 30291-30724/com.github.megatronking.netbare.sample E/NetBare: Handshake failed: Invalid handshake status: NOT_HANDSHAKING java.io.IOException: Handshake failed: Invalid handshake status: NOT_HANDSHAKING at com.github.megatronking.netbare.ssl.SSLCodec.handshake(SSLCodec.java:219) at com.github.megatronking.netbare.ssl.SSLCodec.startDecode(SSLCodec.java:192) at com.github.megatronking.netbare.ssl.SSLCodec.decode(SSLCodec.java:172) at com.github.megatronking.netbare.ssl.SSLCodec.decode(SSLCodec.java:143) at com.github.megatronking.netbare.http.HttpSSLResponseCodec.decode(HttpSSLResponseCodec.java:71) at com.github.megatronking.netbare.http.HttpSSLCodecInterceptor.decodeResponse(HttpSSLCodecInterceptor.java:233) at...

bug

如何找到一个Response对应的httpRequest呢

https://developer.android.google.cn/preview/work?hl=zh-cn,是否考虑适配

java.lang.AssertionError: Expected :200 Actual :-1 at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:834) at org.junit.Assert.assertEquals(Assert.java:645) at org.junit.Assert.assertEquals(Assert.java:631) at com.roxstudio.utils.CUrlTest.customResolver(CUrlTest.java:113) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)...

nanoscope flash ################################################### # WARNING: This will wipe all of your phone data! # ################################################### Are you sure you want to continue? [y/N]: y Zip already downloaded: /Users/maoqiankang/.nanoscope/roms/Qu2YtgyypFqRTT5YAsS9TQ==... Flashing device......

I set up a adbkit environment on my local PC, there are three devices in my adb connect: ![image](https://user-images.githubusercontent.com/16631352/64484433-6d027f00-d244-11e9-83c1-1175a39e7119.png) Actually,8B2Y0T3LX and localhost:54321 are one device. When I run ``` adb...