666asd
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.  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.  then i change the function JySync_Init_JyString_From_PyString. ``` jobject JySync_Init_JyString_From_PyString(PyObject* src, jclass subtype) { jstring charsetName; jobject...
@princechaddha
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...
I also really hope to publish it on npmjs.