aboutcode-org / aboutcode-org/extractcode

Add support for JMOD and JIMAGE archives

未關閉
#24 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
Python
星號
39
分支
23
PR 合併指標
30 天內沒有已合併 PR

描述

JMODs or Java Modules are zip files with a modified magic:
Instead of start with the zip `50 4B 03 04` they start with `4A 4D` (e.g. JM) then `01 00` and then the zip header `50 4B 03 04`
See also
- https://docs.oracle.com/javase/9/tools/jmod.htm#JSWOR-GUID-0A0BDFF6-BE34-461B-86EF-AAC9A555E2AE
- https://stackoverflow.com/questions/44732915/why-did-java-9-introduce-the-jmod-file-format

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。