Thread: java cracking
View Single Post
  #39  
Old 04-02-2015, 21:43
QuakeGamer QuakeGamer is offline
Friend
 
Join Date: Sep 2010
Posts: 65
Rept. Given: 2
Rept. Rcvd 8 Times in 6 Posts
Thanks Given: 3
Thanks Rcvd at 50 Times in 27 Posts
QuakeGamer Reputation: 8
Quote:
Originally Posted by arthur plank View Post
I'm not into java and I've not used this myself, but a colleague of mine swears by Bytecode Visualizer from Dr. Garbage
Eclipse with Bytecode Visualizer in Combination with JD-Eclipse is great. Tho Bytecode Visualizer is not able to set breakpoints in the actual methods. You can only break on method entries. This makes debugging a little more painful.

I usually copy the required decompiled classes to a new project and fix the dependencies. Then you can easily debug with your IDE. Tho this won't work for all targets - but often does.
Reply With Quote
The Following User Gave Reputation+1 to QuakeGamer For This Useful Post:
synkro (04-16-2015)
The Following 2 Users Say Thank You to QuakeGamer For This Useful Post:
Artic (05-26-2015), Indigo (07-19-2019)