Skip to content

Commit

Permalink
new: added re/find_file_type tool
Browse files Browse the repository at this point in the history
  • Loading branch information
evilsocket committed Nov 13, 2024
1 parent 1878919 commit 58f4618
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions cybersecurity/reverse-engineering/file.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
description: File analysis tool.

functions:
find_file_type:
description: Find the type of a file.
parameters:
file_path:
type: string
description: The path to the file to scan.
examples:
- /path/to/binary
- /Applications/Firefox.app/Contents/MacOS/firefox

cmdline:
- /usr/bin/file
- ${file_path}

0 comments on commit 58f4618

Please sign in to comment.