proguard-core | Library to read , write , analyze , and process java bytecode | Bytecode library

 by   Guardsquare Java Version: 9.1.1 License: Apache-2.0

kandi X-RAY | proguard-core Summary

kandi X-RAY | proguard-core Summary

proguard-core is a Java library typically used in Programming Style, Bytecode applications. proguard-core has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has low support. You can download it from GitHub, Maven.

Quick Start • Features • Projects • Contributing • License. ProGuardCORE is a free library to read, analyze, modify, and write Java class files. It is the core of the well-known shrinker, optimizer, and obfuscator ProGuard, the ProGuard Assembler and Disassembler, and the Kotlin Metadata Printer. ProGuard core comes with a short manual and pretty nice API documentation.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              proguard-core has a low active ecosystem.
              It has 227 star(s) with 41 fork(s). There are 19 watchers for this library.
              There were 1 major release(s) in the last 6 months.
              There are 1 open issues and 17 have been closed. On average issues are closed in 71 days. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of proguard-core is 9.1.1

            kandi-Quality Quality

              proguard-core has 0 bugs and 0 code smells.

            kandi-Security Security

              proguard-core has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              proguard-core code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              proguard-core is licensed under the Apache-2.0 License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              proguard-core releases are available to install and integrate.
              Deployable package is available in Maven.
              Build file is available. You can build the component from source.
              Installation instructions, examples and code snippets are available.
              It has 81502 lines of code, 8287 functions and 865 files.
              It has medium code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed proguard-core and discovered the below as its top functions. This is intended to give you an instant insight into proguard-core implemented functionality, and help decide if they suit your requirements.
            • Appends a SimpleInstruction to the stack
            • Duplicate a value
            • Duplicate a category value
            • Returns the internal type of the given array type
            • Transform a method change to a local variable
            • Fixes the local copy
            • Get a set of local variables used by a lock
            • Visit a library class
            • Skips the annotation
            • Visits a branch instruction
            • Start the application
            • Output program class information
            • Overrides the visitor to check for null values
            • Transforms the given IRMethod recursively
            • Visit a module attribute
            • Finish the entire manifest
            • Visits an instruction at the given offset
            • Creates a DataEntryReader for the given class path entry
            • Visit a ProgramClass
            • Visit a signature attribute
            • Generate code for a provide type
            • Entry point for testing
            • Retrieve the successors of an abstract state
            • Visit a primitive array constant
            • Transforms a call to a method call
            • Debug program
            Get all kandi verified functions for this library.

            proguard-core Key Features

            No Key Features are available at this moment for proguard-core.

            proguard-core Examples and Code Snippets

            No Code Snippets are available at this moment for proguard-core.

            Community Discussions

            QUESTION

            Maven Proguard plugin - "proguard.Proguard not found on classpath" error
            Asked 2021-Dec-27 at 21:52

            I am trying to obfuscate a jar-with-dependencies (although the same problem affects if I set as inFile the regular single jar).

            I am using Java 8, but I have to use newer versions of Proguard and Proguard Maven Plugin, due to coverage of some jar dependencies that are from a higher version (otherwise I get an "Unsupported major-minor version" problem).

            When executing "mvn clean install" the step is executed but I get a "proguard jar not found in pluginArtifacts error". See log below.

            I have seen in Proguard Maven Plugin code that now you need (from 7.0.0) both proguard-base and proguard-core from com.guardsquare instead of the outdated previous version in net.sf.proguard - this one is not prepared for later jars.

            Apparently the proguard jar is not found where I am specifying it - how should I include this dependency?

            I am using this in my pom:

            ...

            ANSWER

            Answered 2021-Aug-19 at 14:33

            I was actually using proguard.Proguard instead of proguard.ProGuard. Typo took a day out of me.

            However, there is some extra trickyness associated, in case it helps anyone: proguard-maven-plugin would not let me define newer versions of proguard dependencies except for the default one. E.g. 2.4.0 would only allow me to use 7.1.0-beta3 which is the default. It didn't recognize the libraries I would set in the dependencies section inside the plugin (for example, for 7.1.1).

            Source https://stackoverflow.com/questions/68821303

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install proguard-core

            ProGuardCORE requires Java 1.8 or higher. You can download it as a pre-built artifact from:.
            Maven Central.

            Support

            If you have usage or general questions please ask them in the Guardsquare Community. Please use the issue tracker to report actual bugs 🐛, crashes, etc.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            Install
            Maven
            Gradle
            CLONE
          • HTTPS

            https://github.com/Guardsquare/proguard-core.git

          • CLI

            gh repo clone Guardsquare/proguard-core

          • sshUrl

            git@github.com:Guardsquare/proguard-core.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Bytecode Libraries

            jadx

            by skylot

            grumpy

            by google

            gravity

            by marcobambini

            Recaf

            by Col-E

            nectarjs

            by NectarJS

            Try Top Libraries by Guardsquare

            proguard

            by GuardsquareJava

            LibEBC

            by GuardsquareC++

            mocxx

            by GuardsquareC++

            flutter-re-demo

            by GuardsquarePython

            kotlin-metadata-printer

            by GuardsquareJava