aboutcode-org / aboutcode-org/scancode.io

Android Device D2D: Map and analyze a file system

未關閉
#1,370 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
Python
星號
215
分支
203
平均合併
4 天 8 小時
30 天內合併 PR
6

描述

A file system is like a rootfs so we should reuse the steps to analyze these.
On top of this there is a specific layout to Android filesystem trees with specific temp and config files that we need to account and possibly ignore.
The d2d of one filesystem would go through these specific steps beyond :
- [ ] Android Device D2D: Ignore Android-specific ignorable temp and config files
- [ ] Android Device D2D: Decompile/collect symbols and map native binaries (not in an APK) to source code. We likely will reuse most of the APK code. See:
- https://github.com/aboutcode-org/scancode.io/issues/1375
- [ ] Android Device D2D: collect symbols and map Dalvik/VM classes.dex bytecode and similar (not in an APK) to source code. We should reuse the same steps as for an APK
- https://github.com/aboutcode-org/scancode.io/issues/1372
- https://github.com/aboutcode-org/scancode.io/issues/1373

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

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

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