diff --git a/app/src/main/cpp/main.cpp b/app/src/main/cpp/main.cpp index 9627dbc..63ef3a0 100644 --- a/app/src/main/cpp/main.cpp +++ b/app/src/main/cpp/main.cpp @@ -244,9 +244,6 @@ static void companion(int fd) { fclose(json); } - dexBuffer[dexSize] = 0; - jsonBuffer[jsonSize] = 0; - write(fd, &dexSize, sizeof(long)); write(fd, dexBuffer, dexSize);