Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 951 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 951 Bytes

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