activescott / activescott/lessmsi
Incomplete and duplicated DLLs
- Lenguaje dominante
- C#
- Estrellas
- 1.8k
- Forks
- 188
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
**Describe the bug**
https://i.alienpls.org/AppleMobileDeviceSupport64.msi
The following DLLs are required, for the service to run (these are the expected sizes, from an msi install)
```
Length Name
------ ----
235872 AppleMobileDeviceService_main.dll
103776 AppleMobileDeviceService.exe
28984 AppleVersions.dll
80696 ASL.dll
1861408 CFNetwork.dll
2230584 CoreFoundation.dll
27159352 icudt62.dll
45880 libcache.dll
104760 libdispatch.dll
2457912 libicuin.dll
1579320 libicuuc.dll
1320224 libxml2.dll
3888480 MobileDevice.dll
237368 objc.dll
95544 pthreadVC2.dll
991008 SQLite3.dll
```
Out of those, from just looking at byte lengths, (these are broken, extracted by lessmsi)
```
Length Name
------ ----
37688 libcache.dll
2117944 libicuin.dll
1042208 libxml2.dll
3183456 MobileDevice.dll
72504 pthreadVC2.dll
```
**To Reproduce**
```
lessmsi.exe x AppleMobileDeviceSupport64.msi
```
**Expected behavior**
Should work.
**Desktop:**
- OS: Windows 10
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.