Skip to content

bam9523/vim-decompile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-decompile

Need a Java .class file YOU need decompiling? We've got your back!

vim-decompile is a vim plugin for automatically decompiling a Java classfile when you open it. By default, it uses the Java decompiler javap, but you can configure it for other decompilers if needed.

javap is included with all new installs of the Java development kit (JDK).

How to Use

  1. Download Java here.
  2. Install the plugin using your favorite plugin manager.
  3. Open a compiled Java .class file.
  4. ???
  5. Profit!

Configuration

g:decomp_jar

Uses the given custom jar for decompilation, rather than javap. It is empty by default.

 let g:decomp_jar = '/my/jar/directory/cfr.jar'

About

Automatic Java decompilation for .class files in vim.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors