The Bytecode Club

Full Version: Plugin Development Thread (Plugin Authors Read This)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This thread is for anyone wanting to write an external (or internal) plugin for Bytecode Viewer.

First off, take a look through the Java docs for the API package - https://the.bytecode.club/docs/bytecode-...mmary.html.

Once you become familiar with the API, I suggest you take a look at the internal plugins for an example of what a real plugin should look like - https://github.com/Konloch/bytecode-view...er/plugins.

Now that you've got a good idea of how the plugin system was designed, here are some skeleton scripts to get you started - Groovy, Ruby, Python.
its a hacker trap
LET US USE JAVA. I FUCKING HATE GROOVY.
(12-16-2014, 03:19 PM)Righteous Wrote: [ -> ]LET US USE JAVA. I FUCKING HATE GROOVY.

I guess I could incorporate a Java compiler to allow .java files to work.