Now that you have a project, you'll need one or more binary files to analyze.
Binaries can be added to a project by selecting `File > Import File...` for a single file, or `File > Batch Import` for multiple files.
Alternatively, binaries can be dragged and dropped into the project window to add them.
In this example, I'll add Window's notepad.exe (located at C:\Windows\system32\notepad.exe) for analysis.
In this example, we'll look at binary compiled from the C program available [here](https://raw.githubusercontent.com/NoraCodes/crackmes/master/crackme01.c).
A dialogue box will present you with the format and language Ghidra has identified from the binary; if you know these ahead of time, you will want to verify that Ghidra has made the correct selections.