GithubHelp home page GithubHelp logo

kmatias123 / intellij-deobfuscation-plugin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from greghib/intellij-deobfuscation-plugin

0.0 0.0 0.0 136 KB

Plugins created for the intellij IDE

License: BSD 3-Clause "New" or "Revised" License

HTML 0.69% Kotlin 53.91% Java 45.39%

intellij-deobfuscation-plugin's Introduction

Intellij Plugins

Plugins made for the jetbrains intellij platform.

Deobfuscation

Tools to support de-obfuscated code refactoring

Name Description Example After
Pointless Bitwise Comparator Simplifies bitwise comparators (i ^ 0xffffffff) <= -1
Inverse Else Comparator Reverses negative if else statements if (i != 1) { if (i == 1) {
Inline Nested Else Inlines else blocks containing if statements else { if(...) { else if(...) {

Setup

This plugin can now be found on the Jetbrains Plugin Repository!

See Managing Plugins for further setup instructions.

Usage

Highlighting

If code in your project code matches one of the tools it will be highlighted code highlight image

Open the intention actions and quick-fixes menu by pressing the light bulb icon next to the highlighted code (Alt + Enter)

The intention menu can be used to apply a single quick-fix or by pressing the right arrow key additional options can be selected such as fixing all in a file, module or project.

Search

Inspections can also be ran by name

Analyze -> Run inspection by name (Ctrl + Shift + Alt + I)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.