An open API service indexing awesome lists of open source software.

https://github.com/hacimertgokhan/obfuscationexample

Obfuscation example, used yGuard.
https://github.com/hacimertgokhan/obfuscationexample

example java obfuscation yguard

Last synced: 6 months ago
JSON representation

Obfuscation example, used yGuard.

Awesome Lists containing this project

README

          

# TR
Java obfuscation, kodun anlaşılmasını ve tersine mühendisliğini zorlaştırmak için kullanılan bir tekniktir. Obfuscation işlemi, yazılımın kaynak kodunu veya bytecode'unu karmaşıklaştırarak orijinal işlevselliğini korurken kodun okunabilirliğini düşürür.
Bu, genellikle yazılımın korunması, telif hakkı ihlallerinin önlenmesi ve kötü niyetli analizlere karşı güvenliği artırmak için yapılır.

# EN

Java obfuscation is a technique used to make code harder to understand and reverse-engineer. The obfuscation process involves making the source code or bytecode more complex while preserving its original functionality, thereby reducing its readability.
This is typically done to protect software, prevent copyright infringement, and enhance security against malicious analysis.