Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

ASM

Compare

Claimed by The OW2 Consortium Analyzed about 21 hours ago

ASM is a Java bytecode manipulation framework. It can be used to dynamically generate stub classes or other proxy classes, directly in binary form, or to dynamically modify classes at load time, i.e., just before they are loaded into the Java Virtual Machine. ASM offers similar functionalities as ... [More] BCEL or SERP, but is much smaller (33KB instead of 350KB for BCEL and 150KB for SERP) and faster than these tools (the overhead of a load time class transformation is of the order of 60% with ASM, 700% or more with BCEL, and 1100% or more with SERP). Indeed ASM was designed to be used in a dynamic way* and was therefore designed and implemented to be as small and as fast as possible. [Less]

51.6K lines of code

7 current contributors

3 days since last commit

35 users on Open Hub

Low Activity
4.78571
   
I Use This

ProGuard

Compare

  Analyzed about 7 hours ago

ProGuard is a free Java class file shrinker, optimizer, obfuscator, and preverifier. It detects and removes unused classes, fields, methods, and attributes. It optimizes bytecode and removes unused instructions. It renames the remaining classes, fields, and methods using short meaningless names. ... [More] Finally, it preverifies the processed code for Java 6 or for Java Micro Edition. [Less]

103K lines of code

2 current contributors

over 4 years since last commit

8 users on Open Hub

Inactive
5.0
 
I Use This

obfuscar

Compare

  Analyzed about 19 hours ago

Obfuscar is a basic obfuscator for .NET assemblies. It uses massive overloading to rename metadata in .NET assemblies (including the names of methods, properties, events, fields, types and namespaces) to a minimal set, distinguishable in most cases only by signature. For example, if a class ... [More] contains only methods that accept different parameters, they can all be renamed 'A'. If another method is added to the class that accepts the same parameters as an existing method, it could be named 'a'. It makes decompiled code very difficult to follow. The wiki has more details about WhatItDoes. The current release is Obfuscar 2.0 RC. Obfuscar works its magic with the help of Jb Evain's fantastic Cecil library. [Less]

0 lines of code

0 current contributors

almost 6 years since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: mit

Dafuscator

Compare

  Analyzed about 1 hour ago

Dafuscator is a database data obfuscation system that allows you to tactically obfuscate or delete data out of your production database while leaving most of the data intact. Real data behaves differently than fake generated data, so when testing, performing QA or sending a database off to a 3rd ... [More] party for testing you can maintain Sarbanes Oxley and HIPPA compliance by changing PIA (Personally Identifiable Information) while still keeping most data intact for testing or analysis. [Less]

28.7K lines of code

0 current contributors

over 12 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This