Skip to content

quarkslab/diffing-portal

Repository files navigation

Diffing Portal

This documentation aims to provide various resources on binary diffing which is handy for reverse-engineering. Tools and associated publications related to diffing are slightly scattered online thus the goal is to reference them here by centralizing information.

You can find the documentation online at https://diffing.quarkslab.com/

How to Contribute

We welcome contributions from the community and appreciate your interest in improving this project. To get started, please follow these guidelines:

  1. Fork the Repository: Click the "Fork" button at the top of the repository's page. This will create a copy of the project in your GitHub account.

  2. Clone your Fork: Use git to clone your fork to your local machine:

git clone https://github.com/quarkslab/diffing-portal.git
  1. Create a Branch: Create a new branch for your contribution. Use a clear and descriptive name for your branch.
git checkout -b add-new-tool
  1. Make Changes: Make your desired changes or additions to the codebase. Ensure that your changes adhere to our coding standards.

  2. Test: Test your changes to make sure sphinx compile everything correctly.

  3. Commit Changes: Commit your changes with a clear and concise commit message:

git add .
git commit -m "Add your message here"
  1. Push Changes: Push your changes to your fork on GitHub:
git push origin add-new-tool
  1. Create a Pull Request (PR): In your fork on GitHub, click the "New Pull Request" button. Compare your branch to the main repository's main branch. Provide a descriptive title and detailed information about your changes in the PR description.

  2. Code Review: The project maintainers will review your PR. Be prepared to make any necessary changes based on their feedback and be patient if not getting an answer immediately.

  3. Merge: Once your PR is approved, it will be merged into the main repository. Your contribution is now part of the project!

Thank you for your contribution!

About

Static site for diffing portal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published