-
Notifications
You must be signed in to change notification settings - Fork 85
Quick start
Experience the streamlined custom-building process of the YAMA scanner, which leverages a GitHub account and a web browser, negating the need for traditional build environments like Visual Studio.
The build process requires a GitHub account. If one does not exist, sign up for a free plan.
Start the build process by forking the YAMA repository on GitHub. This operation clones the repository, allowing for personalized modifications.
Following the repository forking, activate GitHub Actions in the browser. This action prepares the platform for the subsequent automated build process.
Navigate to YAMA/rsrc/ioc/rule.yara
and modify it according to your requirements. The rules defined here will be embedded in the YAMA scanner. You may edit these rules using your preferred text editor or through GitHub's WebUI. Upon editing, commit the custom YARA rules to the forked repository, personalizing the YAMA scanner.

Post-commit, GitHub Actions autonomously initiates the build process, thereby commencing the assembly of your custom scanner.
Upon completing the build process, your customized YAMA scanner is ready. Access and download it from the 'Actions' tab.
