Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.68 KB

README.md

File metadata and controls

33 lines (26 loc) · 1.68 KB

Project IGI-Natives-Info

This is a tool that allows you to find information about the natives of the game Project-IGI using a collection of natives from a provided JSON file. The program displays how the native method works, and address of the method.

Getting Started

These instructions will help you set up and run the project on your local machine.

Prerequisites

  • Visual Studio
  • Newtonsoft.Json library

Installing

Clone or download the repository to your local machine. Open the solution file in Visual Studio.

Build the solution.

Run the project. Using the application

  • Enter the name of the native you want to find information about in the textbox labeled "Native Name" and then Click the "Find" button.
  • The information about the native will be displayed in the designated textboxes, including how the method works, the address of the method.
  • You can also save the displayed output in a text file by clicking on the "Save" button.
  • You can also convert the JSON file data to CSV and save the output in a file called "IGI-Natives-CSV.csv" by clicking on the "Convert" button.

Author

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments

This project is a part of a technical challenge and it is used for educational and demonstration purposes only.