View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000240 | file | General | public | 2021-02-19 02:42 | 2024-06-18 17:00 |
Reporter | aodaki | Assigned To | administrator | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 5.39 | ||||
Fixed in Version | HEAD | ||||
Summary | 0000240: PE files are reported as "for MS Windows" even though they are not | ||||
Description | Today PE files are not just for MS Windows. Especially .NET assemblies and UEFI programs are so common and it is not correct to assume PE files are for MS Windows. I suggest to remove "for MS Windows" from PE file reports, but I would like to hear other opinions if any. | ||||
Steps To Reproduce | Download a NuGet package (for example: https://www.nuget.org/packages/Newtonsoft.Json/13.0.1-beta1), extract it, and feed DLLs contained in them. | ||||
Tags | magic | ||||
|
This needs windows to extract... Can you paste the first few K of a dll or supply a patch? Thanks! |
|
NuGet tools which can extract the file run anywhere Mono or .NET Core runs, so you don't need Windows and that is the point of this ticket. However, it may be still troublesome to set up a .NET environment if you do not have one now. Fortunately, the file is just a ZIP file as described here: https://docs.microsoft.com/en-us/nuget/what-is-nuget You may just use a ZIP extractor and find files whose name end with .dll. |
|
Fixed, thanks |
Date Modified | Username | Field | Change |
---|---|---|---|
2021-02-19 02:42 | aodaki | New Issue | |
2021-02-19 02:42 | aodaki | Tag Attached: magic | |
2021-02-23 01:14 | christos | Assigned To | => christos |
2021-02-23 01:14 | christos | Status | new => assigned |
2021-02-23 01:14 | christos | Status | assigned => feedback |
2021-02-23 01:14 | christos | Note Added: 0003557 | |
2021-02-23 05:27 | aodaki | Note Added: 0003558 | |
2021-02-23 05:27 | aodaki | Status | feedback => assigned |
2024-06-18 17:00 | administrator | Assigned To | christos => administrator |
2024-06-18 17:00 | administrator | Status | assigned => resolved |
2024-06-18 17:00 | administrator | Resolution | open => fixed |
2024-06-18 17:00 | administrator | Fixed in Version | => HEAD |
2024-06-18 17:00 | administrator | Note Added: 0004055 |