/FindTool

GNU-like `find` utility written in x86 assembly for Windows (MASM)

Primary LanguageAssemblyMIT LicenseMIT

FindTool

Find utility coded in x86 assembly (MASM).

This project has no real purpose and was only there for me to learn assembly.

alt find_tool

(Unicode supported)

Command Line Interface

Here's the help menu :

alt cli_help

Using depth :

alt cli_depth

Wildcard support :

alt cli_wildcard

GUI

To start the GUI, the argument --gui must be specified. The CLI additionnal parameters will be sent to the GUI.

Note however that the depth can't be changed from the GUI yet.

alt gui