Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 624 Bytes

review-script.md

File metadata and controls

14 lines (9 loc) · 624 Bytes

Review script

The review.sh script finds the first artifact from the manifest.json file with a given GUID and version. Meaning you'll need to checkout a PR for it to find the changed/new version.

It then downloads the file (if it doesn't exist already), checks the file's hashes and then generates a decompiled version.

Example usage:

review.sh "xyz.ljoonal.neos.latestlog" "0.2.0"

Please note that you'll still need to do the reviewing yourself, but the script helps with the tedious parts of downloading the file, checking the hashes and decompiling the .dll file.