Results 1 to 1 of 1
  1. #1
    Bytesize
    Bytesize is offline
    New member
    Join Date
    2012 Oct
    Location
    rt.jar
    Posts
    5
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    Java Application Analysis and Reverse Engineering

    Welcome to my mega thread. I will update this as I go along, hopefully adding one or two guides with pictures per day.

    Tools you will need for almost all of this. All of this software is free and can be used on any major operating system (Linux, Mac, Windows) fairly easily with Google. FernFlower may be harder to find but it is possible because the project has been discontinued and the website shutdown.
    • JBE - Java Bytecode Editor
    • Any Java IDE - I prefer IntelliJ
    • JD-GUI - Java Decompiler GUI
    • FernFlower - A very powerful Java decompiler
    • WinRAR - A .jar is the exact same format as a .zip
    • ASM - A powerful Java bytecode manipulation library written in Java by Objectweb
    • JavaSnoop - Optional but helpful


    Hacking rt.jar - Editing the Java Runtime Environment (JRE) behavior.

    Spoiler



    Check back tomorrow for another tutorial.

Similar Threads

  1. GameGuard Analysis
    By Dwar in forum Anti-Cheat Systems
    Replies: 13
    Last Post: 2016-09-26, 03:18 PM
  2. [C++] How to make a memory hacking application
    By Grooguz in forum Programming Tutorials
    Replies: 2
    Last Post: 2014-03-25, 06:02 PM
  3. [Tutorial] Java JNI tutorial (Bridge between Java and C)
    By Bytesize in forum Programming Tutorials
    Replies: 0
    Last Post: 2012-10-26, 06:51 PM
  4. [JAVA] Simple Java Socket Programming.
    By emoisback in forum Programming Tutorials
    Replies: 0
    Last Post: 2011-12-21, 08:52 AM
  5. [VideoTutorial] Basic Reverse Engineering: Code Cave
    By a4123278 in forum Programming Tutorials
    Replies: 1
    Last Post: 2010-11-29, 04:19 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •