lawndoc / winbin.wtf

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.
https://winbin.wtf
MIT License
5 stars 3 forks source link

DLL Implementation #6

Closed VocalFan closed 2 years ago

VocalFan commented 2 years ago

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 %}
lawndoc commented 2 years ago

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.

lawndoc commented 2 years ago

Closed by #15