The Bytecode Club
Java Expert Application - Printable Version

+- The Bytecode Club (https://the.bytecode.club)
+-- Forum: Introductions (https://the.bytecode.club/forumdisplay.php?fid=132)
+--- Forum: Introductions (https://the.bytecode.club/forumdisplay.php?fid=3)
+---- Forum: Apply For A Usergroup (https://the.bytecode.club/forumdisplay.php?fid=95)
+----- Forum: Approved Applications (https://the.bytecode.club/forumdisplay.php?fid=103)
+----- Thread: Java Expert Application (/showthread.php?tid=387)



Java Expert Application - Explicit - 01-20-2015

I typically don't open source things but I do have a little bit available here (both repo's are Java, not much but at least it's something): https://github.com/Swizzbeat

I got interested in Java when I thought about writing my own bot scripts for a RuneScape. From there I stumbled upon many reverse engineering resources, and eventually built my own basic RuneScape bot which identified a few classes and subclassed their canvas for me to paint over. Reading the JVM specification was probably the best thing I've ever done as I learned quite a bit about bytecode and how the JVM works. I've never had a comp sci class in my life, but I did manage to sneak into the AP Computer Science AB exam last year in high school and get a 4 on it.

If you need any other information let me know, I'll try to scrape up some more code I want to make public.


RE: Java Expert Application - zooty - 01-20-2015

To use IntelliJ is to be illegal

[Image: dxjruk.png]


RE: Java Expert Application - Konloch - 01-20-2015

You seem skilled enough for the rank, I'll just wait a bit for some community response before I give you it.


RE: Java Expert Application - Explicit - 01-21-2015

(01-20-2015, 11:29 PM)Konloch Wrote:  You seem skilled enough for the rank, I'll just wait a bit for some community response before I give you it.

Thank you Smile


RE: Java Expert Application - Bibl - 01-21-2015

https://github.com/Swizzbeat/Jar-Security-Stripper/blob/master/src/com/swizzbeat/jar_security_stripper/JarModifier.java
i strongly disagree with 90% of the code here

also its not like you write anything big or useful why isnt it all open source?
https://github.com/Swizzbeat/Jar-Security-Stripper/blob/master/src/com/swizzbeat/jar_security_stripper/asm/AbstractTransformer.java why isnt covs name in there?
package naming?


RE: Java Expert Application - Explicit - 01-21-2015

(01-21-2015, 04:20 AM)Bibl Wrote:  https://github.com/Swizzbeat/Jar-Security-Stripper/blob/master/src/com/swizzbeat/jar_security_stripper/JarModifier.java
i strongly disagree with 90% of the code here

also its not like you write anything big or useful why isnt it all open source?
https://github.com/Swizzbeat/Jar-Security-Stripper/blob/master/src/com/swizzbeat/jar_security_stripper/asm/AbstractTransformer.java why isnt covs name in there?
package naming?

What don't you like about the code?

Covs name isn't there because I used his tutorial as a base. I didn't know using a concept someone else used meant credits were required. If that was the case I'm sure all of our codes would be littered with pointless copyrights.