WinBin.wtf is a Windows file documentation site to help you understand what various Windows files are, what they should do, and other useful information about them.
For all EXEs, we should possibly include URLs to the WinBin.wtf index for it.
Like if I was on taskmgr.exe, the DLLs should have a link, like for C:\Windows\System32\apphelp.dll, it should go to winbin.wtf/Windows/System32/apphelp.dll/
I propose this template, as DLLs include less information in their metadata: May I also suggest having the Spawned-by be autofilled whenever an exe is added that uses it?
---
title: Example.dll
description: |
A description about what the file is. Be as detailed as you can.
file-size:
min: "?KB"
max: "?KB"
signature: No Signer
spawned-by:
- Unknown # full file path
lol-bin: False
resources:
- name: none
link: https://example.com/link
acknowledgements:
- name: Your Name
handle: your_handle
---
{% include filedoc.html %}
I like the idea of adding links to DLLs. We should be able to handle that in the Jekyll template rather than modifying the YAML front matter schema. I can take care of this one.
For all EXEs, we should possibly include URLs to the WinBin.wtf index for it. Like if I was on taskmgr.exe, the DLLs should have a link, like for
C:\Windows\System32\apphelp.dll
, it should go towinbin.wtf/Windows/System32/apphelp.dll/
I propose this template, as DLLs include less information in their metadata: May I also suggest having the Spawned-by be autofilled whenever an exe is added that uses it?