You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have noticed that the release binary for version 4.2(What I observed applies to this version, but considering the nature of the issue, I anticipate it may affect all versions.) does not match the provided source code. Specifically:
- The source code lacks a defined entry point (e.g., a main() function or equivalent starting point for the program).
- Critical parts(downloader for hitomi.la, DPI encrypting) of the functionality appear to be missing from the source code.
It is unclear how the release binary was generated, as there are no instructions or build steps provided in the documentation. This makes it impossible to reproduce the release from the source code. If the issue I presented is not accurate, please let me know how you compiled the binary for version 4.2 from the provided source code.
korean translation:
제가 확인한 바로는, 4.2 버전 릴리스 바이너리(이 문제가 해당 버전에 적용된다는 점을 관찰했지만, 문제의 성격을 고려했을 때 모든 버전에 영향을 미칠 가능성이 있다고 판단됩니다)가 제공된 소스 코드와 일치하지 않습니다. 구체적으로:
- 소스 코드에는 정의된 진입점(예: main() 함수 또는 프로그램의 시작 지점을 나타내는 동등한 코드)이 존재하지 않습니다.
- 중요한 기능들(예: hitomi.la의 다운로더, DPI 암호화 기능)이 소스 코드에서 누락된 것으로 보입니다.
릴리스 바이너리가 어떤 방식으로 생성되었는지 명확하지 않습니다. 문서에 빌드 절차나 관련 지침이 전혀 제공되지 않아 소스 코드만으로 릴리스를 재현하는 것이 불가능합니다. 제가 제시한 문제가 사실이 아니라면, 4.2 버전에 대해 어떤 방법으로 제공한 소스 코드에서 바이너리를 컴파일 하셨는지 알려주시기 바랍니다.
The text was updated successfully, but these errors were encountered:
dilluti0n
changed the title
Release binary cannot be built from the provided source code
Released binary cannot be built from the provided source code
Nov 30, 2024
dilluti0n
changed the title
Released binary cannot be built from the provided source code
Release binary cannot be built from the provided source code
Nov 30, 2024
I have noticed that the release binary for version 4.2(What I observed applies to this version, but considering the nature of the issue, I anticipate it may affect all versions.) does not match the provided source code. Specifically:
It is unclear how the release binary was generated, as there are no instructions or build steps provided in the documentation. This makes it impossible to reproduce the release from the source code. If the issue I presented is not accurate, please let me know how you compiled the binary for version 4.2 from the provided source code.
korean translation:
제가 확인한 바로는, 4.2 버전 릴리스 바이너리(이 문제가 해당 버전에 적용된다는 점을 관찰했지만, 문제의 성격을 고려했을 때 모든 버전에 영향을 미칠 가능성이 있다고 판단됩니다)가 제공된 소스 코드와 일치하지 않습니다. 구체적으로:
릴리스 바이너리가 어떤 방식으로 생성되었는지 명확하지 않습니다. 문서에 빌드 절차나 관련 지침이 전혀 제공되지 않아 소스 코드만으로 릴리스를 재현하는 것이 불가능합니다. 제가 제시한 문제가 사실이 아니라면, 4.2 버전에 대해 어떤 방법으로 제공한 소스 코드에서 바이너리를 컴파일 하셨는지 알려주시기 바랍니다.
The text was updated successfully, but these errors were encountered: