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.
- Host: GitHub
- URL: https://github.com/hacimertgokhan/obfuscationexample
- Owner: hacimertgokhan
- Created: 2024-08-15T09:31:12.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-09T17:39:43.000Z (about 1 year ago)
- Last Synced: 2025-03-27T21:15:47.176Z (7 months ago)
- Topics: example, java, obfuscation, yguard
- Language: Java
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.