Skip to content

cybersecurity-dev/awesome-code-hardening

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Awesome Code Hardening Awesome

YouTube

GitHub   YouTube   My Awesome Lists

Code Hardening is the process of making software code more difficult to understand, analyze, or tamper with, without affecting its intended functionality.

📖 Contents

Static (or Passive) Code Hardening Techniques

  • Code Obfuscation
  • Binary Hardening

You can access the Awesome Passive Code Hardening here

Dynamic (or Active) Code Hardening Techniques

  • Anti-Tampering
  • Anti-Debugging
  • Anti-Emulation
  • Anti-Virtualization

You can access the Awesome Active Code Hardening here

My Other Awesome Lists

You can access the my other awesome lists here

Contributing

Contributions of any kind welcome, just follow the guidelines!

Contributors

Thanks goes to these contributors!

🔼 Back to top