# The `load` workflow The first command usually run when using `0th` is `load`. This command starts the loading workflow. ## **Command:** `load` **Syntax** `load /path/to/binary` **Synopsis** Opens the binary file supplied as parameter, provided that: - it is not a FAT file (see Roadmap for further information about multi-architecture support) - it is a valid Mach-O file The command also triggers a deep parsing of the file. If no errors occur, the program is ready for further actions. --- ## **Command:**  `lc_list` **Syntax** `lc_list` **Prerequisites** A successful load must have been issued. **Synopsis** Displays the list of all load commands recognized during parsing. --- ## **Command:**  `lc_show` **Syntax** `lc_show ` **Prerequisites** A successful load must have been issued. **Synopsis** Displays the contents of the load command specified by its number. For reference, load command numbers are those shown in the `IDX` column. --- ## Examples ![Alt text](../_static/load.gif)