When.com Web Search

  1. Ad

    related to: java obfuscation tools tutorial free

Search results

  1. Results From The WOW.Com Content Network
  2. ProGuard - Wikipedia

    en.wikipedia.org/wiki/ProGuard

    ProGuard is an open source command-line tool which shrinks, optimizes and obfuscates Java code. It is able to optimize bytecode as well as detect and remove unused instructions. [4] ProGuard is free software and is distributed under the GNU General Public License, version 2. [3]

  3. DashO (software) - Wikipedia

    en.wikipedia.org/wiki/DashO_(software)

    DashO is a code obfuscator, compactor [clarification needed], optimizer, watermarker [clarification needed], [2] and encryptor for Java, Kotlin and Android applications. [3] It aims to achieve little or no performance loss even as the code complexity increases. [4] [5]

  4. Obfuscation (software) - Wikipedia

    en.wikipedia.org/wiki/Obfuscation_(software)

    In software development, obfuscation is the practice of creating source or machine code that is intentionally difficult for humans or computers to understand. Similar to obfuscation in natural language, code obfuscation may involve using unnecessarily roundabout ways to write statements. Programmers often obfuscate code to conceal its purpose ...

  5. Mocha (decompiler) - Wikipedia

    en.wikipedia.org/wiki/Mocha_(decompiler)

    Mocha is a Java decompiler, which allows programmers to translate a program's bytecode into source code. A beta version of Mocha was released in 1996, by Dutch developer Hanpeter van Vliet, alongside an obfuscator named Crema. A controversy erupted and he temporarily withdrew Mocha from public distribution. [2]

  6. Code morphing - Wikipedia

    en.wikipedia.org/wiki/Code_morphing

    Code morphing is an approach used in obfuscating software to protect software applications from reverse engineering, analysis, modifications, and cracking.This technology protects intermediate level code such as compiled from Java and .NET languages (Oxygene, C#, Visual Basic, etc.) rather than binary object code.

  7. Apache POI - Wikipedia

    en.wikipedia.org/wiki/Apache_POI

    The Apache POI project contains the following subcomponents (meaning of acronyms is taken from old documentation): POIFS (Poor Obfuscation Implementation File System [2]) – This component reads and writes Microsoft's OLE 2 Compound document format.

  8. This anti-aging Estée Lauder SPF foundation is 40% off at ...

    www.aol.com/lifestyle/this-anti-aging-estee...

    This week, for example, you can get 40% off holiday kits that would be perfect stocking stuffers for the youngest beauty lover on your list, $100 off select Dyson hair tools and — perhaps our ...

  9. Java code coverage tools - Wikipedia

    en.wikipedia.org/wiki/Java_Code_Coverage_Tools

    The runtime overhead of added instrumentation is small (5–20%) and the bytecode instrumentor itself is very fast (mostly limited by file I/O speed). Memory overhead is a few hundred bytes per Java class. EMMA is 100% pure Java, has no external library dependencies, and works in any Java 2 JVM (even 1.2.x).