-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e1329f5
commit ce6beb9
Showing
1 changed file
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,18 @@ | ||
Android Archietectural Things! | ||
=================== | ||
|
||
------------- | ||
DexGuard vs. ProGuard! | ||
------------- | ||
|
||
|
||
> - **ProGuard** is a generic optimizer for Java bytecode. **DexGuard** is a specialized tool for the protection of Android applications. | ||
> - **ProGuard**focuses on the bytecode. **DexGuard**processes all the components of an application. | ||
> - **ProGuard** is a generic optimizer for Java bytecode while **DexGuard** is a specialized tool for the protection of Android applications. | ||
> - **ProGuard** focuses on the bytecode while **DexGuard**processes all the components of an application. | ||
> - **ProGuard** offers basic protection against static analysis while **DexGuard** protects applications against static and dynamic analysis. | ||
> - **ProGuard** is an open source tool while **DexGuard** is a commercial, enterprise-grade product. | ||
|
||
|
||
---------- | ||
|
||
------------- | ||
---------- | ||
|