activescott / activescott/lessmsi
Incomplete and duplicated DLLs
- Linguagem predominante
- C#
- Estrelas
- 1.8k
- Forks
- 188
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
**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
Guia de contribuição
Direção de pesquisa
The issue gives a single repro command (`lessmsi.exe x AppleMobileDeviceSupport64.msi`) and expected/actual DLL size tables, but no source file names. Start by running the extraction on that MSI and confirming which DLLs are truncated or duplicated. Then inspect the C# extraction/write path in the repo and any existing extraction tests or fixtures to locate where output sizes diverge. Done means the produced DLLs match the expected sizes with no duplicates.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- csharp
- Domínio
- cli, tooling
- Tipo de issue
- Bug
- Dificuldade
- 3/5
- Tempo estimado
- 1-2 dias
- Status de atividade
- Estagnada
- Clareza
- Razoavelmente clara
- Facilidade para iniciantes
- 48/100