Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.76 KB

Import_and_create_project_tutorial.md

File metadata and controls

23 lines (19 loc) · 1.76 KB

How to import file and create a project in Ghidra

=== How to create a project ===

To begin researching some executable or library in Ghidra you actually have to create project and import file to it.

  1. Launch Ghidra, then press File --> New Project

2. You'll see this window, here click Non-Shared Project

3. Next, you'll have to decide where your project will be located. Name it too!

4. That's all. You now can add files to your project and start reversing.

=== How to import file to a project ===

It's time to add some files to your project.

  1. Open the project file (.gpr). If you've already launched Ghidra click File --> Open Project when in main window.
  2. After you loaded the project, pick the file you want and DRAG&DROP it into the Ghidra start window. Also you can import file using the menu File --> Import File.
  3. Ghidra detects the file format. When reverse engineering different crackmes on Windows OS, the default choice (PE - portable executable) is fine.

4. Click OK twice: first time to import the file and then when closing the file description report window. For now you can start Code Browser and begin researching the file.