666asd

Results 12 comments of 666asd

Thanks for your help. I think the problem is due to \x00. i have changed the function JySync_Init_JyString_From_PyString in JyNI-C/JySync.c . it seems to work fine. ![aa](https://user-images.githubusercontent.com/16465586/42355602-7d1d676a-8100-11e8-911b-88edddd368a1.png) this is my...

But the crash still appears. ``` >>> mp[13:14] 'J' >>> mp[12:14] Traceback (most recent call last): File "", line 1, in java.lang.NullPointerException at org.python.core.PySystemState.displayhook(PySystemState.java:1489) at org.python.core.PySystemStateFunctions.__call__(PySystemState.java:1905) at org.python.core.PyObject.invoke(PyObject.java:3727) at org.python.core.Py.printResult(Py.java:2268)...

I modified the way to get the length of C string when it was converted to jstring. In the previous way, when the string of C was converted to jstring,...

@Stewori Did you analyze the cause of NullPointerException? I couldn't find the reason.

i find pyfile in jython use the function to convent byte[] to string. ![image](https://user-images.githubusercontent.com/16465586/42611017-9dd85418-85c6-11e8-8ca4-bb6607d69280.png) then i change the function JySync_Init_JyString_From_PyString. ``` jobject JySync_Init_JyString_From_PyString(PyObject* src, jclass subtype) { jstring charsetName; jobject...

And I believe that the result of base64 is not as expected, 'interactsh-url' has not been parsed

An error will be raised when getting the cssSelector of the element. ```java import org.jsoup.Jsoup; import org.jsoup.nodes.Document; public class Demo { public static void main(String[] args) throws Exception { String...