Skip to content

Commit

Permalink
Update Android-Core.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HassanUsman authored Oct 18, 2017
1 parent e1329f5 commit ce6beb9
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions Android-Core.md
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.


----------

-------------
----------

0 comments on commit ce6beb9

Please sign in to comment.