mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-27 07:18:05 +01:00
Merge pull request #241 from fslds/alias_introduction
Optional aliases introduction to YAML Template
This commit is contained in:
commit
4759886a5c
@ -1,6 +1,8 @@
|
||||
---
|
||||
Name: Binary.exe
|
||||
Description: Something general about the binary
|
||||
Aliases: # Optional field if any common aliases exist of the binary with nearly the same functionality,
|
||||
- Alias: Binary64.exe # but for example, is built for different architecture.
|
||||
Author: The name of the person that created this file
|
||||
Created: YYYY-MM-DD (date the person created this file)
|
||||
Commands:
|
||||
|
@ -1,6 +1,8 @@
|
||||
---
|
||||
Name: Procdump(64).exe
|
||||
Name: Procdump.exe
|
||||
Description: SysInternals Memory Dump Tool
|
||||
Aliases:
|
||||
- Alias: Procdump64.exe
|
||||
Author: 'Alfie Champion (@ajpc500)'
|
||||
Created: '2020-10-14'
|
||||
Commands:
|
||||
|
Loading…
Reference in New Issue
Block a user