🎉 First off, thanks for taking the time to contribute!
You found or read about a new DLL Hijacking opportunity, good stuff!
Click here to find out how to contribute
By creating a YAML file that follows our schema1, you can get your suggestion added to this project very easily.
-
Before you start: make sure there isn't already an entry for the DLL you want to add!
-
Fork and clone this project If you're not familiar with this, you can find more information on how to do this via GitHub Docs.
-
Create a new YAML file Create a new
.yml
file under the/yml
folder. Use the name of the DLL file you will be documenting as the name of the file, all lower case. For example, if you want to create an entry forLorumIpsum.dll
, call your filelorumipsum.yml
. -
Follow this project's schema Copy this project's template and paste it in your newly created file. Now populate all fields where possible; remove any fields you don't need, and please remove all comments before proceeding to the next step.
-
Push and check GitHub actions Push your entry to your own fork (see GitHub Docs). A couple of checks will be performed by GitHub actions, to check if your contribution is passing our quality checks. Putting it simply, it is checking if the file you created is valid YAML and whether the fields have been populated correctly in the expected format1.
If all is well, you should see a green tick (✔️) next to your commit. If a check failed, click the red cross (❌) to get more details on what went wrong. Make sure you fix any issues before proceeding to the next step!
-
Submit your pull request Now all you have to do is open a pull request. One of the maintainers of this project will review your suggestion. If all goes well, your entry will be merged into the the project!
You want to improve or extend an existing DLL Hijacking entry, yay!
Click here to find out how to contribute
Simply updating the existing YAML file with your new insights will do the job.
-
Fork and clone this project If you're not familiar with this, you can find more information on how to do this via GitHub Docs.
-
Locate and update the YAML file Locate the
.yml
file under the/yml
folder and start making changes. Make sure you keep adhering to the YAML schema1. -
Push and check GitHub actions Push your entry to your own fork (see GitHub Docs). A couple of checks will be performed by GitHub actions, to check if your contribution is passing our quality checks. Putting it simply, it is checking if the file you updated is still valid YAML and whether the fields have been populated correctly in the expected format1.
If all is well, you should see a green tick (✔️) next to your commit. If a check failed, click the red cross (❌) to get more details on what went wrong. Make sure you fix any issues before proceeding to the next step!
-
Submit your pull request Now all you have to do is open a pull request. One of the maintainers of this project will review your suggestion. If all goes well, your entry will be merged into the the project!
You want to make the website even better, whoohoo!
Click here to find out how to contribute
The website is hosted in GitHub pages and uses Jekyll. You can find the code of the website in the gh-pages
branch.
-
Fork and clone this project If you're not familiar with this, you can find more information on how to do this via GitHub Docs.
-
Check out the
gh-pages
branch Make sure you are on the right branch before making any changes. -
Make your changes Update the required files to make the changes you want to make. Remember that you can get a local instance of the website running via Jekyll (see GitHub Docs) to validate the changes you have made.
-
Push and check GitHub actions Push your entry to your own fork (see GitHub Docs).
-
Submit your pull request Now all you have to do is open a pull request. One of the maintainers of this project will review your suggestion. If all goes well, your entry will be merged into the the project!
Do you want to contribute in a way that's not covered by the above? Please feel free to open an issue on GitHub and we'll look into it - all suggestions are welcome.