Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicPlayerA10 committed Sep 22, 2024
1 parent d16b786 commit 7c7a906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Welcome! We are glad that you want to contribute to our deobfuscator.

## ✨ Best practises
- Add comments everywhere where it is hard to understand. ASM is hard, so let's make it easier for others to understand what is happening in code (especially inside transformers).
- Add comments in complex areas. ASM is hard, so let's make it easier for others to understand what is happening in code (especially inside transformers).
- Upload obfuscated test class sample. Tests for your transformers are crucial. When someone wants to rewrite some part of the code, then these tests are helping us that we won't break anything.

## 🪜 Project structure
Expand Down

0 comments on commit 7c7a906

Please sign in to comment.